This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-compress-java.
commit 96662fa34eee47286c7be6925ad1df3d39f5805d Author: Torsten Werner <[email protected]> Date: Sun Sep 20 09:08:16 2009 +0000 * First upstream release (Closes: #542603) * Update old sandbox URLs. * Convert debian/copyright to dep5 format and change license of debian/* to Apache-2.0. --- debian/ant.properties | 2 +- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/copyright | 24 ++++++++++++------------ 4 files changed, 23 insertions(+), 14 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index 083aa36..9e619b3 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -1,4 +1,4 @@ project.name=commons-compress class.dir=build -source.dir=src/java +source.dir=src/main/java jar=commons-compress.jar diff --git a/debian/changelog b/debian/changelog index bd155e0..bb649af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/debian/control b/debian/control index 7da31b5..692b250 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] 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 diff --git a/debian/copyright b/debian/copyright index fc51f64..a01e68c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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'. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-compress-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

