diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:58:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:58:39 +0000 |
commit | a99b463485c944308326041acd8db49d1cd7d30a (patch) | |
tree | ee04df93030dc15257035395478c71dc55fcc16c | |
parent | Merging upstream version 1.15~pre2. (diff) | |
download | lzip-a99b463485c944308326041acd8db49d1cd7d30a.tar.xz lzip-a99b463485c944308326041acd8db49d1cd7d30a.zip |
Adding debian version 1.15~pre2-1.debian/1.15_pre2-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index af0a085..6f342e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lzip (1.15~pre2-1) experimental; urgency=low + + * Merging upstream version 1.15~pre2. + * Correcting spelling typo in comment in rules. + * Sorting overrides in rules. + + -- Daniel Baumann <mail@daniel-baumann.ch> Thu, 16 May 2013 10:19:29 +0200 + lzip (1.15~pre1-1) experimental; urgency=low * Correcting email address in previous changelog entry. diff --git a/debian/rules b/debian/rules index 57b1bf2..cff7108 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,13 @@ override_dh_auto_install: # removing unused files rm -f debian/lzip/usr/share/info/dir* - # alernative handling + # alternative handling mv debian/lzip/usr/bin/lzip debian/lzip/usr/bin/lzip.not-parallel mv debian/lzip/usr/share/info/lzip.info debian/lzip/usr/share/info/lzip.not-parallel.info mv debian/lzip/usr/share/man/man1/lzip.1 debian/lzip/usr/share/man/man1/lzip.not-parallel.1 -override_dh_strip: - dh_strip --dbg-package=lzip-dbg - override_dh_builddeb: dh_builddeb -- -Zxz + +override_dh_strip: + dh_strip --dbg-package=lzip-dbg |