[jmock] 47/48: Depend on libcglib-nodep-java instead of libcglib-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 4 09:56:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jmock.
commit 79efa88955ef0e0e37e05a4002a814640e980bbe
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 4 11:53:26 2017 +0200
Depend on libcglib-nodep-java instead of libcglib-java
---
debian/changelog | 1 +
debian/control | 6 +++---
debian/rules | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 941f007..23d1afa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
jmock (1.2.0-5) UNRELEASED; urgency=medium
* Promoted junit from the recommended dependencies to the dependencies
+ * Depend on libcglib-nodep-java instead of libcglib-java
* Removed the suggested dependency on libasm4-java
* Moved the package to Git
* Standards-Version updated to 4.1.0
diff --git a/debian/control b/debian/control
index ebba112..b0d7c2f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
default-jdk,
javahelper,
junit (>= 3.8.2),
- libcglib-java,
+ libcglib-nodep-java,
maven-repo-helper
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jmock.git
@@ -17,8 +17,8 @@ Homepage: http://www.jmock.org
Package: libjmock-java
Architecture: all
-Depends: ${misc:Depends}, junit
-Suggests: libcglib-java, libjmock-java-doc
+Depends: ${misc:Depends}, junit, libcglib-nodep-java
+Suggests: libjmock-java-doc
Description: Java library for testing code with mock objects
JMock is a library that supports test-driven development of Java code
with mock objects.
diff --git a/debian/rules b/debian/rules
index f9a5cdf..8c93c97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ JAVA_HOME := /usr/lib/jvm/default-java
override_dh_auto_build:
dh_auto_build
CLASSPATH=/usr/share/java/junit.jar jh_build -J jmock.jar jmock-core
- CLASSPATH=jmock.jar:/usr/share/java/cglib.jar \
+ CLASSPATH=jmock.jar:/usr/share/java/cglib-nodep.jar \
jh_build -J jmock-cglib.jar jmock-cglib
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock.git
More information about the pkg-java-commits
mailing list