[groovy2] 02/04: Depend on libasm-java (>= 5.0) instead of libasm4-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 2 13:56:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository groovy2.
commit 8141f596388bcb4aebd0a8d139325fed2a64b6de
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon May 2 14:48:42 2016 +0200
Depend on libasm-java (>= 5.0) instead of libasm4-java
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/maven.rules | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 09ae17a..0567284 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
groovy2 (2.4.5-2) UNRELEASED; urgency=medium
* Team upload.
+ * Depend on libasm-java (>= 5.0) instead of libasm4-java
* Standards-Version updated to 3.9.8 (no changes)
-- Emmanuel Bourg <ebourg at apache.org> Mon, 02 May 2016 14:33:20 +0200
diff --git a/debian/control b/debian/control
index acf4bd1..b26076e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: ant,
gradle-debian-helper,
ivy,
junit4,
- libasm4-java,
+ libasm-java (>= 5.0),
libbsf-java,
libcobertura-java,
libcommons-cli-java,
@@ -39,7 +39,7 @@ Depends: antlr,
default-jre-headless | java6-runtime-headless,
ivy,
junit4,
- libasm4-java,
+ libasm-java (>= 5.0),
libbsf-java,
libcommons-cli-java,
libcommons-logging-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 55638db..ae70161 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -2,7 +2,6 @@ org.codehaus.groovy * * s/.*/2.x/ * *
junit junit jar s/3\..*/3.x/ * *
junit junit jar s/4\..*/4.x/ * *
org.testng testng jar s/.*/6.x/ * *
-org.ow2.asm * * s/.*/4.x/ * *
s/javax\.servlet/javax.servlet.jsp/ jsp-api jar s/.*/debian/ * *
antlr antlr * s/.*/2.x/ * *
jline jline * s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git
More information about the pkg-java-commits
mailing list