[gradle] 04/05: Restrict groovy2 to 2.3.10+

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Jul 9 06:52:53 UTC 2015


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

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

commit fdf5a096eb8e3cc861f1df3ced200d218dc6656d
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Thu Jul 9 02:11:15 2015 +0800

    Restrict groovy2 to 2.3.10+
---
 debian/changelog | 2 +-
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf568dd..40d1c5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ gradle (2.5-1) UNRELEASED; urgency=low
   * New upstream release (Closes: #754725)
   * d/control: Remove libmaven2-core-java(-doc)
                Remove bintray-client-java
-               Change Groovy dependencies to groovy2
+               Change Groovy dependencies to groovy2 (>= 2.3.10)
                Remove groovy from Build-Conflicts
                Remove libjna-posix-java
                Remove ant-optional
diff --git a/debian/control b/debian/control
index 7a4a8ac..0552037 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: ant,
                docbook-xsl,
                findbugs,
                gradle (>= 1.5),
-               groovy2,
+               groovy2 (>= 2.3.10),
                groovy2-doc,
                ivy,
                javahelper,
@@ -78,7 +78,7 @@ Homepage: http://gradle.org
 Package: gradle
 Architecture: all
 Depends: default-jre-headless (>= 1:1.6),
-         groovy2,
+         groovy2 (>= 2.3.10),
          libcommons-io-java,
          libdom4j-java,
          libgradle-core-java (>= ${binary:Version}),
@@ -101,7 +101,7 @@ Description: Groovy based build system
 Package: libgradle-core-java
 Architecture: all
 Depends: ant,
-         groovy2,
+         groovy2 (>= 2.3.10),
          ivy,
          libasm4-java (>= 5),
          libatinject-jsr330-api-java,
@@ -142,7 +142,7 @@ Package: libgradle-plugins-java
 Architecture: all
 Depends: bnd (>= 2.1.0),
          findbugs,
-         groovy2,
+         groovy2 (>= 2.3.10),
          junit4,
          libantlr-java,
          libatinject-jsr330-api-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