This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit b1836aa498fedfbcbb99cf52457eacd795731929 Author: Bertrand Marc <[email protected]> Date: Wed Jan 26 10:29:44 2011 +0000 Fix 2 lintian warnings: remove locale templates, fix permissions in bash/ --- debian/changelog | 4 +++- debian/rules | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 13a67b3..bd92fba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ playonlinux (3.8.8-1) unstable; urgency=low * New upstream release. * Refresh patches. + * Remove lang/locale/templates. + * Fix permissions in bash/. - -- Bertrand Marc <[email protected]> Wed, 26 Jan 2011 11:13:57 +0100 + -- Bertrand Marc <[email protected]> Wed, 26 Jan 2011 11:27:59 +0100 playonlinux (3.8-1) UNRELEASED; urgency=low diff --git a/debian/rules b/debian/rules index 9914f74..01c4da6 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,9 @@ install: build chmod -x python/lib/__init__.py chmod +x lib/* chmod +x bash/terminals/* + chmod +x bash/debug_main + rm lang/locale/templates/pol.pot + rmdir lang/locale/templates # Build architecture-independent files here. binary-indep: build install -- 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

