r14033 - packages/trunk/playonlinux/debian/patches

Bertrand Marc bbk-guest at alioth.debian.org
Wed May 8 09:05:35 UTC 2013


Author: bbk-guest
Date: 2013-05-08 09:05:35 +0000 (Wed, 08 May 2013)
New Revision: 14033

Added:
   packages/trunk/playonlinux/debian/patches/set_debian_env.diff
Modified:
   packages/trunk/playonlinux/debian/patches/remove_binary_plugin.diff
   packages/trunk/playonlinux/debian/patches/series
Log:
Debian patches were included upstream, we just need to set DEBIAN_PACKAGE to TRUE.


Modified: packages/trunk/playonlinux/debian/patches/remove_binary_plugin.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/remove_binary_plugin.diff	2013-05-07 14:06:31 UTC (rev 14032)
+++ packages/trunk/playonlinux/debian/patches/remove_binary_plugin.diff	2013-05-08 09:05:35 UTC (rev 14033)
@@ -1,12 +1,12 @@
 --- a/plugins/plugins.lst
 +++ b/plugins/plugins.lst
-@@ -25,9 +25,6 @@
- #Offline PlayOnLinux
- offlineplayonlinux;OfflinePlayOnLinux_0.6.pol;Offline PlayOnLinux;disable;0.6;5;1;0
+@@ -21,9 +21,6 @@
  
--#Capture
+ ## in fact empty line is also ignored because it's more easy to read =)
+ 
+-##Capture
 -capture;Capture_2.4.3.pol;Capture;enable;2.4.3;11;1;0
 -
- #Transgaming Cedega
- cedega;TransgamingCedega_0.3.pol;Transgaming Cedega;disable;0.3;1;1;0
+ ##Screencap
+ screencap;ScreenCap_0.0.4.pol;ScreenCap;enable;0.0.4;1;1;1
  

Modified: packages/trunk/playonlinux/debian/patches/series
===================================================================
--- packages/trunk/playonlinux/debian/patches/series	2013-05-07 14:06:31 UTC (rev 14032)
+++ packages/trunk/playonlinux/debian/patches/series	2013-05-08 09:05:35 UTC (rev 14033)
@@ -1,5 +1,2 @@
-locale.diff
-x-terminal-emulator.diff
-mscorefonts.diff
-disable_update_alert.diff
+set_debian_env.diff
 remove_binary_plugin.diff

Added: packages/trunk/playonlinux/debian/patches/set_debian_env.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/set_debian_env.diff	                        (rev 0)
+++ packages/trunk/playonlinux/debian/patches/set_debian_env.diff	2013-05-08 09:05:35 UTC (rev 14033)
@@ -0,0 +1,11 @@
+--- a/python/lib/Variables.py
++++ b/python/lib/Variables.py
+@@ -25,7 +25,7 @@
+ # Debian packagers should switch this to TRUE
+ # It will disable update alerts, bug reports, statistics
+ # It will set the good locale directory, and it will use the good msttcorefonts
+-os.environ["DEBIAN_PACKAGE"] = "FALSE"
++os.environ["DEBIAN_PACKAGE"] = "TRUE"
+ 
+ # Variables PlayOnMac
+ if (os.environ["POL_OS"] == "Mac"):




More information about the Pkg-games-commits mailing list