[gradle] 01/01: Added the missing dependency on ant-optional for libgradle-plugins-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 19 07:42:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository gradle.

commit cd1e9b0ef309ecad9764e31b4d1e1ce943540dfb
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 19 09:41:34 2016 +0200

    Added the missing dependency on ant-optional for libgradle-plugins-java
---
 debian/changelog | 8 ++++++++
 debian/control   | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ff65f2d..54530bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gradle (2.13-2) unstable; urgency=medium
+
+  * Team upload.
+  * Added the missing dependency on ant-optional for libgradle-plugins-java
+    (required to use groovy-ant in gradle-plugins)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 19 May 2016 09:33:06 +0200
+
 gradle (2.13-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index c66c057..c45fe47 100644
--- a/debian/control
+++ b/debian/control
@@ -145,7 +145,8 @@ Description: Powerful build system for the JVM - Core libraries
 
 Package: libgradle-plugins-java
 Architecture: all
-Depends: bnd (>= 2.1.0),
+Depends: ant-optional,
+         bnd (>= 2.1.0),
          findbugs,
          junit4,
          libantlr-java,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git



More information about the pkg-java-commits mailing list