r11391 - in packages/branches/pokerth/squeeze/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Mon Sep 27 13:38:31 UTC 2010


Author: evgeni
Date: 2010-09-27 13:38:28 +0000 (Mon, 27 Sep 2010)
New Revision: 11391

Added:
   packages/branches/pokerth/squeeze/debian/NEWS
   packages/branches/pokerth/squeeze/debian/patches/99_use_pokerth.debian.net.patch
Modified:
   packages/branches/pokerth/squeeze/debian/changelog
   packages/branches/pokerth/squeeze/debian/patches/series
Log:
use pokerth.debian.net for Squeeze

Added: packages/branches/pokerth/squeeze/debian/NEWS
===================================================================
--- packages/branches/pokerth/squeeze/debian/NEWS	                        (rev 0)
+++ packages/branches/pokerth/squeeze/debian/NEWS	2010-09-27 13:38:28 UTC (rev 11391)
@@ -0,0 +1,15 @@
+pokerth (0.7.1-2) unstable; urgency=low
+
+  The server at PokerTH.net now runs the 0.8 version of the software,
+  which is incompatible with 0.7.x we ship in Squeeze.
+  Because of that a 0.7.x server is running on pokerth.debian.net.
+
+  On new installations this will be the default server used.
+
+  On old ones you have to reconfigure your client yourself.
+  Either set "Serverlist Address" under Settings → Internet Game to
+  "pokerth.debian.net/serverlist.xml.z" or use the "Manual Server
+  Configuration" using "pokerth.debian.net" as the server address.
+
+ -- Evgeni Golov <evgeni at debian.org>  Mon, 27 Sep 2010 14:09:17 +0200
+

Modified: packages/branches/pokerth/squeeze/debian/changelog
===================================================================
--- packages/branches/pokerth/squeeze/debian/changelog	2010-09-27 09:03:37 UTC (rev 11390)
+++ packages/branches/pokerth/squeeze/debian/changelog	2010-09-27 13:38:28 UTC (rev 11391)
@@ -1,3 +1,9 @@
+pokerth (0.7.1-2) unstable; urgency=low
+
+  * Use pokerth.debian.net as default server, upstream moved theirs to 0.8
+
+ -- Evgeni Golov <evgeni at debian.org>  Mon, 27 Sep 2010 14:09:17 +0200
+
 pokerth (0.7.1-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/branches/pokerth/squeeze/debian/patches/99_use_pokerth.debian.net.patch
===================================================================
--- packages/branches/pokerth/squeeze/debian/patches/99_use_pokerth.debian.net.patch	                        (rev 0)
+++ packages/branches/pokerth/squeeze/debian/patches/99_use_pokerth.debian.net.patch	2010-09-27 13:38:28 UTC (rev 11391)
@@ -0,0 +1,37 @@
+Index: pokerth-0.7.1/src/config/configfile.cpp
+===================================================================
+--- pokerth-0.7.1.orig/src/config/configfile.cpp	2010-09-27 11:41:01.039098790 +0200
++++ pokerth-0.7.1/src/config/configfile.cpp	2010-09-27 11:43:00.666599150 +0200
+@@ -199,8 +199,8 @@
+ 	configList.push_back(ConfigInfo("ServerPutAvatarsUser", CONFIG_TYPE_STRING, ""));
+ 	configList.push_back(ConfigInfo("ServerPutAvatarsPassword", CONFIG_TYPE_STRING, ""));
+ 	configList.push_back(ConfigInfo("InternetServerConfigMode", CONFIG_TYPE_INT, "0"));
+-	configList.push_back(ConfigInfo("InternetServerListAddress", CONFIG_TYPE_STRING, "pokerth.net/serverlist.xml.z"));
+-	configList.push_back(ConfigInfo("InternetServerAddress", CONFIG_TYPE_STRING, "pokerth.6dns.org"));
++	configList.push_back(ConfigInfo("InternetServerListAddress", CONFIG_TYPE_STRING, "pokerth.debian.net/serverlist.xml.z"));
++	configList.push_back(ConfigInfo("InternetServerAddress", CONFIG_TYPE_STRING, "pokerth.debian.net"));
+ 	configList.push_back(ConfigInfo("InternetServerPort", CONFIG_TYPE_INT, "7234"));
+ 	configList.push_back(ConfigInfo("InternetServerPassword", CONFIG_TYPE_STRING, ""));
+ 	configList.push_back(ConfigInfo("InternetServerUseIpv6", CONFIG_TYPE_INT, "0"));
+@@ -212,7 +212,7 @@
+ 	configList.push_back(ConfigInfo("UseIRCLobbyChat", CONFIG_TYPE_INT, "1"));
+ 	configList.push_back(ConfigInfo("IRCServerAddress", CONFIG_TYPE_STRING, "chat.freenode.net"));
+ 	configList.push_back(ConfigInfo("IRCServerPort", CONFIG_TYPE_INT, "6667"));
+-	configList.push_back(ConfigInfo("IRCChannel", CONFIG_TYPE_STRING, "#pokerth-lobby"));
++	configList.push_back(ConfigInfo("IRCChannel", CONFIG_TYPE_STRING, "#pokerth-lobby-debian"));
+ 	configList.push_back(ConfigInfo("IRCChannelPassword", CONFIG_TYPE_STRING, ""));
+ 	configList.push_back(ConfigInfo("IRCServerUseIpv6", CONFIG_TYPE_INT, "0"));
+ 	configList.push_back(ConfigInfo("UseAdminIRC", CONFIG_TYPE_INT, "0"));
+Index: pokerth-0.7.1/console/src/lib/Settings.cs
+===================================================================
+--- pokerth-0.7.1.orig/console/src/lib/Settings.cs	2010-09-27 11:43:17.511098661 +0200
++++ pokerth-0.7.1/console/src/lib/Settings.cs	2010-09-27 11:43:25.634599359 +0200
+@@ -29,7 +29,7 @@
+ {
+ 	public class Settings
+ 	{
+-		private const string ServerListUrl = "http://pokerth.net/serverlist.xml.z";
++		private const string ServerListUrl = "http://pokerth.debian.net/serverlist.xml.z";
+ 
+ 		public Settings()
+ 		{

Modified: packages/branches/pokerth/squeeze/debian/patches/series
===================================================================
--- packages/branches/pokerth/squeeze/debian/patches/series	2010-09-27 09:03:37 UTC (rev 11390)
+++ packages/branches/pokerth/squeeze/debian/patches/series	2010-09-27 13:38:28 UTC (rev 11391)
@@ -1,3 +1,4 @@
 01_clean_libpokerth.patch
 02_use_dejavu_fonts.patch
 #03_use_--as-needed.patch
+99_use_pokerth.debian.net.patch




More information about the Pkg-games-commits mailing list