[gradle-propdeps-plugin] 01/02: Fixed a build failure caused by the transition to Groovy 2

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 21 13:19:43 UTC 2015


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

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

commit 4e07bd1e7d2ca36aa687c05fe62e0f98459cf305
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 21 15:15:29 2015 +0200

    Fixed a build failure caused by the transition to Groovy 2
---
 debian/changelog                                     | 6 ++++++
 debian/control                                       | 2 +-
 debian/patches/04-groovy-compiler-dependencies.patch | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a66f3db..5078f2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gradle-propdeps-plugin (0.0.7-2) UNRELEASED; urgency=medium
+
+  * Fixed a build failure caused by the transition to Groovy 2
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 21 Sep 2015 15:12:22 +0200
+
 gradle-propdeps-plugin (0.0.7-1) unstable; urgency=medium
 
   * Initial release. (Closes: #771124)
diff --git a/debian/control b/debian/control
index 21381cc..5197901 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), gradle, default-jdk, maven-repo-helper
+Build-Depends: debhelper (>= 9), gradle, groovy2, default-jdk, maven-repo-helper
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/gradle-propdeps-plugin.git
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/gradle-propdeps-plugin.git
diff --git a/debian/patches/04-groovy-compiler-dependencies.patch b/debian/patches/04-groovy-compiler-dependencies.patch
index cd95733..fa192be 100644
--- a/debian/patches/04-groovy-compiler-dependencies.patch
+++ b/debian/patches/04-groovy-compiler-dependencies.patch
@@ -8,7 +8,7 @@ Forwarded: not-needed
      }
  
      dependencies {
-+        compile 'org.codehaus.groovy:groovy-all:1.x'
++        compile 'org.codehaus.groovy:groovy-all:2.x'
          compile gradleApi()
          compile localGroovy()
      }

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



More information about the pkg-java-commits mailing list