diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 12:49:33 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 12:49:33 +0000 |
commit | 63cd38f74aef7dfeab9b7cd83ba9a5899fe35b11 (patch) | |
tree | d7de1749d6b06ac33d0f50601de46bd6d2c8c191 | |
parent | Adding debian version 1.6~pre1-1. (diff) | |
download | clzip-63cd38f74aef7dfeab9b7cd83ba9a5899fe35b11.tar.xz clzip-63cd38f74aef7dfeab9b7cd83ba9a5899fe35b11.zip |
Adding debian version 1.6~pre1-2.debian/1.6_pre1-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-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 2d89cd4..ebba018 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +clzip (1.6~pre1-2) unstable; urgency=low + + * Building with dh --parallel. + + -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 31 Mar 2014 19:41:47 +0200 + clzip (1.6~pre1-1) experimental; urgency=low * Updating to standards version 3.9.5. diff --git a/debian/rules b/debian/rules index fdbd345..67453bf 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} + dh ${@} --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/clzip |