[SCM] Trophy racing game - Packaging information branch, master, updated. debian/1.1.7-1-9-g9946645

Andreas Moog amoog at ubuntu.com
Wed Feb 8 18:12:03 UTC 2012


The following commit has been merged in the master branch:
commit 34b7b3a39bcd0ddf7c46be3daaf4fe5bbc89805f
Author: Andreas Moog <amoog at ubuntu.com>
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 <amoog at ubuntu.com>  Mon, 06 Feb 2012 18:34:16 +0100
+ -- Andreas Moog <amoog at ubuntu.com>  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



More information about the Pkg-games-commits mailing list