r12563 - packages/trunk/holotz-castle/debian

Felix Geyer debfx-guest at alioth.debian.org
Thu Aug 4 08:58:49 UTC 2011


Author: debfx-guest
Date: 2011-08-04 08:58:49 +0000 (Thu, 04 Aug 2011)
New Revision: 12563

Modified:
   packages/trunk/holotz-castle/debian/changelog
   packages/trunk/holotz-castle/debian/rules
Log:
Drop executable bit from data files.


Modified: packages/trunk/holotz-castle/debian/changelog
===================================================================
--- packages/trunk/holotz-castle/debian/changelog	2011-08-04 08:46:43 UTC (rev 12562)
+++ packages/trunk/holotz-castle/debian/changelog	2011-08-04 08:58:49 UTC (rev 12563)
@@ -6,6 +6,7 @@
   * Fix FTBFS with ld --as-needed.
     - Update 02_makefile.patch
   * Update Vcs-Browser control field.
+  * Drop executable bit from data files.
 
   [ Andreas Moog ]
   * Fix compiler warnings -Wunused-but-set-variable and -Wunused-result

Modified: packages/trunk/holotz-castle/debian/rules
===================================================================
--- packages/trunk/holotz-castle/debian/rules	2011-08-04 08:46:43 UTC (rev 12562)
+++ packages/trunk/holotz-castle/debian/rules	2011-08-04 08:58:49 UTC (rev 12563)
@@ -6,4 +6,10 @@
 override_dh_installdocs:
 	dh_installdocs --link-doc=holotz-castle-data
 
+override_dh_fixperms:
+	dh_fixperms
+	if [ -d debian/holotz-castle-data ]; then \
+		chmod a-x debian/holotz-castle-data/usr/share/games/holotz-castle/game/stories/milanb/*.hlv; \
+	fi
+
 override_dh_auto_install:




More information about the Pkg-games-commits mailing list