r12137 - packages/trunk/naev/debian

Paul Wise pabs at alioth.debian.org
Wed Apr 20 04:42:44 UTC 2011


Author: pabs
Date: 2011-04-20 04:42:33 +0000 (Wed, 20 Apr 2011)
New Revision: 12137

Modified:
   packages/trunk/naev/debian/rules
Log:
use dh --with instead of manual calls to autoreconf/autotools_dev

Modified: packages/trunk/naev/debian/rules
===================================================================
--- packages/trunk/naev/debian/rules	2011-04-20 04:38:10 UTC (rev 12136)
+++ packages/trunk/naev/debian/rules	2011-04-20 04:42:33 UTC (rev 12137)
@@ -1,14 +1,9 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ 
+	dh $@ --with autotools_dev --with autoreconf
 
-override_dh_auto_clean:
-	dh_autoreconf_clean
-	dh_auto_clean
-
 override_dh_auto_configure:
-	dh_autoreconf
 	dh_auto_configure -- --enable-debug=no \
 	--with-ndata-path=/usr/share/games/naev/ndata
 




More information about the Pkg-games-commits mailing list