Author: twerner Date: 2009-09-20 09:08:16 +0000 (Sun, 20 Sep 2009) New Revision: 10503
Modified: trunk/libcommons-compress-java/debian/ant.properties trunk/libcommons-compress-java/debian/changelog trunk/libcommons-compress-java/debian/control trunk/libcommons-compress-java/debian/copyright Log: * First upstream release (Closes: #542603) * Update old sandbox URLs. * Convert debian/copyright to dep5 format and change license of debian/* to Apache-2.0. Modified: trunk/libcommons-compress-java/debian/ant.properties =================================================================== --- trunk/libcommons-compress-java/debian/ant.properties 2009-09-20 07:22:47 UTC (rev 10502) +++ trunk/libcommons-compress-java/debian/ant.properties 2009-09-20 09:08:16 UTC (rev 10503) @@ -1,4 +1,4 @@ project.name=commons-compress class.dir=build -source.dir=src/java +source.dir=src/main/java jar=commons-compress.jar Modified: trunk/libcommons-compress-java/debian/changelog =================================================================== --- trunk/libcommons-compress-java/debian/changelog 2009-09-20 07:22:47 UTC (rev 10502) +++ trunk/libcommons-compress-java/debian/changelog 2009-09-20 09:08:16 UTC (rev 10503) @@ -1,3 +1,12 @@ +libcommons-compress-java (1.0-1) unstable; urgency=low + + * First upstream release (Closes: #542603) + * Update old sandbox URLs. + * Convert debian/copyright to dep5 format and change license of debian/* to + Apache-2.0. + + -- Torsten Werner <[email protected]> Sun, 20 Sep 2009 11:07:01 +0200 + libcommons-compress-java (0~svn604876-1) unstable; urgency=low * Initial release (Closes: #456662) Modified: trunk/libcommons-compress-java/debian/control =================================================================== --- trunk/libcommons-compress-java/debian/control 2009-09-20 07:22:47 UTC (rev 10502) +++ trunk/libcommons-compress-java/debian/control 2009-09-20 09:08:16 UTC (rev 10503) @@ -5,7 +5,7 @@ Uploaders: Torsten Werner <[email protected]> Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev Standards-Version: 3.7.3 -Homepage: http://commons.apache.org/sandbox/compress/ +Homepage: http://commons.apache.org/compress/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-compress-java/ Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libcommons-compress-java Modified: trunk/libcommons-compress-java/debian/copyright =================================================================== --- trunk/libcommons-compress-java/debian/copyright 2009-09-20 07:22:47 UTC (rev 10502) +++ trunk/libcommons-compress-java/debian/copyright 2009-09-20 09:08:16 UTC (rev 10503) @@ -1,16 +1,16 @@ -This package was debianized by Torsten Werner <[email protected]> on -Mon Dec 17 15:22:07 CET 2007. +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: Apache Commons Compress +Maintainer: The Apache Software Foundation. +Source: http://commons.apache.org/compress/ -It was downloaded from http://commons.apache.org/sandbox/compress/ +Copyright: 2001-2009, The Apache Software Foundation. +License: Apache-2.0 -Upstream Authors: The Apache Software Foundation. +Files: debian/* +Copyright: 2007-2009, Torsten Werner <[email protected]> +License: Apache-2.0 -Copyright: (c) 2001-2006, The Apache Software Foundation. +License: Apache-2.0 + On Debian GNU/Linux system you can find the complete text of the + license in '/usr/share/common-licenses/Apache-2.0' -License: Apache 2.0 - -On Debian systems the full text of the Apache License can be found -in `/usr/share/common-licenses/Apache-2.0'. - -The Debian packaging is (C) 2007, Torsten Werner <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

