summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-01-02 12:14:38 +0100
committerMichal Čihař <nijel@debian.org>2017-01-02 12:14:38 +0100
commit3479e537905b2fcc108755b337aecf1f17bb58cc (patch)
tree265c0e391c59ffe7ae0a50986401c3583dee9012
parent59d16c9a539b1868ac07b0ce9624cd942ba32a89 (diff)
Enable parallel build (Closes: #849549).
-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 2f3a639..40570fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gammu (1.38.0-2) UNRELEASED; urgency=medium
+
+ * Enable parallel build (Closes: #849549).
+
+ -- Michal Čihař <nijel@debian.org> Mon, 02 Jan 2017 12:14:24 +0100
+
gammu (1.38.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index f1b8f3b..3fb0b0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ include /usr/share/dpkg/buildflags.mk
dh $@ --with systemd,sphinxdoc --buildsystem=cmake
override_dh_auto_build:
- dh_auto_build
+ dh_auto_build --parallel
dh_auto_build -- manual-html
override_dh_strip: