The following commit has been merged in the master branch:
commit 34b7b3a39bcd0ddf7c46be3daaf4fe5bbc89805f
Author: Andreas Moog <[email protected]>
Date:   Tue Feb 7 18:54:53 2012 +0100

    debian/rules: support parallel building

diff --git a/debian/changelog b/debian/changelog
index b8244bc..0694996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ trophy (2.0.0-1) unstable; urgency=low
   * debian/control,debian/rules: dont' build with dh-autoreconf, not needed
     anymore.
   * debian/control,debian/compat: Use debhelper compat level 9
+  * debian/rules: support parallel building
 
- -- Andreas Moog <[email protected]>  Mon, 06 Feb 2012 18:34:16 +0100
+ -- Andreas Moog <[email protected]>  Tue, 07 Feb 2012 18:54:24 +0100
 
 trophy (1.1.7-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 1085a28..3fa9b58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --parallel
 
 override_dh_auto_configure:
        dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games

-- 
Trophy racing game - Packaging information

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to