diff options
| author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 23:01:32 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 23:01:32 +0100 | 
| commit | 9e37b9830a0893ab0f80f5ec1517e150af4356b6 (patch) | |
| tree | 842e8a2ddd88135618fc410ec0041a056e11eecd | |
| parent | ad5e91c097bbf1b92a6f825103e06d92bb2e85e6 (diff) | |
Declare compliance with Debian Policy 4.1.3; Change to my new email address
| -rw-r--r-- | .bzrignore | 3 | ||||
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
4 files changed, 10 insertions, 3 deletions
| diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 0000000..2386f62 --- /dev/null +++ b/.bzrignore @@ -0,0 +1,3 @@ +.git +**/.git +**/.pc diff --git a/debian/changelog b/debian/changelog index 9b9be89..4f41e22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ uriparser (0.8.5-1) UNRELEASED; urgency=medium      - Change debian/compat to 11.      - Bump minimum debhelper version in debian/control to >= 11.      - Remove dh-autoreconf from Build-Depends. +  * Declare compliance with Debian Policy 4.1.3 (No changes needed). +  * Change to my new email address: +    - debian/control +    - debian/copyright   -- Jörg Frings-Fürst <debian@jff.email>  Wed, 21 Mar 2018 22:11:26 +0100 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 <debian@jff-webhosting.net> +Maintainer: Jörg Frings-Fürst <debian@jff.email>  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 diff --git a/debian/copyright b/debian/copyright index 5d1d263..086f569 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,7 +19,7 @@ Copyright: 2014-2015 Sebastian Pipping <webmaster@hartwork.org>  License: LGPL-2.1+  Files: debian/* -Copyright: 2014-2015 Jörg Frings-Fürst <debian@jff-webhosting.net> +Copyright: 2014-2018 Jörg Frings-Fürst <debian@jff.email>  License: GPL-3+  License: BSD-3-clause | 
