From 5b42c40f6161120c431cf8360dae0d3e42031239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:21:19 +0100 Subject: Adding debian version 0.9-5. Signed-off-by: Daniel Baumann --- debian/changelog | 10 ++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/copyright | 9 +++++++-- debian/rules | 3 +++ 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 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 -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 +Copyright: 2010-2012 Antonio Diaz Diaz License: GPL-3+ Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann +Copyright: 2009-2012 Daniel Baumann 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 -- cgit v1.2.3