[jarjar-maven-plugin] 02/03: Revert to libasm4-java to avoid compatibility issues with ASM 6

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 8 10:46:47 UTC 2017


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

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

commit 01eb5da27db33cd5b00fd5efddaf15aa41baedfd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 8 12:45:24 2017 +0200

    Revert to libasm4-java to avoid compatibility issues with ASM 6
---
 debian/changelog   | 1 +
 debian/control     | 2 +-
 debian/maven.rules | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43f47c2..c7e34ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jarjar-maven-plugin (1.9-7) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Revert to libasm4-java to avoid compatibility issues with ASM 6
   * Depend on libplexus-utils2-java instead of libplexus-utils-java
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 08 Sep 2017 12:32:57 +0200
diff --git a/debian/control b/debian/control
index 5c443db..bf3e2b8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.0), ant
 Build-Depends-Indep: junit4,
-                     libasm-java (>= 5.0),
+                     libasm4-java,
                      libmaven-common-artifact-filters-java,
                      libmaven-plugin-tools-java,
                      libmaven3-core-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 324fadc..e322581 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,3 +3,4 @@ org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * *
 s/ant/org.apache.ant/ * * s/.*/debian/ * *
 org.apache.maven maven-* * s/.*/3.x/ * *
 org.codehaus.plexus plexus-utils * s/.*/2.x/ * *
+org.ow2.asm * * s/.*/4.x/ * *

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



More information about the pkg-java-commits mailing list