[gant] 01/04: Removed the recommended dependency on maven2
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 9 16:15:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository gant.
commit f599289608a4785a8c20296f360a47566318294a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 9 16:30:55 2015 +0100
Removed the recommended dependency on maven2
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8447662..8a07a3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gant (1.9.11-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Removed the recommended dependency on maven2
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 09 Dec 2015 16:30:29 +0100
+
gant (1.9.11-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 444993d..4b35dd1 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: http://gant.github.io
Package: gant
Architecture: all
Depends: ant, groovy2, ${misc:Depends}
-Recommends: libmaven-ant-tasks-java, maven2 | maven
+Recommends: libmaven-ant-tasks-java, maven
Description: Groovy build framework based on scripting Ant tasks
Gant is a build tool for scripting Ant tasks using Groovy instead of
XML to specify the build logic. A Gant build specification is a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git
More information about the pkg-java-commits
mailing list