[maven-plugin-tools] 02/03: Depend on libasm-java (>= 5.0) instead of libasm4-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Apr 24 18:07:45 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository maven-plugin-tools.

commit f55681010f932c2a21e8faad30e056e1f743c6ee
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Apr 24 19:56:06 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 1dbea40..f66a9a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-plugin-tools (3.3-5) UNRELEASED; urgency=medium
   * Team upload.
   * Removed 06-plexus-component-metadata-version.patch
   * Depend on libbsh-java instead of bsh
+  * Depend on libasm-java (>= 5.0) instead of libasm4-java
   * Removed the unused build dependency on libclassworlds-java
   * Standards-Version updated to 3.9.7 (no changes)
   * Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index 266e645..f7daf34 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: ant,
                      ant-optional,
                      libbsh-java,
                      junit,
-                     libasm4-java,
+                     libasm-java (>= 5.0),
                      libdoxia-sitetools-java,
                      libjtidy-java,
                      libmaven-reporting-impl-java,
@@ -41,7 +41,7 @@ Depends: libbsh-java,
          libplexus-container-default-java,
          libqdox-java,
          libxbean-java,
-         libasm4-java,
+         libasm-java (>= 5.0),
          ${misc:Depends}
 Description: Maven Plugin Tools
  Maven is a software project management and comprehension tool. Based on the
diff --git a/debian/maven.rules b/debian/maven.rules
index 8a26431..9add90b 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,7 +1,6 @@
 # newer beanshell versions use the group org.beanshell instead of bsh
 s/bsh/org.beanshell/ bsh jar s/.*/debian/
 junit junit jar s/3\..*/3.x/
-org.ow2.asm * * s/.*/4.x/
 org.apache.maven maven-artifact * s/3\..*/3.x/
 s/bsh/org.beanshell/ bsh * s/.*/debian/
 org.codehaus.plexus plexus-compiler-manager * s/.*/2.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git



More information about the pkg-java-commits mailing list