This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch debian-debian in repository plm.
commit 11b8dfff9c451c5711b98e43fb2b75ddbc0e7d3a Author: Martin Quinson <[email protected]> Date: Sun Sep 8 23:08:18 2013 +0200 explicitely load that jarfile, even if I dunno why I have to --- debian/changelog | 2 ++ debian/plm.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 75e0727..e3f4167 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ plm (2.2.1+repack-1) UNRELEASED; urgency=low * Correctly specify that we need openjdk7 to the java wappers (Closes: #722128) * d/control: Add Vcs-* fields + * d/plm.sh: manually load commons-logging as some people needs it to + not get a ClassNotFound exception when using httpclient -- Martin Quinson <[email protected]> Sun, 08 Sep 2013 16:17:29 +0200 diff --git a/debian/plm.sh b/debian/plm.sh index 8e35dfe..ddf5fba 100755 --- a/debian/plm.sh +++ b/debian/plm.sh @@ -22,6 +22,9 @@ find_java_runtime openjdk7 # find_jars jython #fi +# For some reason, some people need that jar to be manually loaded +find_jars commons-logging + # We obviously need our own library find_jars plm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

