[pkg-java] r17824 - trunk/ant-contrib/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Mar 5 22:39:34 UTC 2014


Author: ebourg-guest
Date: 2014-03-05 22:39:34 +0000 (Wed, 05 Mar 2014)
New Revision: 17824

Modified:
   trunk/ant-contrib/debian/changelog
   trunk/ant-contrib/debian/control
Log:
Depend on ant and suggest libcommons-httpclient-java and libbcel-java



Modified: trunk/ant-contrib/debian/changelog
===================================================================
--- trunk/ant-contrib/debian/changelog	2014-03-05 21:27:28 UTC (rev 17823)
+++ trunk/ant-contrib/debian/changelog	2014-03-05 22:39:34 UTC (rev 17824)
@@ -4,6 +4,8 @@
   * Removed the --has-package-version pom option since the version of the Maven
     artifact installed is different from the package version.
   * debian/control:
+    - The binary package now depends on ant and suggests
+      libcommons-httpclient-java and libbcel-java
     - Standards-Version updated to 3.9.5 (no changes)
     - Removed the deprecated DMUA flag
     - Use canonical URLs for the Vcs-* fields

Modified: trunk/ant-contrib/debian/control
===================================================================
--- trunk/ant-contrib/debian/control	2014-03-05 21:27:28 UTC (rev 17823)
+++ trunk/ant-contrib/debian/control	2014-03-05 22:39:34 UTC (rev 17824)
@@ -22,7 +22,8 @@
 
 Package: ant-contrib
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ant
+Suggests: libcommons-httpclient-java, libbcel-java
 Enhances: ant
 Description: collection of tasks, types and other tools for Apache Ant
  Extends ant and provides the following tasks:




More information about the pkg-java-commits mailing list