diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 6 | ||||
-rwxr-xr-x | debian/rules | 3 |
5 files changed, 17 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index df3e87a..5c13006 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +plzip (0.8-1) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Merging upstream version 0.8. + * Updating years in copyright file. + * Updating to debhelper version 9. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 21 Jan 2012 11:23:01 +0100 + plzip (0.7-5) unstable; urgency=low * Updating package descriptions. 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 4a7eccb..2758af0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: plzip Section: utils Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net> -Build-Depends: debhelper (>= 8), liblz-dev, texinfo +Build-Depends: debhelper (>= 9), liblz-dev, texinfo Standards-Version: 3.9.2 Homepage: http://www.nongnu.org/lzip/plzip.html diff --git a/debian/copyright b/debian/copyright index 4b9fc4a..1feedca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ Files: * Copyright: - (C) 2006-2010 Antonio Diaz Diaz <ant_diaz@teleline.es> + (C) 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es> (C) 2009 Laszlo Ersek <lacos@caesar.elte.hu> License: GPL-3+ Files: arg_parser.* -Copyright: (C) 2006-2010 Antonio Diaz Diaz <ant_diaz@teleline.es> +Copyright: (C) 2006-2012 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ with exception Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> +Copyright: (C) 2009-2012 Daniel Baumann <daniel.baumann@progress-technologies.net> License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index fee7030..2b92688 100755 --- a/debian/rules +++ b/debian/rules @@ -18,3 +18,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=plzip-dbg + +override_dh_builddeb: + dh_builddeb -- -Zgzip -z9 |