r12174 - packages/trunk/naev/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Sun May 1 08:10:51 UTC 2011


Author: vincentc-guest
Date: 2011-05-01 08:10:31 +0000 (Sun, 01 May 2011)
New Revision: 12174

Modified:
   packages/trunk/naev/debian/rules
Log:
dh --with autotools_dev conflicts with --with autoreconf; thanks to Josue Abarca for the tip.


Modified: packages/trunk/naev/debian/rules
===================================================================
--- packages/trunk/naev/debian/rules	2011-05-01 02:06:01 UTC (rev 12173)
+++ packages/trunk/naev/debian/rules	2011-05-01 08:10:31 UTC (rev 12174)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autotools_dev --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 # FIXME: disable silent/shave mode when that doesn't break the build
 override_dh_auto_configure:




More information about the Pkg-games-commits mailing list