Author: malat Date: 2012-04-13 11:41:17 +0000 (Fri, 13 Apr 2012) New Revision: 15947
Modified: trunk/pirl/debian/README.source trunk/pirl/debian/changelog trunk/pirl/debian/copyright Log: Adding ITP#. Just need to have jcm in main now. Modified: trunk/pirl/debian/README.source =================================================================== --- trunk/pirl/debian/README.source 2012-04-13 10:12:28 UTC (rev 15946) +++ trunk/pirl/debian/README.source 2012-04-13 11:41:17 UTC (rev 15947) @@ -1,5 +1,6 @@ -Need libswing1-java package to resolve +Some of the files are distributed under a LGPL-2.1 license +Since the main page for the PIRL package list only GPL-2 as the main license +the debian package reflect that. No effort has been made to split the LGPL files +from the GPL one. The whole package is thus distributed under a GPL-2 license -... -import org.jdesktop.swingx.decorator.Filter; -... + -- Mathieu Malaterre <[email protected]> Wed, 04 Apr 2012 22:13:54 +0200 Modified: trunk/pirl/debian/changelog =================================================================== --- trunk/pirl/debian/changelog 2012-04-13 10:12:28 UTC (rev 15946) +++ trunk/pirl/debian/changelog 2012-04-13 11:41:17 UTC (rev 15947) @@ -1,5 +1,5 @@ pirl (2.3.4-1) unstable; urgency=low - * Initial release (Closes: #) + * Initial release (Closes: #668603) - -- Mathieu Malaterre <[email protected]> Wed, 04 Apr 2012 22:13:54 +0200 + -- Mathieu Malaterre <[email protected]> Fri, 13 Apr 2012 13:39:49 +0200 Modified: trunk/pirl/debian/copyright =================================================================== --- trunk/pirl/debian/copyright 2012-04-13 10:12:28 UTC (rev 15946) +++ trunk/pirl/debian/copyright 2012-04-13 11:41:17 UTC (rev 15947) @@ -7,21 +7,25 @@ Copyright: 2003-2008 Arizona Board of Regents on behalf of the Planetary Image Research Laboratory, Lunar and Planetary Laboratory at the University of Arizona. -License: LGPL-2 - This library is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License, version 2.1, - as published by the Free Software Foundation. - . - This library is distributed in the hope that it will be useful, but +License: GPL-2 + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License, version 2, as + published by the Free Software Foundation. + + 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 - Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License - along with this library; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 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 Street, Fifth Floor, Boston, MA 02110-1301 USA Files: debian/* Copyright: 2012, Mathieu Malaterre <[email protected]> -License: LGPL-2 +License: GPL-2 Same as above + +License: GPL-2 + On Debian GNU/Linux system you can find the complete text of the + GPL-2 license in '/usr/share/common-licenses/GPL-2' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

