r15413 - packages/trunk/supertuxkart/debian

Vincent Cheng vcheng at moszumanska.debian.org
Wed May 13 08:21:48 UTC 2015


Author: vcheng
Date: 2015-05-13 08:21:48 +0000 (Wed, 13 May 2015)
New Revision: 15413

Modified:
   packages/trunk/supertuxkart/debian/rules
Log:
supertuxkart: remove reference to update_file_list.sh in d/rules


Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules	2015-05-13 08:18:26 UTC (rev 15412)
+++ packages/trunk/supertuxkart/debian/rules	2015-05-13 08:21:48 UTC (rev 15413)
@@ -21,10 +21,7 @@
 	
 	dh_auto_clean
 
-override_dh_auto_configure:
-	# Generate sources.cmake
-	sh update_file_list.sh
-	
+override_dh_auto_configure:	
 	# libbluetooth-dev is only available on linux, hence build with
 	# wiimote input device support only on linux
 	if [ $(DEB_HOST_ARCH_OS) = linux ]; then \




More information about the Pkg-games-commits mailing list