[commons-httpclient] 08/66: Updated changelog to test repo config Used absolute qualification of junit.jar to try and resolve ClassNotFound issue with cdbs
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 4 08:04:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository commons-httpclient.
commit bdd902b7743e02585693ecf706c203ce383f0fe3
Author: Barry Hawkins <barry.hawkins at gmail.com>
Date: Fri Sep 2 05:53:16 2005 +0000
Updated changelog to test repo config
Used absolute qualification of junit.jar to try and resolve ClassNotFound issue with cdbs
---
debian/changelog | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f87b6b4..c974497 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ commons-httpclient (2.0.2-1) unstable; urgency=low
* Package updated to reflect maintainership under Debian Java
Maintainers
- -- Barry Hawkins <barry at bytemason.org> Thu, 01 Sep 2005 21:54:39 -0400
+ -- Barry Hawkins <barry at bytemason.org> Fri, 02 Sep 2005 01:51:21 -0400
commons-httpclient (2.0a1+20020904-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index a5c8970..5fe2b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ ANT_HOME := /usr/share/ant
JAVA_LIB := /usr/share/java
# Additional JARs
-DEB_JARS := ${ANT_HOME}/lib/ant-launcher.jar commons-logging junit
+DEB_JARS := ${ANT_HOME}/lib/ant-launcher.jar commons-logging ${JAVA_LIB}/junit.jar
# Build compiler
DEB_ANT_COMPILER := jikes
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git
More information about the pkg-java-commits
mailing list