This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 2f01c3cd663bfa21ace77f24aadbad53b5f6018a Author: Bertrand Marc <[email protected]> Date: Sun Apr 24 18:04:31 2011 +0000 Add the plugins directory --- debian/changelog | 3 ++- debian/playonlinux.install | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d616a02..f0a5def 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ playonlinux (3.8.12-1) UNRELEASED; urgency=low * Disable playonlinux-url_handler since upstream doesn't provide gconf schemas. Upstream should definitly think about providing a clean and complete tarball. + * Add the plugins directory, to make them available easily. - -- Bertrand Marc <[email protected]> Sun, 24 Apr 2011 19:41:24 +0200 + -- Bertrand Marc <[email protected]> Sun, 24 Apr 2011 20:02:48 +0200 playonlinux (3.8.8-1) unstable; urgency=low diff --git a/debian/playonlinux.install b/debian/playonlinux.install index 796c384..04db941 100644 --- a/debian/playonlinux.install +++ b/debian/playonlinux.install @@ -9,6 +9,7 @@ lib/* usr/share/playonlinux/lib/ python/*.py usr/share/playonlinux/python/ python/lib/*.py usr/share/playonlinux/python/lib/ themes/* usr/share/playonlinux/themes/ +plugins/* usr/share/playonlinux/plugins/ playonlinux usr/share/playonlinux/ playonlinux-cmd usr/share/playonlinux/ playonlinux-pkg usr/share/playonlinux/ -- 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

