Author: bbk-guest Date: 2012-04-21 20:51:43 +0000 (Sat, 21 Apr 2012) New Revision: 13497
Modified: packages/trunk/playonlinux/debian/changelog packages/trunk/playonlinux/debian/copyright packages/trunk/playonlinux/debian/playonlinux.install Log: Copyright in machine readable format; intall only script plugins Modified: packages/trunk/playonlinux/debian/changelog =================================================================== --- packages/trunk/playonlinux/debian/changelog 2012-04-21 18:05:22 UTC (rev 13496) +++ packages/trunk/playonlinux/debian/changelog 2012-04-21 20:51:43 UTC (rev 13497) @@ -2,8 +2,11 @@ * 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 Modified: packages/trunk/playonlinux/debian/copyright =================================================================== --- packages/trunk/playonlinux/debian/copyright 2012-04-21 18:05:22 UTC (rev 13496) +++ packages/trunk/playonlinux/debian/copyright 2012-04-21 20:51:43 UTC (rev 13497) @@ -1,41 +1,37 @@ -This package was debianized by Bertrand Marc <[email protected]> on -Fri, 06 Feb 2009 02:19:41 +0100. +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. -It was downloaded from http://www.playonlinux.com/ +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'. -Upstream Authors: +Files: debian/* +Copyright: 2010-2012 Bertrand Marc <[email protected]> +License: GPL-3 - 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 +Files: resources/emotes/* resources/install/* +Copyright: 2005-2009 Ulisse Perusin <[email protected]> Steven Garrity <[email protected]> Lapo Calamandrei <[email protected]> @@ -45,10 +41,6 @@ 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/ Modified: packages/trunk/playonlinux/debian/playonlinux.install =================================================================== --- packages/trunk/playonlinux/debian/playonlinux.install 2012-04-21 18:05:22 UTC (rev 13496) +++ packages/trunk/playonlinux/debian/playonlinux.install 2012-04-21 20:51:43 UTC (rev 13497) @@ -8,7 +8,7 @@ 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/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

