r15897 - packages/trunk/supertux/debian

Vincent Cheng vcheng at moszumanska.debian.org
Mon Sep 26 03:40:30 UTC 2016


Author: vcheng
Date: 2016-09-26 03:40:30 +0000 (Mon, 26 Sep 2016)
New Revision: 15897

Modified:
   packages/trunk/supertux/debian/rules
Log:
supertux: explicitly set dh --buildsystem=cmake to avoid attempting to use autotools and failing miserably


Modified: packages/trunk/supertux/debian/rules
===================================================================
--- packages/trunk/supertux/debian/rules	2016-09-26 03:36:05 UTC (rev 15896)
+++ packages/trunk/supertux/debian/rules	2016-09-26 03:40:30 UTC (rev 15897)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ 
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DBUILD_SHARED_LIBS=OFF \




More information about the Pkg-games-commits mailing list