Author: twerner Date: 2009-07-07 21:26:17 +0000 (Tue, 07 Jul 2009) New Revision: 8924
Modified: trunk/maven-site-plugin/debian/changelog trunk/maven-site-plugin/debian/control trunk/maven-site-plugin/debian/copyright Log: * Switch to libtomcat6-java. (Closes: #533147) * Change Section: java. * Update Standards-Version: 3.8.2. * Switch to GPL-3 in debian/copyright. Modified: trunk/maven-site-plugin/debian/changelog =================================================================== --- trunk/maven-site-plugin/debian/changelog 2009-07-07 20:31:16 UTC (rev 8923) +++ trunk/maven-site-plugin/debian/changelog 2009-07-07 21:26:17 UTC (rev 8924) @@ -1,3 +1,12 @@ +maven-site-plugin (2.0~beta7-2) unstable; urgency=low + + * Switch to libtomcat6-java. (Closes: #533147) + * Change Section: java. + * Update Standards-Version: 3.8.2. + * Switch to GPL-3 in debian/copyright. + + -- Torsten Werner <[email protected]> Tue, 07 Jul 2009 23:23:54 +0200 + maven-site-plugin (2.0~beta7-1) unstable; urgency=low * Initial release. (Closes: #508848) Modified: trunk/maven-site-plugin/debian/control =================================================================== --- trunk/maven-site-plugin/debian/control 2009-07-07 20:31:16 UTC (rev 8923) +++ trunk/maven-site-plugin/debian/control 2009-07-07 21:26:17 UTC (rev 8924) @@ -1,11 +1,11 @@ Source: maven-site-plugin -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven-debian-helper, - libsurefire-java, libmaven-doxia-tools-java, libtomcat5.5-java -Standards-Version: 3.8.0 + libsurefire-java, libmaven-doxia-tools-java, libtomcat6-java +Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-site-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-site-plugin/ Homepage: http://maven.apache.org/plugins/maven-site-plugin/ @@ -13,7 +13,7 @@ Package: libmaven-site-plugin-java Architecture: all Depends: ${misc:Depends}, default-jre | java2-runtime, libmaven-doxia-tools-java, - libtomcat5.5-java + libtomcat6-java Description: Maven Site Plugin for generating a site Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, Modified: trunk/maven-site-plugin/debian/copyright =================================================================== --- trunk/maven-site-plugin/debian/copyright 2009-07-07 20:31:16 UTC (rev 8923) +++ trunk/maven-site-plugin/debian/copyright 2009-07-07 21:26:17 UTC (rev 8924) @@ -3,7 +3,7 @@ The Debian packaging is Copyright (c) 2008 Torsten Werner and is licensed under the GNU General Public License version 3. On Debian systems, the complete text of the GNU General Public License can be -found in '/usr/share/common-licenses/GPL'. +found in '/usr/share/common-licenses/GPL-3'. The package was downloaded from <http://maven.apache.org/plugins/maven-site-plugin/>. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

