diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 9 | ||||
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/source/options | 2 |
6 files changed, 24 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 95cf5fe..7cb1742 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +zutils (0.9-5) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Switching to xz compression. + * Updating copyright file to format version 1.0. + * Updating to debhelper version 9. + * Updating to standards version 3.9.3. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 30 Jun 2012 15:02:50 +0200 + zutils (0.9-4) unstable; urgency=low * Updating standards version to 3.9.2. diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 6affc59..a2d923e 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: zutils Section: utils Priority: extra Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net> -Build-Depends: debhelper (>= 8), lzip, texinfo -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), lzip, texinfo +Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/zutils/zutils.html Package: zutils diff --git a/debian/copyright b/debian/copyright index 9ff6db5..2e3962a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,14 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: zutils +Upstream-Contact: zutils-bug@nongnu.org +Source: http://download.savannah.gnu.org/releases/zutils/ + Files: * -Copyright: (C) 2009-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> +Copyright: 2010-2012 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> +Copyright: 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net> License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index 8a653cb..980300e 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=zutils-dbg + +override_dh_builddeb: + dh_builddeb -- -Zxz -z9 diff --git a/debian/source/options b/debian/source/options index d053b65..22a4de9 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1,2 @@ -compression = gzip +compression = xz compression-level = 9 |