The following commit has been merged in the master branch:
commit 20382f3f23f95a34309acc7b2ad30017a2be0f54
Author: Andrey Rahmatullin <[email protected]>
Date: Fri Apr 20 20:27:32 2012 +0600
Enable parallel building.
diff --git a/debian/rules b/debian/rules
index c16fb94..58c15e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,13 @@
export LDFLAGS=-Wl,--as-needed
%:
- dh $@ --with autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --bindir=/usr/games --enable-opengl
+ dh_auto_configure --parallel -- --bindir=/usr/games --enable-opengl
override_dh_auto_install:
- dh_auto_install
+ dh_auto_install --parallel
rm -f $(CURDIR)/debian/tmp/usr/lib/games/psemu/*.la
override_dh_install:
--
pcsxr packaging
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits