diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fd9f69b..6c7f3c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lzip (1.13~rc1-1) unstable; urgency=low + + * Using compression level 9 also for binary packages. + * Merging upstream version 1.13~rc1. + * Adding lziprecover to suggests. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 15 Nov 2011 00:09:52 +0100 + lzip (1.12-2) unstable; urgency=low * Compacting copyright file. diff --git a/debian/control b/debian/control index 651789d..989e72b 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Homepage: http://www.nongnu.org/lzip/lzip.html Package: lzip Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Suggests: lziprecover Description: lossless data compressor based on the LZMA algorithm Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. diff --git a/debian/rules b/debian/rules index a90d7c0..a9a3d8a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ override_dh_auto_install: override_dh_strip: dh_strip --dbg-package=lzip-dbg + +override_dh_builddeb: + dh_builddeb -- -Zgzip -z9 |