r15424 - packages/trunk/supertuxkart/debian

Vincent Cheng vcheng at moszumanska.debian.org
Fri May 15 06:17:13 UTC 2015


Author: vcheng
Date: 2015-05-15 06:17:13 +0000 (Fri, 15 May 2015)
New Revision: 15424

Modified:
   packages/trunk/supertuxkart/debian/changelog
   packages/trunk/supertuxkart/debian/rules
Log:
supertuxkart: fix script-not-executable


Modified: packages/trunk/supertuxkart/debian/changelog
===================================================================
--- packages/trunk/supertuxkart/debian/changelog	2015-05-15 06:11:41 UTC (rev 15423)
+++ packages/trunk/supertuxkart/debian/changelog	2015-05-15 06:17:13 UTC (rev 15424)
@@ -1,3 +1,9 @@
+supertuxkart (0.9-2) UNRELEASED; urgency=medium
+
+  * (fix lintian tag script-not-executable)
+
+ -- Vincent Cheng <vcheng at debian.org>  Thu, 14 May 2015 23:16:25 -0700
+
 supertuxkart (0.9-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules	2015-05-15 06:11:41 UTC (rev 15423)
+++ packages/trunk/supertuxkart/debian/rules	2015-05-15 06:17:13 UTC (rev 15424)
@@ -53,7 +53,8 @@
 	
 	# Remove unneeded (developer) scripts in data directory
 	find $(CURDIR)/debian/tmp \( -iname "run_me.sh" -o -iname \
-	"optimize_data.sh" -o -iname "check.sh" \) -delete
+	"optimize_data.sh" -o -iname "check.sh" -o -iname \
+	"pull_from_transifex.sh" \) -delete
 	
 	# Install xpm icons in /usr/share/pixmaps into /usr/share/icons/hicolor as
 	# well. Also install hi-res icon into /usr/share/pixmaps. LP: #937976




More information about the Pkg-games-commits mailing list