r12532 - packages/trunk/crystalspace/debian
Ansgar Burchardt
ansgar at alioth.debian.org
Sat Jul 16 13:33:46 UTC 2011
Author: ansgar
Date: 2011-07-16 13:33:46 +0000 (Sat, 16 Jul 2011)
New Revision: 12532
Modified:
packages/trunk/crystalspace/debian/changelog
packages/trunk/crystalspace/debian/rules
Log:
debian/rules: Allow parallel build.
Modified: packages/trunk/crystalspace/debian/changelog
===================================================================
--- packages/trunk/crystalspace/debian/changelog 2011-07-16 13:31:57 UTC (rev 12531)
+++ packages/trunk/crystalspace/debian/changelog 2011-07-16 13:33:46 UTC (rev 12532)
@@ -5,6 +5,7 @@
* Drop build-dep on libcucul-dev. (Closes: #633809)
* debian/rules: Just skip dh_auto_test instead of forcing DEB_BUILD_OPTIONS
to "nocheck".
+ * debian/rules: Allow parallel build.
* debian/README.source: Remove quilt documentation.
-- Ansgar Burchardt <ansgar at debian.org> Sat, 16 Jul 2011 15:29:30 +0200
Modified: packages/trunk/crystalspace/debian/rules
===================================================================
--- packages/trunk/crystalspace/debian/rules 2011-07-16 13:31:57 UTC (rev 12531)
+++ packages/trunk/crystalspace/debian/rules 2011-07-16 13:33:46 UTC (rev 12532)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export DEB_BUILD_OPTIONS := nocheck
-
VERSION = 1.4.0
#REVISION = 32731
@@ -12,7 +10,7 @@
endif
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
sh bin/autogen.sh # This can be removed in crystalspace 1.9
More information about the Pkg-games-commits
mailing list