summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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: