r12533 - packages/trunk/crystalspace/debian
Ansgar Burchardt
ansgar at alioth.debian.org
Sat Jul 16 14:35:18 UTC 2011
Author: ansgar
Date: 2011-07-16 14:35:18 +0000 (Sat, 16 Jul 2011)
New Revision: 12533
Modified:
packages/trunk/crystalspace/debian/changelog
packages/trunk/crystalspace/debian/rules
Log:
disable parallel build again as it does not work
Modified: packages/trunk/crystalspace/debian/changelog
===================================================================
--- packages/trunk/crystalspace/debian/changelog 2011-07-16 13:33:46 UTC (rev 12532)
+++ packages/trunk/crystalspace/debian/changelog 2011-07-16 14:35:18 UTC (rev 12533)
@@ -5,7 +5,6 @@
* 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:33:46 UTC (rev 12532)
+++ packages/trunk/crystalspace/debian/rules 2011-07-16 14:35:18 UTC (rev 12533)
@@ -10,7 +10,7 @@
endif
%:
- dh $@ --parallel
+ dh $@
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