diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0951724..bf3b790 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pdlzip (1.3-1) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Merging upstream version 1.3. + * Updating years in copyright file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 08 Jan 2012 11:13:56 +0100 + pdlzip (1.2-4) unstable; urgency=low * Updating standards version to 3.9.2. diff --git a/debian/copyright b/debian/copyright index 0e18ad0..c0b2e1f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,11 @@ Files: * Copyright: - (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> + (C) 2010-2012 Antonio Diaz Diaz <ant_diaz@teleline.es> (C) Igor Pavlov License: PD 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: PD License: PD diff --git a/debian/rules b/debian/rules index 7771d39..b82c583 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=pdlzip-dbg + +override_dh_builddeb: + dh_builddeb -- -Zgzip -z9 |