Author: rockclimb-guest Date: 2010-12-14 19:01:40 +0000 (Tue, 14 Dec 2010) New Revision: 13178
Added: trunk/javacsv/debian/README.source Removed: trunk/javacsv/debian/README.Debian-source Modified: trunk/javacsv/debian/control trunk/javacsv/debian/copyright Log: Fix packaging. Deleted: trunk/javacsv/debian/README.Debian-source =================================================================== --- trunk/javacsv/debian/README.Debian-source 2010-12-14 10:26:31 UTC (rev 13177) +++ trunk/javacsv/debian/README.Debian-source 2010-12-14 19:01:40 UTC (rev 13178) @@ -1,6 +0,0 @@ -Debian README for javacsv. - -Upstream only provides a source .zip file. This is repackaged -for the .orig.tar.gz, and the file src/AllTests.java removed as -it has no license. - Copied: trunk/javacsv/debian/README.source (from rev 13175, trunk/javacsv/debian/README.Debian-source) =================================================================== --- trunk/javacsv/debian/README.source (rev 0) +++ trunk/javacsv/debian/README.source 2010-12-14 19:01:40 UTC (rev 13178) @@ -0,0 +1,6 @@ +Debian README for javacsv. + +Upstream only provides a source .zip file. This is repackaged +for the .orig.tar.gz, and the file src/AllTests.java removed as +it has no license (reported upstream, Sourceforge ID 3137374) + Modified: trunk/javacsv/debian/control =================================================================== --- trunk/javacsv/debian/control 2010-12-14 10:26:31 UTC (rev 13177) +++ trunk/javacsv/debian/control 2010-12-14 19:01:40 UTC (rev 13178) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Andrew Ross <[email protected]> -Build-Depends: debhelper (>= 7), javahelper (>=0.25), ant +Build-Depends: debhelper (>= 7), javahelper (>=0.32~), ant Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javacsv Modified: trunk/javacsv/debian/copyright =================================================================== --- trunk/javacsv/debian/copyright 2010-12-14 10:26:31 UTC (rev 13177) +++ trunk/javacsv/debian/copyright 2010-12-14 19:01:40 UTC (rev 13178) @@ -6,8 +6,8 @@ Copyright (C) 2010 Andrew Ross <[email protected]> -and is licensed under the GPL version 3, -see `/usr/share/common-licenses/GPL-3'. +and is licensed under the LGPL version 3, +see `/usr/share/common-licenses/LGPL-3'. It was downloaded from http://sourceforge.net/projects/javacsv/ @@ -21,6 +21,11 @@ License: +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

