[jnr-ffi] 03/04: Depend on libasm-java (>= 5.0) instead of libasm4-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 3 15:58:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jnr-ffi.
commit 16dd8dd0cbdac029507c3068ad3429820f06b716
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Oct 3 17:54:44 2016 +0200
Depend on libasm-java (>= 5.0) instead of libasm4-java
---
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 11e5e54..d46f552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
jnr-ffi (1.0.10-5) UNRELEASED; urgency=medium
* Team upload.
+ * Depend on libasm-java (>= 5.0) instead of libasm4-java
* Standards-Version updated to 3.9.8
* Use a secure Vcs-Git URL
diff --git a/debian/control b/debian/control
index cb9e783..f848a82 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
default-jdk,
javahelper,
junit4,
- libasm4-java,
+ libasm-java (>= 5.0),
libjffi-java (>= 1.2.7),
libjnr-x86asm-java (>= 1.0.2),
libmaven-antrun-plugin-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 50c4e82..16c8e4f 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,4 +3,3 @@ junit junit jar s/3\..*/3.x/ * *
junit junit jar s/4\..*/4.x/ * *
com.github.jnr jffi * s/.*/debian/ * *
org.jruby.extras jnr-x86asm * s/.*/debian/ * *
-org.ow2.asm * * s/.*/4.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-ffi.git
More information about the pkg-java-commits
mailing list