r12852 - in packages/trunk/playonlinux/debian: . patches

Bertrand Marc bbk-guest at alioth.debian.org
Wed Nov 23 22:14:59 UTC 2011


Author: bbk-guest
Date: 2011-11-23 22:14:58 +0000 (Wed, 23 Nov 2011)
New Revision: 12852

Modified:
   packages/trunk/playonlinux/debian/changelog
   packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff
   packages/trunk/playonlinux/debian/rules
Log:
Refresh patches/x-terminal-emulator.diff; add TRANSLATORS to dh_installdocs

Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog	2011-11-23 20:57:43 UTC (rev 12851)
+++ packages/trunk/playonlinux/debian/changelog	2011-11-23 22:14:58 UTC (rev 12852)
@@ -1,3 +1,11 @@
+playonlinux (4.0.14-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add the new TRANSLATORS file to debian/playonlinux.docs.
+  * Refresh patches/x-terminal-emulator.diff.
+
+ -- Bertrand Marc <beberking at gmail.com>  Wed, 23 Nov 2011 15:13:20 +0100
+
 playonlinux (4.0.12-1) unstable; urgency=low
 
   * New upstream release (Closes: #639558).

Modified: packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff	2011-11-23 20:57:43 UTC (rev 12851)
+++ packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff	2011-11-23 22:14:58 UTC (rev 12852)
@@ -24,17 +24,6 @@
  
  ### Desktop
  [ "$(which xdg-user-dir)" ] && export DESKTOP="$(xdg-user-dir DESKTOP)" || export DESKTOP="$HOME/Desktop"
---- a/python/options.py
-+++ b/python/options.py
-@@ -113,7 +113,7 @@
- 		if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/terminal")):
- 			default_terminal = open(Variables.playonlinux_rep+"/configurations/options/terminal","r").read()
- 		else:
--			default_terminal = "xterm"
-+			default_terminal = "Default"
- 		self.Term = wx.ComboBox(self.panelGeneral, -1, value=default_terminal, choices=os.listdir(Variables.playonlinux_env+"/bash/terminals"), pos=(20,120),style=wx.CB_READONLY)
- 		self.buttonTestT = wx.Button(self.panelGeneral, 111, _("Test"), pos=(230,120), size=(80,27))
- 
 --- a/bash/expert/PolShell
 +++ b/bash/expert/PolShell
 @@ -24,4 +24,4 @@

Modified: packages/trunk/playonlinux/debian/rules
===================================================================
--- packages/trunk/playonlinux/debian/rules	2011-11-23 20:57:43 UTC (rev 12851)
+++ packages/trunk/playonlinux/debian/rules	2011-11-23 22:14:58 UTC (rev 12852)
@@ -39,7 +39,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs CHANGELOG
-	dh_installdocs
+	dh_installdocs TRANSLATORS
 	dh_install
 	dh_installmenu
 	dh_python2




More information about the Pkg-games-commits mailing list