Author: vcheng
Date: 2015-06-02 06:23:46 +0000 (Tue, 02 Jun 2015)
New Revision: 15443

Modified:
   packages/trunk/supertux/debian/changelog
   packages/trunk/supertux/debian/rules
Log:
supertux: fix lintian warning script-not-executable


Modified: packages/trunk/supertux/debian/changelog
===================================================================
--- packages/trunk/supertux/debian/changelog    2015-06-02 06:18:16 UTC (rev 
15442)
+++ packages/trunk/supertux/debian/changelog    2015-06-02 06:23:46 UTC (rev 
15443)
@@ -5,6 +5,7 @@
   * Drop "--disable-sfx --disable-music" args in supertux menu file; sound
     effects and music are no longer excluded due to DFSG incompatibility.
   * Update debian/copyright.
+  * Fix lintian warning script-not-executable. (LP: #1385675)
   * Bump standards version to 3.9.6.
   * Update watch file.
   * Update my email address.

Modified: packages/trunk/supertux/debian/rules
===================================================================
--- packages/trunk/supertux/debian/rules        2015-06-02 06:18:16 UTC (rev 
15442)
+++ packages/trunk/supertux/debian/rules        2015-06-02 06:23:46 UTC (rev 
15443)
@@ -4,6 +4,8 @@
        dh $@ 
 
 override_dh_install:
+       # Fix lintian warning script-not-executable
+       chmod +x 
$(CURDIR)/debian/tmp/usr/share/games/supertux2/sounds/normalize.sh
        dh_install --exclude=COPYING --list-missing
 
 override_dh_installchangelogs:


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to