This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 241561570883894fb507ca9383f9927e601ccbfe Author: Bertrand Marc <[email protected]> Date: Sun May 17 19:09:12 2009 +0000 New upstream release: 3.5 --- debian/changelog | 9 +++++++++ debian/patches/x-terminal-emulator.diff | 16 ++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9902cf7..f06d5d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +playonlinux (3.5-1) unstable; urgency=low + + * New upstream release : + - Icon changed + - pol.mulx.net becomes mulx.playonlinux.com + - English translation improved + + -- Bertrand Marc <[email protected]> Sun, 17 May 2009 16:12:01 +0200 + playonlinux (3.4-1) unstable; urgency=low * Initial release (Closes: #485149) diff --git a/debian/patches/x-terminal-emulator.diff b/debian/patches/x-terminal-emulator.diff index c369ba9..8dcbdb5 100644 --- a/debian/patches/x-terminal-emulator.diff +++ b/debian/patches/x-terminal-emulator.diff @@ -1,10 +1,10 @@ --- /dev/null -+++ playonlinux-3.4/bash/terminals/Default ++++ playonlinux-3.5/bash/terminals/Default @@ -0,0 +1,2 @@ +#!/bin/sh +x-terminal-emulator -e "$@" ---- playonlinux-3.4.orig/lib/check_depend -+++ playonlinux-3.4/lib/check_depend +--- playonlinux-3.5.orig/lib/check_depend ++++ playonlinux-3.5/lib/check_depend @@ -53,7 +53,6 @@ check_one wine "wine" check_one unzip "unzip" @@ -13,8 +13,8 @@ check_one convert "imagemagick" check_one cabextract "cabextract" #check_one lzma "lzma" ---- playonlinux-3.4.orig/lib/variables -+++ playonlinux-3.4/lib/variables +--- playonlinux-3.5.orig/lib/variables ++++ playonlinux-3.5/lib/variables @@ -45,14 +45,14 @@ fi @@ -50,8 +50,8 @@ fi export POL_LANG=$(echo "$LANG" | cut -d\_ -f 1) ---- playonlinux-3.4.orig/python/options.py -+++ playonlinux-3.4/python/options.py +--- playonlinux-3.5.orig/python/options.py ++++ playonlinux-3.5/python/options.py @@ -62,7 +62,7 @@ if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/terminal")): default_terminal = open(Variables.playonlinux_rep+"/configurations/options/terminal","r").read() @@ -59,5 +59,5 @@ - 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, _("Tests"), pos=(230,120), size=(80,27)) + self.buttonTestT = wx.Button(self.panelGeneral, 111, _("Test"), pos=(230,120), size=(80,27)) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

