Author: ebourg-guest Date: 2013-10-22 09:03:51 +0000 (Tue, 22 Oct 2013) New Revision: 17367
Modified: trunk/plexus-archiver/debian/changelog trunk/plexus-archiver/debian/compat trunk/plexus-archiver/debian/control trunk/plexus-archiver/debian/rules Log: Use canonical URLs for the Vcs-* fields Updated Standards-Version to 3.9.4 (no changes) Bump to debhelper 9 compat level debian/rules: Improved the clean target Modified: trunk/plexus-archiver/debian/changelog =================================================================== --- trunk/plexus-archiver/debian/changelog 2013-10-19 19:40:06 UTC (rev 17366) +++ trunk/plexus-archiver/debian/changelog 2013-10-22 09:03:51 UTC (rev 17367) @@ -1,3 +1,14 @@ +plexus-archiver (1.0~alpha12-4) UNRELEASED; urgency=low + + * Team upload. + * debian/control: + - Use canonical URLs for the Vcs-* fields + - Updated Standards-Version to 3.9.4 (no changes) + * Bump to debhelper 9 compat level + * debian/rules: Improved the clean target + + -- Emmanuel Bourg <[email protected]> Tue, 22 Oct 2013 10:58:12 +0200 + plexus-archiver (1.0~alpha12-3) unstable; urgency=low * Add myself to Uploaders. Modified: trunk/plexus-archiver/debian/compat =================================================================== --- trunk/plexus-archiver/debian/compat 2013-10-19 19:40:06 UTC (rev 17366) +++ trunk/plexus-archiver/debian/compat 2013-10-22 09:03:51 UTC (rev 17367) @@ -1 +1 @@ -7 +9 Modified: trunk/plexus-archiver/debian/control =================================================================== --- trunk/plexus-archiver/debian/control 2013-10-19 19:40:06 UTC (rev 17366) +++ trunk/plexus-archiver/debian/control 2013-10-22 09:03:51 UTC (rev 17367) @@ -2,21 +2,29 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, - Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk -Build-Depends-Indep: maven-repo-helper (>> 0.5), maven-ant-helper (>> 4), ant, ant-optional, - libplexus-utils-java, libplexus-io-java, libplexus-containers-java -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-archiver -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-archiver/ +Uploaders: Torsten Werner <[email protected]>, + Ludovic Claude <[email protected]>, + Damien Raude-Morvan <[email protected]> +Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk +Build-Depends-Indep: ant, + ant-optional, + libplexus-containers-java, + libplexus-io-java, + libplexus-utils-java, + maven-ant-helper (>> 4), + maven-repo-helper (>> 0.5) +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/plexus-archiver +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/plexus-archiver/ Homepage: http://plexus.codehaus.org/plexus-components/plexus-archiver/ Package: libplexus-archiver-java Architecture: all -Depends: ${misc:Depends}, libplexus-utils-java, libplexus-io-java, - libplexus-containers-java -Description: The archiver plugin for the Plexus compiler system +Depends: libplexus-containers-java, + libplexus-io-java, + libplexus-utils-java, + ${misc:Depends} +Description: Archiver plugin for the Plexus compiler system The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable Modified: trunk/plexus-archiver/debian/rules =================================================================== --- trunk/plexus-archiver/debian/rules 2013-10-19 19:40:06 UTC (rev 17366) +++ trunk/plexus-archiver/debian/rules 2013-10-22 09:03:51 UTC (rev 17367) @@ -20,5 +20,6 @@ mh_installjar -plib$(PACKAGE)-java -l pom.xml build/$(PACKAGE)-$(VERSION).jar clean:: + mh_unpatchpoms -plib$(PACKAGE)-java mh_clean _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

