This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 2c9301343af79fe7a2c2f41e6e31261fc8d41eb4 Author: Bertrand Marc <[email protected]> Date: Sat Jan 25 12:24:12 2014 +0000 debian/rules: make bash/find_python executable. Upstream doesn't seem to understand the concept of permissions... Maybe someday. --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3e32390..c55d4dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ playonlinux (4.2.2-1) UNRELEASED; urgency=low * Add a dependency on netcat, as playonlinux will fail without nc (Closes: #710753), on p7zip-full (Closes: #725241) and on bzip2 (Closes: #725460). + * debian/rules: make bash/find_python executable. Upstream doesn't seem to + understand the concept of permissions... Maybe someday. -- Bertrand Marc <[email protected]> Wed, 22 Jan 2014 19:47:02 +0100 diff --git a/debian/rules b/debian/rules index d8af9e1..7495e5c 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,4 @@ 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 + chmod +x debian/playonlinux/usr/share/playonlinux/bash/find_python -- 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

