aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Lane <laney@debian.org>2014-01-09 17:21:18 +0000
committerIain Lane <laney@debian.org>2014-01-09 17:36:57 +0000
commitd49674454b1e6d4c317002aedc40a2e30ca7e5f1 (patch)
tree00ebd963f34f6614ed3f32f04bdad994bc5996a0
parent7f12ad74ae0e4ee8e7eb6dfa98f1d619a93cc334 (diff)
Enable parallel builds
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 72cd2f2f..be78abf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gst-plugins-good1.0 (1.2.2-2) UNRELEASED; urgency=medium
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
--as-needed.
+ * Enable parallel builds
-- Iain Lane <laney@debian.org> Thu, 09 Jan 2014 17:20:15 +0000
diff --git a/debian/rules b/debian/rules
index 9e430105..9ba7d5a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
+DEB_BUILD_PARALLEL = 1
+
DEB_DH_AUTORECONF_ARGS += --as-needed
# make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in