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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 27 10:25:46 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository libreflectasm-java.

commit a54aa6336875408c43c4105cb1bc474a007c54a7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 27 12:24:14 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 843dae5..c66df50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libreflectasm-java (1.05-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Depend on libasm-java (>= 5.0) instead of libasm4-java
   * Standards-Version updated to 3.9.8
   * Use secure Vcs-* URLs
   * debian/watch: Track the release tags on GitHub
diff --git a/debian/control b/debian/control
index 3977f6e..98bfd2b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm4-java, maven-repo-helper
+Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm-java (>= 5.0), maven-repo-helper
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libreflectasm-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libreflectasm-java.git
@@ -11,7 +11,7 @@ Homepage: https://github.com/EsotericSoftware/reflectasm
 
 Package: libreflectasm-java
 Architecture: all
-Depends: ${misc:Depends}, libasm4-java
+Depends: ${misc:Depends}, libasm-java (>= 5.0)
 Description: library that provides reflection by using code generation
  ReflectASM is a very small Java library that provides high performance
  reflection by using code generation. An access class is generated
diff --git a/debian/rules b/debian/rules
index 4993a06..126dbdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/asm4.jar
+export CLASSPATH=/usr/share/java/asm.jar
 
 %:
 	dh $@ --with javahelper,maven-repo-helper

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



More information about the pkg-java-commits mailing list