[tomcat7] 06/11: New build dependencies on easymock, cglib and objenesis
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Feb 18 22:07:15 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat7.
commit d33e4815b1ae9d317a11149df2bfd79c9bbea64d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Dec 19 10:41:32 2015 +0100
New build dependencies on easymock, cglib and objenesis
---
debian/ant.properties | 3 +++
debian/changelog | 3 ++-
debian/control | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/ant.properties b/debian/ant.properties
index f0ded4c..632046f 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -4,4 +4,7 @@ ant.build.javac.source=1.6
ant.build.javac.target=1.6
jdt.jar=/usr/share/java/ecj.jar
junit.jar=/usr/share/java/junit4.jar
+cglib.jar=/usr/share/java/cglib3-nodep.jar
+easymock.jar=/usr/share/java/easymock.jar
hamcrest.jar=/usr/share/java/hamcrest-core.jar
+objenesis.jar=/usr/share/java/objenesis.jar
diff --git a/debian/changelog b/debian/changelog
index da48ff4..d8df40f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,10 +3,11 @@ tomcat7 (7.0.67-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
+ - New build dependencies on easymock, cglib and objenesis
* Use LC_ALL instead of LANG to format the date and make the documentation
reproducible on the builders
- -- Emmanuel Bourg <ebourg at apache.org> Thu, 22 Oct 2015 21:24:28 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 19 Dec 2015 10:31:07 +0100
tomcat7 (7.0.64-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 35985de..de64208 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,10 @@ Build-Depends: default-jdk,
po-debconf,
libhamcrest-java (>= 1.3)
Build-Depends-Indep: maven-repo-helper,
+ libcglib3-java,
+ libeasymock-java (>= 3.0),
libecj-java (>= 3.10.1~),
+ libobjenesis-java,
javahelper,
junit4,
libjstl1.1-java,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git
More information about the pkg-java-commits
mailing list