diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 37dde71..f575d42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lunzip (1.2-4) experimental; urgency=low + + * Correcting spelling typo in comment in rules. + + -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 16 May 2013 10:10:21 +0200 + lunzip (1.2-3) experimental; urgency=low * Sorting targets in rules. diff --git a/debian/rules b/debian/rules index 66d4e2d..bdaa9e3 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip - # alernative handling + # alternative handling mv debian/lunzip/usr/bin/lunzip debian/lunzip/usr/bin/lzip.decompressor mv debian/lunzip/usr/share/man/man1/lunzip.1 debian/lunzip/usr/share/man/man1/lzip.decompressor.1 |