[playonlinux] 178/230: Temporary permission fix.
Bertrand Marc
bmarc at moszumanska.debian.org
Sun Jul 9 17:42:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
bmarc pushed a commit to branch master
in repository playonlinux.
commit f7af17b59f3e98cb8aa320e8598fbb86e39664e2
Author: Bertrand Marc <beberking at gmail.com>
Date: Mon May 20 13:31:11 2013 +0000
Temporary permission fix.
---
debian/changelog | 4 ++--
debian/rules | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3a1b24b..3f12450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,14 +5,14 @@ playonlinux (4.2.1-1) unstable; urgency=low
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
diff --git a/debian/rules b/debian/rules
index 2ebce13..87904b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git
More information about the Pkg-games-commits
mailing list