[felix-framework] 04/05: Depend on libasm-java (>= 5.0) instead of libasm4-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 27 11:25: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 felix-framework.

commit c6b3a1df219d277fb151c318b7941589b85f1204
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 27 13:21:05 2016 +0200

    Depend on libasm-java (>= 5.0) instead of libasm4-java
---
 debian/changelog   | 1 +
 debian/control     | 2 +-
 debian/maven.rules | 2 --
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea9c64b..000ffc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 felix-framework (4.6.1-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Depend on libasm-java (>= 5.0) instead of libasm4-java
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.8
   * Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index 81e5ece..74d89b2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  default-jdk,
- libasm4-java,
+ libasm-java (>= 5.0),
  libmaven-bundle-plugin-java,
  libmaven-javadoc-plugin-java,
  libmaven-source-plugin-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 93ce73b..548c579 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -15,5 +15,3 @@
 # Example rule: match jar with groupid= junit, artifactid= junit
 # and version starting with 3., replacing the version with 3.x
 #   junit junit jar s/3\..*/3.x/
-
-org.ow2.asm asm-all jar s/4\..*/4.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-framework.git



More information about the pkg-java-commits mailing list