[pkg-java] r17215 - trunk/maven-plugin-tools/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Sep 11 15:50:54 UTC 2013
Author: ebourg-guest
Date: 2013-09-11 15:50:52 +0000 (Wed, 11 Sep 2013)
New Revision: 17215
Modified:
trunk/maven-plugin-tools/debian/changelog
trunk/maven-plugin-tools/debian/compat
trunk/maven-plugin-tools/debian/control
trunk/maven-plugin-tools/debian/rules
Log:
Removed the unused dependency on libgoogle-collections-java
Updated Standards-Version to 3.9.4 (no changes)
Use canonical URLs for the Vcs-* fields
debian/rules: Added a clean target to allow rebuilds
Build depend on debhelper >= 9
Modified: trunk/maven-plugin-tools/debian/changelog
===================================================================
--- trunk/maven-plugin-tools/debian/changelog 2013-09-10 09:52:26 UTC (rev 17214)
+++ trunk/maven-plugin-tools/debian/changelog 2013-09-11 15:50:52 UTC (rev 17215)
@@ -1,3 +1,15 @@
+maven-plugin-tools (2.8-3) unstable; urgency=low
+
+ * Team upload.
+ * debian/control:
+ - Removed the unused dependency on libgoogle-collections-java
+ - Updated Standards-Version to 3.9.4 (no changes)
+ - Use canonical URLs for the Vcs-* fields
+ * debian/rules: Added a clean target to allow rebuilds
+ * Build depend on debhelper >= 9
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 11 Sep 2013 17:46:07 +0200
+
maven-plugin-tools (2.8-2) unstable; urgency=low
* Team upload.
Modified: trunk/maven-plugin-tools/debian/compat
===================================================================
--- trunk/maven-plugin-tools/debian/compat 2013-09-10 09:52:26 UTC (rev 17214)
+++ trunk/maven-plugin-tools/debian/compat 2013-09-11 15:50:52 UTC (rev 17215)
@@ -1 +1 @@
-5
+9
Modified: trunk/maven-plugin-tools/debian/control
===================================================================
--- trunk/maven-plugin-tools/debian/control 2013-09-10 09:52:26 UTC (rev 17214)
+++ trunk/maven-plugin-tools/debian/control 2013-09-11 15:50:52 UTC (rev 17215)
@@ -2,23 +2,42 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 5), cdbs, default-jdk, libjaxp1.3-java
-Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional,
- libmodello-java, libclassworlds-java, junit, libplexus-velocity-java, velocity,
- libmaven-reporting-impl-java, libdoxia-sitetools-java,
- libplexus-container-default-java, libgoogle-collections-java,
- libxbean-java, libqdox-java, bsh, libjtidy-java, libmaven2-core-java
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/
+Uploaders: Torsten Werner <twerner at debian.org>,
+ Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, libjaxp1.3-java
+Build-Depends-Indep: ant,
+ ant-optional,
+ bsh,
+ junit,
+ libclassworlds-java,
+ libdoxia-sitetools-java,
+ libjtidy-java,
+ libmaven-reporting-impl-java,
+ libmaven2-core-java,
+ libmodello-java,
+ libplexus-container-default-java,
+ libplexus-velocity-java,
+ libqdox-java,
+ libxbean-java,
+ maven-ant-helper (>> 4),
+ maven-repo-helper,
+ velocity
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-plugin-tools
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-plugin-tools/
Homepage: http://maven.apache.org
Package: libmaven-plugin-tools-java
Architecture: all
-Depends: ${misc:Depends}, libmaven-reporting-impl-java, libdoxia-sitetools-java,
- libplexus-container-default-java, libgoogle-collections-java,
- libxbean-java, libqdox-java, bsh, libjtidy-java, libmaven2-core-java
+Depends: bsh,
+ libdoxia-sitetools-java,
+ libjtidy-java,
+ libmaven-reporting-impl-java,
+ libmaven2-core-java,
+ libplexus-container-default-java,
+ libqdox-java,
+ libxbean-java,
+ ${misc:Depends}
Description: Maven Plugin Tools Base POM
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-plugin-tools/debian/rules
===================================================================
--- trunk/maven-plugin-tools/debian/rules 2013-09-10 09:52:26 UTC (rev 17214)
+++ trunk/maven-plugin-tools/debian/rules 2013-09-11 15:50:52 UTC (rev 17215)
@@ -33,3 +33,10 @@
mh_installjar -plib$(PACKAGE)-java -l maven-plugin-tools-java/pom.xml maven-plugin-tools-java/target/maven-plugin-tools-java-$(VERSION).jar
mh_installjar -plib$(PACKAGE)-java -l maven-plugin-tools-javadoc/pom.xml maven-plugin-tools-javadoc/target/maven-plugin-tools-javadoc-$(VERSION).jar
+clean::
+ mh_unpatchpoms -plib$(PACKAGE)-java
+ mh_clean
+ rm -Rf maven-plugin-tools-model/target
+ rm -Rf maven-plugin-tools-javadoc/target
+ rm -Rf maven-plugin-tools-ant/target
+ find . | grep pom.xml.save | xargs rm -f
More information about the pkg-java-commits
mailing list