r14090 - packages/trunk/playonlinux/debian

Bertrand Marc bbk-guest at alioth.debian.org
Mon May 20 13:31:11 UTC 2013


Author: bbk-guest
Date: 2013-05-20 13:31:11 +0000 (Mon, 20 May 2013)
New Revision: 14090

Modified:
   packages/trunk/playonlinux/debian/changelog
   packages/trunk/playonlinux/debian/rules
Log:
Temporary permission fix.


Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog	2013-05-20 08:10:20 UTC (rev 14089)
+++ packages/trunk/playonlinux/debian/changelog	2013-05-20 13:31:11 UTC (rev 14090)
@@ -5,14 +5,14 @@
     DEBIAN_PACKAGE is set to TRUE. So delete all the patches included
     upstream and replace them with set_debian_env.diff.
   * Refresh debian/patches/remove_binary_plugin.diff and add a description.
-  * Remove temporary permission fix in debian/rules.
+  * Update temporary permission fix in debian/rules.
   * Fix spelling error in description and manpage.
   * debian/control: suggests curl and scrot as the screen capture plugin
     requires them (closes: #676687).
   * State in README.Debian that is linux is the only platform supported
     (closes: #699859).
 
- -- Bertrand Marc <beberking at gmail.com>  Mon, 20 May 2013 10:06:10 +0200
+ -- Bertrand Marc <beberking at gmail.com>  Mon, 20 May 2013 15:29:15 +0200
 
 playonlinux (4.1.1-1) unstable; urgency=low
 

Modified: packages/trunk/playonlinux/debian/rules
===================================================================
--- packages/trunk/playonlinux/debian/rules	2013-05-20 08:10:20 UTC (rev 14089)
+++ packages/trunk/playonlinux/debian/rules	2013-05-20 13:31:11 UTC (rev 14090)
@@ -11,3 +11,8 @@
 
 %:
 	dh $@ --with python2
+
+override_dh_install:
+	dh_install
+	chmod +x debian/playonlinux/usr/share/playonlinux/bash/startup_after_server
+	chmod +x debian/playonlinux/usr/share/playonlinux/bash/read_pc_cd




More information about the Pkg-games-commits mailing list