diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:37:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:37:09 +0000 |
commit | edec2ca6ece86f464bdd723001fa0ce7d75cef76 (patch) | |
tree | 9b614a3b92c03f1a25cd946f61918581801557fa | |
parent | Adding debian version 1.2~pre1-1. (diff) | |
download | plzip-edec2ca6ece86f464bdd723001fa0ce7d75cef76.tar.xz plzip-edec2ca6ece86f464bdd723001fa0ce7d75cef76.zip |
Adding debian version 1.2~pre1-2.debian/1.2_pre1-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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 41d769f..18822ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plzip (1.2~pre1-2) unstable; urgency=low + + * Building with dh --parallel. + + -- Daniel Baumann <mail@daniel-baumann.ch> Mon, 31 Mar 2014 21:28:47 +0200 + plzip (1.2~pre1-1) experimental; urgency=low * Updating to standards version 3.9.5. diff --git a/debian/rules b/debian/rules index 0794db9..ff97a7f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) %: - dh ${@} + dh ${@} --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip |