[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian-experimental, updated. debian/0.18.0-1-4-g3ec66e1

Simon McVittie smcv at debian.org
Sat Apr 7 14:14:49 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit 49069e2f8edd5340029b234fc447c2ae672432db
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Apr 4 18:03:33 2012 +0100

    Allow parallel builds

diff --git a/debian/changelog b/debian/changelog
index 9fdeebd..c3a5da0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ telepathy-glib (0.18.0-2) UNRELEASED; urgency=low
 
   * Run dh_install with --list-missing to list anything we forgot
   * Use the debhelper "gir" sequence from gobject-introspection
+  * Allow parallel builds
 
  -- Simon McVittie <smcv at debian.org>  Wed, 04 Apr 2012 17:32:27 +0100
 
diff --git a/debian/rules b/debian/rules
index f45439f..b897e95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev,gir
+	dh $@ --with autotools_dev,gir --parallel
 
 override_dh_strip:
 	dh_strip --dbg-package=libtelepathy-glib0-dbg

-- 
telepathy-glib packaging



More information about the Pkg-telepathy-commits mailing list