r9661 - in packages/trunk/pokerth/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Mon May 4 06:27:09 UTC 2009


Author: evgeni
Date: 2009-05-04 06:27:07 +0000 (Mon, 04 May 2009)
New Revision: 9661

Removed:
   packages/trunk/pokerth/debian/patches/04_enable_beta.patch
Modified:
   packages/trunk/pokerth/debian/
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/patches/series
   packages/trunk/pokerth/debian/rules
Log:
* New upstram release.
  + Upload to unstable again.
* debian/patches/04_enable_beta.patch:
  + Drop the patch, it's not needed anymore.
* debian/rules:
  + Add back the find/chmod call, as tarball has wrong permissions
    for some files again.




Property changes on: packages/trunk/pokerth/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/pokerth_0.7~beta2.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/pokerth_0.7.orig.tar.gz

Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2009-05-03 09:30:28 UTC (rev 9660)
+++ packages/trunk/pokerth/debian/changelog	2009-05-04 06:27:07 UTC (rev 9661)
@@ -1,3 +1,15 @@
+pokerth (0.7-1) unstable; urgency=low
+
+  * New upstram release.
+    + Upload to unstable again.
+  * debian/patches/04_enable_beta.patch:
+    + Drop the patch, it's not needed anymore.
+  * debian/rules:
+    + Add back the find/chmod call, as tarball has wrong permissions
+      for some files again.
+
+ -- Evgeni Golov <evgeni at debian.org>  Mon, 04 May 2009 08:08:41 +0200
+
 pokerth (0.7~beta2-1) experimental; urgency=low
 
   * New upstream beta release (fetched from SVN r1911).

Deleted: packages/trunk/pokerth/debian/patches/04_enable_beta.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/04_enable_beta.patch	2009-05-03 09:30:28 UTC (rev 9660)
+++ packages/trunk/pokerth/debian/patches/04_enable_beta.patch	2009-05-04 06:27:07 UTC (rev 9661)
@@ -1,15 +0,0 @@
-Enable beta server instead of the default one by defining POKERTH_IS_07BETA
-
-Index: pokerth/src/session.cpp
-===================================================================
---- pokerth/src/session.cpp	(revision 1887)
-+++ pokerth/src/session.cpp	(working copy)
-@@ -38,7 +38,7 @@
- #define NET_DEFAULT_GAME					"default"
- 
- //uncomment for 0.7 beta
--// #define POKERTH_IS_07BETA
-+#define POKERTH_IS_07BETA
- 
- using namespace std;
- 

Modified: packages/trunk/pokerth/debian/patches/series
===================================================================
--- packages/trunk/pokerth/debian/patches/series	2009-05-03 09:30:28 UTC (rev 9660)
+++ packages/trunk/pokerth/debian/patches/series	2009-05-04 06:27:07 UTC (rev 9661)
@@ -1,4 +1,3 @@
 01_clean_libpokerth.patch
 02_use_dejavu_fonts.patch
 #03_use_--as-needed.patch
-04_enable_beta.patch

Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules	2009-05-03 09:30:28 UTC (rev 9660)
+++ packages/trunk/pokerth/debian/rules	2009-05-04 06:27:07 UTC (rev 9661)
@@ -10,6 +10,8 @@
 	dh build --before dh_auto_configure
 	qmake-qt4 pokerth.pro
 	dh build --after dh_auto_configure
+	# upstream tarball has wrong permissions
+	find data -type f -exec chmod 644 {} \;
 	touch $@
 
 clean: clean-patched unpatch




More information about the Pkg-games-commits mailing list