r9250 - packages/trunk/pokerth/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Mon Mar 23 12:10:54 UTC 2009


Author: sargentd-guest
Date: 2009-03-23 12:10:53 +0000 (Mon, 23 Mar 2009)
New Revision: 9250

Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/rules
Log:
remove +x in data and pokerth.png
prepare upload


Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2009-03-23 09:23:11 UTC (rev 9249)
+++ packages/trunk/pokerth/debian/changelog	2009-03-23 12:10:53 UTC (rev 9250)
@@ -1,5 +1,6 @@
-pokerth (0.6.4-1) UNRELEASED; urgency=low
+pokerth (0.6.4-1) unstable; urgency=low
 
+  [ Evgeni Golov ]
   * New upstream release.
   * debian/control:
     + Build-Depend on libboost1.37 packages, as we need at least 1.36.
@@ -9,8 +10,10 @@
     + Bump Standards-Version to 3.8.1, no changes needed.
   * debian/patches/01_clean_libpokerth.patch:
     + Refresh patch against new source.
+  * debian/rules:
+    + Remove executable flag on data/* and pokerth.png
 
- -- Evgeni Golov <sargentd at die-welt.net>  Mon, 23 Mar 2009 10:22:44 +0100
+ -- Zhenech <zhenech at shinkupaddo.kerker.die-welt.net>  Mon, 23 Mar 2009 13:09:51 +0100
 
 pokerth (0.6.3-2-1) unstable; urgency=low
 

Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules	2009-03-23 09:23:11 UTC (rev 9249)
+++ packages/trunk/pokerth/debian/rules	2009-03-23 12:10:53 UTC (rev 9250)
@@ -15,6 +15,9 @@
 build-stamp: configure-stamp
 	dh_testdir
 	make
+	# upstream tarball has wrong permissions
+	find data -type f -exec chmod 644 {} \;
+	chmod 644 pokerth.png
 	touch $@
 
 clean: clean-patched unpatch




More information about the Pkg-games-commits mailing list