diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:37:53 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:37:53 +0000 |
commit | 9b86892ef78726bc54c0b61e87b0a015e808c710 (patch) | |
tree | bf0b57b8409939972465d2312e57658d687b3afd | |
parent | Merging upstream version 1.5~pre1. (diff) | |
download | clzip-9b86892ef78726bc54c0b61e87b0a015e808c710.tar.xz clzip-9b86892ef78726bc54c0b61e87b0a015e808c710.zip |
Adding debian version 1.5~pre1-1.debian/1.5_pre1-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 831ffbe..cf556dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +clzip (1.5~pre1-1) experimental; urgency=low + + * Correcting spelling typo in comment in rules. + * Merging upstream version 1.5~pre1. + + -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 16 May 2013 10:06:26 +0200 + clzip (1.4-3) experimental; urgency=low * Prefixing patches with four digits. diff --git a/debian/rules b/debian/rules index 3c5ba8b..fdbd345 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_install: # removing unused files rm -f debian/clzip/usr/share/info/dir* - # alernative handling + # alternative handling mv debian/clzip/usr/bin/clzip debian/clzip/usr/bin/lzip.c mv debian/clzip/usr/share/info/clzip.info debian/clzip/usr/share/info/lzip.c.info mv debian/clzip/usr/share/man/man1/clzip.1 debian/clzip/usr/share/man/man1/lzip.c.1 |