[pkg-java] r3659 - trunk/maven-ant-helper/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Fri Jun 15 21:01:40 UTC 2007


Author: paulcager-guest
Date: 2007-06-15 21:01:40 +0000 (Fri, 15 Jun 2007)
New Revision: 3659

Modified:
   trunk/maven-ant-helper/debian/changelog
   trunk/maven-ant-helper/debian/control
Log:
maven-ant-helper (3) unstable; urgency=low

  * Changed "Depends: libmodello-java" to a "Recommends".
    - Some clients may not use the Modello Ant task.

 -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 21:53:48 +0100


Modified: trunk/maven-ant-helper/debian/changelog
===================================================================
--- trunk/maven-ant-helper/debian/changelog	2007-06-15 20:50:15 UTC (rev 3658)
+++ trunk/maven-ant-helper/debian/changelog	2007-06-15 21:01:40 UTC (rev 3659)
@@ -1,3 +1,10 @@
+maven-ant-helper (3) unstable; urgency=low
+
+  * Changed "Depends: libmodello-java" to a "Recommends".
+    - Some clients may not use the Modello Ant task.
+
+ -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 21:53:48 +0100
+
 maven-ant-helper (2) unstable; urgency=low
 
   * Initial public release (Closes: #428643)

Modified: trunk/maven-ant-helper/debian/control
===================================================================
--- trunk/maven-ant-helper/debian/control	2007-06-15 20:50:15 UTC (rev 3658)
+++ trunk/maven-ant-helper/debian/control	2007-06-15 21:01:40 UTC (rev 3659)
@@ -10,7 +10,7 @@
 Package: maven-ant-helper
 Architecture: all
 Section: devel
-Depends: libmodello-java
+Recommends: libmodello-java
 Description: helper scripts for building Maven components with ant
  An environment that can be used to simplify the creation of Debian packages
  to support the Maven system. A "modello" ant task is also provided.




More information about the pkg-java-commits mailing list