[groovy] 01/01: Fixed the dependency substitution for ASM (Closes: #839295)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Oct 1 22:36:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository groovy.
commit 21a6c54844efa8b7c8480080f345b129762197af
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Oct 2 00:26:19 2016 +0200
Fixed the dependency substitution for ASM (Closes: #839295)
---
debian/changelog | 7 +++++++
debian/patches/05_buildscripts_dependencies.diff | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d74c902..66f47e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+groovy (2.4.7-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the dependency substitution for ASM (Closes: #839295)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 01 Oct 2016 23:57:25 +0200
+
groovy (2.4.7-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/05_buildscripts_dependencies.diff b/debian/patches/05_buildscripts_dependencies.diff
index a598196..3743d67 100644
--- a/debian/patches/05_buildscripts_dependencies.diff
+++ b/debian/patches/05_buildscripts_dependencies.diff
@@ -13,7 +13,7 @@ Forwarded: not-needed
}
dependencies {
- classpath "org.ow2.asm:asm:$asmVersion"
-+ classpath "org.ow2.asm:asm:4.x"
++ classpath "org.ow2.asm:asm:debian"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy.git
More information about the pkg-java-commits
mailing list