r11041 - packages/trunk/teeworlds/debian
Felix Geyer
debfx-guest at alioth.debian.org
Mon Jun 21 16:08:44 UTC 2010
Author: debfx-guest
Date: 2010-06-21 16:08:42 +0000 (Mon, 21 Jun 2010)
New Revision: 11041
Modified:
packages/trunk/teeworlds/debian/changelog
packages/trunk/teeworlds/debian/rules
Log:
Only fix permissions of data files when arch-all packages are built.
(Closes: #586534)
Modified: packages/trunk/teeworlds/debian/changelog
===================================================================
--- packages/trunk/teeworlds/debian/changelog 2010-06-21 14:39:26 UTC (rev 11040)
+++ packages/trunk/teeworlds/debian/changelog 2010-06-21 16:08:42 UTC (rev 11041)
@@ -1,3 +1,10 @@
+teeworlds (0.5.2-2) UNRELEASED; urgency=low
+
+ * Only fix permissions of data files when arch-all packages are built.
+ (Closes: #586534)
+
+ -- Felix Geyer <debfx-pkg at fobos.de> Mon, 21 Jun 2010 17:15:04 +0200
+
teeworlds (0.5.2-1) unstable; urgency=low
* New upstream release. (Closes: #559938, LP: #559922)
Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules 2010-06-21 14:39:26 UTC (rev 11040)
+++ packages/trunk/teeworlds/debian/rules 2010-06-21 16:08:42 UTC (rev 11041)
@@ -23,4 +23,6 @@
override_dh_fixperms:
dh_fixperms
+ifneq (,$(filter teeworlds-data, $(shell dh_listpackages)))
find debian/teeworlds-data -type f -exec chmod 644 {} \;
+endif
More information about the Pkg-games-commits
mailing list