summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
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