[libcofoja-java] 08/09: Depend on libasm-java (>= 5.0) instead of libasm4-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 4 09:45:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcofoja-java.
commit 2ad99e3e3477fe7a308c8f96544de19b5d6bdd4c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Oct 4 11:25:25 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 daf19d4..426bad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ cofoja (1.3-1) UNRELEASED; urgency=medium
- Replaced 01-remove-version-from-generated-jar.patch with a build parameter
- Depend on ASM instead of embedding the library
- Updated debian/rules to the latest Ant build script
+ * Depend on libasm-java (>= 5.0) instead of libasm4-java
* Standards-Version updated to 3.9.8
* Updated the Homepage field
* Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index 0e977c3..1b4bdf3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
default-jdk,
javahelper (>=0.25),
junit4,
- libasm4-java (>= 5.0~)
+ libasm-java (>= 5.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcofoja-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcofoja-java.git
@@ -21,7 +21,7 @@ Homepage: https://github.com/nhatminhle/cofoja
Package: libcofoja-java
Architecture: all
-Depends: ${misc:Depends}, libasm4-java
+Depends: ${misc:Depends}, libasm-java (>= 5.0)
Description: Java API for annotating code with contracts
Contracts for Java is a contract programming framework for Java, which
uses annotation processing and bytecode instrumentation to provide
diff --git a/debian/rules b/debian/rules
index 2a3e861..3cf78d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_configure:
# Install the dependencies in the lib directory instead of using Ivy
mkdir -p lib
ln -s /usr/share/java/junit4.jar lib/junit.jar
- ln -s /usr/share/java/asm4-all.jar lib/asm-all.jar
+ ln -s /usr/share/java/asm-all.jar lib/asm-all.jar
override_dh_auto_build:
dh_auto_build -- dist -Dcofoja.bare.jar=dist/cofoja.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git
More information about the pkg-java-commits
mailing list