Author: mkoch Date: 2009-10-05 10:44:31 +0000 (Mon, 05 Oct 2009) New Revision: 10764
Modified: trunk/maven-docck-plugin/debian/changelog trunk/maven-docck-plugin/debian/control trunk/maven-docck-plugin/debian/maven.rules Log: maven-docck-plugin (1.0-2) unstable; urgency=low * Remove commons-httpclient mapping from debian/maven.rules. * Added myself to Uploaders. * Updated Standard-Version to 3.8.3. -- Michael Koch <[email protected]> Mon, 05 Oct 2009 12:40:58 +0200 Modified: trunk/maven-docck-plugin/debian/changelog =================================================================== --- trunk/maven-docck-plugin/debian/changelog 2009-10-05 06:46:22 UTC (rev 10763) +++ trunk/maven-docck-plugin/debian/changelog 2009-10-05 10:44:31 UTC (rev 10764) @@ -1,3 +1,11 @@ +maven-docck-plugin (1.0-2) unstable; urgency=low + + * Remove commons-httpclient mapping from debian/maven.rules. + * Added myself to Uploaders. + * Updated Standard-Version to 3.8.3. + + -- Michael Koch <[email protected]> Mon, 05 Oct 2009 12:40:58 +0200 + maven-docck-plugin (1.0-1) unstable; urgency=low * Initial release (Closes: #540048) Modified: trunk/maven-docck-plugin/debian/control =================================================================== --- trunk/maven-docck-plugin/debian/control 2009-10-05 06:46:22 UTC (rev 10763) +++ trunk/maven-docck-plugin/debian/control 2009-10-05 10:44:31 UTC (rev 10764) @@ -2,11 +2,11 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper -Build-Depends-Indep: libcommons-httpclient-java, libcommons-logging-java, libmaven-file-management-java, +Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), libcommons-logging-java, libmaven-file-management-java, libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-docck-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-docck-plugin/ Homepage: http://maven.apache.org/plugins/maven-docck-plugin/ @@ -33,5 +33,3 @@ . The Maven Docck plugin checks for violations of the Plugin Documentation Standard. - - Modified: trunk/maven-docck-plugin/debian/maven.rules =================================================================== --- trunk/maven-docck-plugin/debian/maven.rules 2009-10-05 06:46:22 UTC (rev 10763) +++ trunk/maven-docck-plugin/debian/maven.rules 2009-10-05 10:44:31 UTC (rev 10764) @@ -1,3 +1,2 @@ -commons-httpclient commons-httpclient jar s/3\..*/3.x/ commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ junit junit jar s/3\..*/3.x/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

