diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:50:33 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:50:33 +0000 |
commit | 06c9eb0fa6fe1945583ac9913246122603c1f6b9 (patch) | |
tree | d0b703da432da1207e038235e949ba3d45d94e3c | |
parent | Adding debian version 1.11-2. (diff) | |
download | lzip-06c9eb0fa6fe1945583ac9913246122603c1f6b9.tar.xz lzip-06c9eb0fa6fe1945583ac9913246122603c1f6b9.zip |
Adding debian version 1.11-3.debian/1.11-3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/local/lunzip | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 189adb2..5ba10e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lzip (1.11-3) experimental; urgency=low + + * Updating lunzip wrapper script. + + -- Daniel Baumann <daniel@debian.org> Wed, 27 Oct 2010 23:12:20 +0200 + lzip (1.11-2) experimental; urgency=low * Adding lunzip wrapper. diff --git a/debian/local/lunzip b/debian/local/lunzip index 089e328..f2fe508 100644 --- a/debian/local/lunzip +++ b/debian/local/lunzip @@ -1,3 +1,3 @@ #!/bin/sh -/usr/bin/lzip -cdfq ${@} +/usr/bin/lzip -d ${@} |