[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Permission to upload PokerTH 0.7.1-2 for Squeeze



Dear RT,

attached, you find the diff between pokerth 0.7.1-1 (currently in
sqeeze/sid) and 0.7.1-2 (which I'd like to upload asap, you do not want
to review the changes of 0.8-1 in experimental ;)).

The patch is just exchanging some strings (the default server address)
and the documentation why I do so.

I quote NEWS why this is needed:
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@debian.org>  Mon, 27 Sep 2010 14:09:17 +0200

I hope this is ok for you and we can assure Squeeze users will be able
to play internet games of PokerTH nicely.

Regards
Evgeni Golov
diff -Nrwu -x.svn tags/pokerth/0.7.1-1/debian/changelog branches/pokerth/squeeze/debian/changelog
--- tags/pokerth/0.7.1-1/debian/changelog	2010-05-22 12:38:04.820387793 +0200
+++ branches/pokerth/squeeze/debian/changelog	2010-09-27 14:09:57.294599399 +0200
@@ -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@debian.org>  Mon, 27 Sep 2010 14:09:17 +0200
+
 pokerth (0.7.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nrwu -x.svn tags/pokerth/0.7.1-1/debian/NEWS branches/pokerth/squeeze/debian/NEWS
--- tags/pokerth/0.7.1-1/debian/NEWS	1970-01-01 01:00:00.000000000 +0100
+++ branches/pokerth/squeeze/debian/NEWS	2010-09-27 14:14:34.855099162 +0200
@@ -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@debian.org>  Mon, 27 Sep 2010 14:09:17 +0200
+
diff -Nrwu -x.svn tags/pokerth/0.7.1-1/debian/patches/99_use_pokerth.debian.net.patch branches/pokerth/squeeze/debian/patches/99_use_pokerth.debian.net.patch
--- tags/pokerth/0.7.1-1/debian/patches/99_use_pokerth.debian.net.patch	1970-01-01 01:00:00.000000000 +0100
+++ branches/pokerth/squeeze/debian/patches/99_use_pokerth.debian.net.patch	2010-09-28 15:27:20.472266806 +0200
@@ -0,0 +1,46 @@
+Subject: Use pokerth.debian.net as default server for internet games
+From: Evgeni Golov <evgeni@debian.org>
+Forwarded: not-needed
+
+ Since the release of PokerTH 0.8 on the 2010-09-25, upstream has shut
+ down the 0.7.x server. As Debian Squeeze will ship with 0.7.1, pkg-games
+ provides a server running 0.7.1.
+ Use this server per default in new installations of PokerTH on Debian.
+
+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()
+ 		{
diff -Nrwu -x.svn tags/pokerth/0.7.1-1/debian/patches/series branches/pokerth/squeeze/debian/patches/series
--- tags/pokerth/0.7.1-1/debian/patches/series	2010-05-22 12:38:04.736447258 +0200
+++ branches/pokerth/squeeze/debian/patches/series	2010-09-27 14:08:21.866600487 +0200
@@ -1,3 +1,4 @@
 01_clean_libpokerth.patch
 02_use_dejavu_fonts.patch
 #03_use_--as-needed.patch
+99_use_pokerth.debian.net.patch

Reply to: