This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 9884931be9dc1b86ac80be568e434bdd46ac1926 Author: Bertrand Marc <[email protected]> Date: Sat Apr 21 20:51:43 2012 +0000 Copyright in machine readable format; intall only script plugins --- debian/changelog | 5 ++- debian/copyright | 82 +++++++++++++++++++++------------------------- debian/playonlinux.install | 2 +- 3 files changed, 42 insertions(+), 47 deletions(-) diff --git a/debian/changelog b/debian/changelog index fac952f..3c6b216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,11 @@ playonlinux (4.0.17-1) UNRELEASED; urgency=low * New upstream release. * Use debhelper v8 and minimal debian/rules. + * debian/copyright: use machine readable format. + * playonlinux.install: allow only script plugins. The Capture plugin + provides binaries. - -- Bertrand Marc <[email protected]> Sat, 21 Apr 2012 19:46:43 +0200 + -- Bertrand Marc <[email protected]> Sat, 21 Apr 2012 22:49:05 +0200 playonlinux (4.0.16-1) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 5416de5..20847bc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,41 +1,37 @@ -This package was debianized by Bertrand Marc <[email protected]> on -Fri, 06 Feb 2009 02:19:41 +0100. - -It was downloaded from http://www.playonlinux.com/ - -Upstream Authors: - - Pâris Quentin <[email protected]> - -Copyright: - - Copyright © 2007-2009 Pâris Quentin - -License: - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 3 dated June, 2007. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301, USA. - - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-3'. - - -Icons in themes/tango are from the Tango project. They were downloaded from -http://tango.freedesktop.org/releases/ - -Upstream Authors: 2005-2009 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: PlayOnLinux +Upstream-Contact: Quentin Pâris <[email protected]> +Source: http://www.playonlinux.com/ +License: GPL-3 +Disclaimer: PlayOnLinux downloads and execute unchecked third-party scripts. + Therefore it is not part of Debian, and remains in contrib. + +Files: * +Copyright: 2007-2009 Quentin Pâris <[email protected]> +License: GPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 dated June, 2007. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + +Files: debian/* +Copyright: 2010-2012 Bertrand Marc <[email protected]> +License: GPL-3 + +Files: resources/emotes/* resources/install/* +Copyright: 2005-2009 Ulisse Perusin <[email protected]> Steven Garrity <[email protected]> Lapo Calamandrei <[email protected]> @@ -45,10 +41,6 @@ Upstream Authors: 2005-2009 Tuomas Kuosmanen <[email protected]> Garrett LeSage <[email protected]> Jakub Steiner <[email protected]> - -Copyright: -The icons from the Tango project are released to the Public Domain. - -The Debian packaging is (C) 2009, Bertrand Marc <[email protected]> and -is licensed under the GPL, see above. - +License: public-domain +Comment: Icons are from the Tango project. They were downloaded from +http://tango.freedesktop.org/releases/ diff --git a/debian/playonlinux.install b/debian/playonlinux.install index 33c5db6..a2de0cd 100644 --- a/debian/playonlinux.install +++ b/debian/playonlinux.install @@ -8,7 +8,7 @@ lib/* usr/share/playonlinux/lib/ python/*.py usr/share/playonlinux/python/ python/lib/*.py usr/share/playonlinux/python/lib/ resources/* usr/share/playonlinux/resources/ -plugins/* usr/share/playonlinux/plugins/ +plugins/plugins.lst plugins/polvault* plugins/ScreenCap* plugins/TransgamingCedega* plugins/Wine* usr/share/playonlinux/plugins/ playonlinux usr/share/playonlinux/ playonlinux-bash 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

