[pkg-java] r17265 - trunk/maven-plugin-tools/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 23 16:12:51 UTC 2013


Author: ebourg-guest
Date: 2013-09-23 16:12:51 +0000 (Mon, 23 Sep 2013)
New Revision: 17265

Modified:
   trunk/maven-plugin-tools/debian/changelog
   trunk/maven-plugin-tools/debian/control
Log:
Put back the dependency on Guava (required by maven-ant-helper)



Modified: trunk/maven-plugin-tools/debian/changelog
===================================================================
--- trunk/maven-plugin-tools/debian/changelog	2013-09-23 15:08:03 UTC (rev 17264)
+++ trunk/maven-plugin-tools/debian/changelog	2013-09-23 16:12:51 UTC (rev 17265)
@@ -2,7 +2,8 @@
 
   * Team upload.
   * debian/control:
-    - Removed the unused dependency on libgoogle-collections-java
+    - Replaced libgoogle-collections-java with libguava-java as a build 
+      dependency (required by the modello task of maven-ant-helper)
     - 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

Modified: trunk/maven-plugin-tools/debian/control
===================================================================
--- trunk/maven-plugin-tools/debian/control	2013-09-23 15:08:03 UTC (rev 17264)
+++ trunk/maven-plugin-tools/debian/control	2013-09-23 16:12:51 UTC (rev 17265)
@@ -11,6 +11,7 @@
                      junit,
                      libclassworlds-java,
                      libdoxia-sitetools-java,
+                     libguava-java,
                      libjtidy-java,
                      libmaven-reporting-impl-java,
                      libmaven2-core-java,




More information about the pkg-java-commits mailing list