diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 21 | ||||
-rwxr-xr-x | debian/rules | 9 |
4 files changed, 11 insertions, 25 deletions
diff --git a/debian/changelog b/debian/changelog index 3d7a7f4..ae1a48a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,14 +20,12 @@ uriparser (0.8.0.1-1) unstable; urgency=medium * Change debian/compat to 9 (no changes required). * Add debian/source/options: - Set compression to xz & compression-level to 9 to save space. - * debian/rules: - - Enable hardening. * debian/copyright: - Rewrite into machine-readable format. - Add myself to the list of authors for debian/*. - Update copyright years for 2014. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 30 Jul 2014 06:47:55 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 06 Aug 2014 21:23:55 +0200 uriparser (0.8.0+dfsg-1) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index f24f906..f992617 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: Standards-Version: 3.9.5 Homepage: http://uriparser.sourceforge.net Vcs-Git: git://anonscm.debian.org/collab-maint/uriparser.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uriparser.git +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/uriparser.git Package: liburiparser1 Architecture: any diff --git a/debian/copyright b/debian/copyright index 05a3edf..7caadc5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,6 +9,15 @@ Copyright: 2007 Weijia Song <songweijia@gmail.com> 2013 Radu Hociung <radu.uriparser@ohmi.org> License: BSD-3-clause +Files: test/* +Copyright: 2007 Weijia Song <songweijia@gmail.com> + 2007 Sebastian Pipping <sebastian@pipping.org> +License: LGPL-2.1+ + +Files: debian/* +Copyright: 2014 Jörg Frings-Fürst <debian@jff-webhosting.net> +License: GPL-3.0+ + License: BSD-3-clause All rights reserved. . @@ -35,12 +44,6 @@ License: BSD-3-clause OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Files: test/* -Copyright: 2007 Weijia Song <songweijia@gmail.com> - 2007 Sebastian Pipping <sebastian@pipping.org> -License: LGPL-2.1+ - License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -59,11 +62,6 @@ License: LGPL-2.1+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1' - -Files: debian/* -Copyright: 2014 Jörg Frings-Fürst <debian@jff-webhosting.net> -License: GPL-3.0+ - License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -80,4 +78,3 @@ License: GPL-3.0+ . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - diff --git a/debian/rules b/debian/rules index 5760ca0..cb8b1c9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,5 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 -export DH_OPTIONS - -# -# Hardening -# -export DEB_BUILD_HARDENING=1 - # Configure arguments confflags = --prefix=/usr --disable-test --disable-doc @@ -24,7 +16,6 @@ endif ### - %: dh $@ |