Author: tmancill Date: 2013-12-07 16:23:05 +0000 (Sat, 07 Dec 2013) New Revision: 17571
Modified: trunk/properties-maven-plugin/debian/changelog trunk/properties-maven-plugin/debian/control trunk/properties-maven-plugin/debian/libproperties-maven-plugin-java-doc.install Log: fix for 724213 Modified: trunk/properties-maven-plugin/debian/changelog =================================================================== --- trunk/properties-maven-plugin/debian/changelog 2013-12-06 00:28:17 UTC (rev 17570) +++ trunk/properties-maven-plugin/debian/changelog 2013-12-07 16:23:05 UTC (rev 17571) @@ -1,3 +1,12 @@ +properties-maven-plugin (1.0~alpha2-2) unstable; urgency=low + + * Team upload. + * Add missing build-dep on libmaven-plugin-tools-java + * Fix debian/libproperties-maven-plugin-java-doc.install path + * Bump Standards-Version to 3.9.5 (no changes) + + -- tony mancill <[email protected]> Sat, 07 Dec 2013 08:18:32 -0800 + properties-maven-plugin (1.0~alpha2-1) unstable; urgency=low * Initial release (Closes: #720422). Modified: trunk/properties-maven-plugin/debian/control =================================================================== --- trunk/properties-maven-plugin/debian/control 2013-12-06 00:28:17 UTC (rev 17570) +++ trunk/properties-maven-plugin/debian/control 2013-12-07 16:23:05 UTC (rev 17571) @@ -3,10 +3,19 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) -Build-Depends-Indep: libmaven2-core-java, libplexus-utils-java, junit (>= 3.8.1), default-jdk-doc, - libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java -Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 7), + cdbs, + default-jdk, + maven-debian-helper (>= 1.5) +Build-Depends-Indep: libmaven2-core-java, + libplexus-utils-java, + junit (>= 3.8.1), + default-jdk-doc, + libmaven2-core-java-doc, + libplexus-utils-java-doc, + libmaven-javadoc-plugin-java, + libmaven-plugin-tools-java +Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/properties-maven-plugin Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/properties-maven-plugin Homepage: http://mojo.codehaus.org/properties-maven-plugin Modified: trunk/properties-maven-plugin/debian/libproperties-maven-plugin-java-doc.install =================================================================== --- trunk/properties-maven-plugin/debian/libproperties-maven-plugin-java-doc.install 2013-12-06 00:28:17 UTC (rev 17570) +++ trunk/properties-maven-plugin/debian/libproperties-maven-plugin-java-doc.install 2013-12-07 16:23:05 UTC (rev 17571) @@ -1,2 +1,2 @@ -target/site/apidocs/* usr/share/doc/libproperties-maven-plugin-java/api +target/apidocs/* usr/share/doc/libproperties-maven-plugin-java/api _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

