This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit eb7e82c68c63959da5bb872104560446ea20d19b Author: Bertrand Marc <[email protected]> Date: Sat Jul 4 09:47:06 2009 +0000 New Upstream Release.\n Update playonlinux.install.\n Fix permissions --- debian/changelog | 6 +++++- debian/playonlinux.install | 1 - debian/rules | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 47101b9..2a16be2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ -playonlinux (3.5-2) UNRELEASED; urgency=low +playonlinux (3.6-1) UNRELEASED; urgency=low + * New upstream release : + - Various bug fixed + - Winetricks integration * Bump Standards-Version to 3.8.2 (no changes needed). + * Match playonlinux.install with the new source tree. -- Bertrand Marc <[email protected]> Sun, 28 Jun 2009 14:26:30 +0200 diff --git a/debian/playonlinux.install b/debian/playonlinux.install index ea5a570..34eafef 100644 --- a/debian/playonlinux.install +++ b/debian/playonlinux.install @@ -7,7 +7,6 @@ etc/setups/* usr/share/playonlinux/etc/setups/ lang/locale/* usr/share/locale/ lib/* usr/share/playonlinux/lib/ python/*.py usr/share/playonlinux/python/ -python/tools/* usr/share/playonlinux/python/tools/ python/lib/*.py usr/share/playonlinux/python/lib/ themes/* usr/share/playonlinux/themes/ playonlinux* usr/share/playonlinux/ diff --git a/debian/rules b/debian/rules index 078314f..34a029e 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,10 @@ install: build dh_prep chmod -x CHANGELOG + chmod -R -x+X etc/ + chmod -R -x+X themes/ + chmod -R -x+X lang/locale/ + chmod -x python/lib/__init__.py chmod +x lib/* chmod +x lang/old/* chmod +x bash/terminals/* -- 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

