[access-modifier-checker] 07/08: Depend on libasm-java (>= 5.0) instead of libasm4-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 27 21:41:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository access-modifier-checker.

commit f563a9253439576eb8afc741d9f227919bf21de5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 27 23:37:27 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 330e9b2..af152c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ access-modifier-checker (1.7-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release:
     - Removed 01-upgrade-asm.patch (fixed upstream)
+  * 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 a secure Vcs-Git URL
diff --git a/debian/control b/debian/control
index e221a10..7551ff6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep:
  junit (>= 3.8.1),
  libannotation-indexer-java (>= 1.3),
  libannotation-indexer-java-doc,
- libasm4-java,
+ libasm-java (>= 5.0),
  libmaven-install-plugin-java,
  libmaven-javadoc-plugin-java,
  libmaven-scm-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 355d819..40c0091 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,5 +17,4 @@
 #   junit junit jar s/3\\..*/3.x/
 
 junit junit jar s/3\..*/3.x/ * *
-s/asm/org.ow2.asm/ s/asm-debug-all/asm-all/ jar s/.*/4.x/ * *
 s/org.jvnet.hudson/org.jenkins-ci/ annotation-indexer * s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/access-modifier-checker.git



More information about the pkg-java-commits mailing list