From abd3d9186a6f0ee15688f91a416aaabc98f129a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 21 Mar 2018 22:40:40 +0100 Subject: Remove trailing whitespaces --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ec9ae66..bf6fb38 100644 --- a/debian/control +++ b/debian/control @@ -62,5 +62,5 @@ Description: documentation files for uriparser uriparser is a library that parses Uniform Resource Identifiers (URIs), strictly adhering to RFC 3986 where syntax for URIs is defined. URIs are used to identify resources, like http://www.debian.org/ or - urn:isbn:0-395-36341-1. This package provides the documentation + urn:isbn:0-395-36341-1. This package provides the documentation files for uriparser. -- cgit v1.2.3 From ad5e91c097bbf1b92a6f825103e06d92bb2e85e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 21 Mar 2018 22:49:56 +0100 Subject: Migrate to debhelper 11 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index bf6fb38..2a8b993 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: libs Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 11), dh-exec (>=0.3) Build-Depends-Indep: doxygen, -- cgit v1.2.3 From 9e37b9830a0893ab0f80f5ec1517e150af4356b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 21 Mar 2018 23:01:32 +0100 Subject: Declare compliance with Debian Policy 4.1.3; Change to my new email address --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 2a8b993..04daf1a 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: uriparser Section: libs Priority: optional -Maintainer: Jörg Frings-Fürst +Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 11), dh-exec (>=0.3) @@ -11,7 +11,7 @@ Build-Depends-Indep: qttools5-dev-tools, qtbase5-dev, libqt5sql5-sqlite -Standards-Version: 3.9.6 +Standards-Version: 4.1.3 Homepage: http://uriparser.sourceforge.net Vcs-Git: git://anonscm.debian.org/collab-maint/uriparser.git Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/uriparser.git -- cgit v1.2.3