[maven-script-interpreter] 02/05: Depend on groovy instead of groovy2
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri May 13 10:29:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-script-interpreter.
commit 7a86d5f431f395a1558f01c57484f8b3a0f83f77
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri May 13 10:19:16 2016 +0200
Depend on groovy instead of groovy2
---
debian/changelog | 1 +
debian/control | 2 +-
debian/maven.rules | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f14c644..d08a185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
maven-script-interpreter (1.1-2) UNRELEASED; urgency=medium
+ * Depend on groovy instead of groovy2
* Use a secure Vcs-Git URL
-- Emmanuel Bourg <ebourg at apache.org> Fri, 13 May 2016 10:17:29 +0200
diff --git a/debian/control b/debian/control
index 9ad1f6f..e15ffa0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: ant,
debhelper (>= 9),
default-jdk,
- groovy2,
+ groovy,
junit4,
libbsh-java (>= 2.0b4),
libmaven3-core-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index a969a9a..26698ab 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -6,4 +6,3 @@ org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * *
org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * *
org.codehaus.plexus plexus-utils jar s/.*/2.x/ * *
s/ant/org.apache.ant/ * * s/.*/debian/ * *
-org.codehaus.groovy * * s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-script-interpreter.git
More information about the pkg-java-commits
mailing list