[plm] 05/06: Add build-dep on libhttpmime-java, that got added upstream.

Martin Quinson mquinson at alioth.debian.org
Thu Sep 12 20:33:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

mquinson pushed a commit to branch debian-debian
in repository plm.

commit b2a6d0cd313ff23a11a1f24c0d2c346ac6f94637
Author: Martin Quinson <martin.quinson at loria.fr>
Date:   Thu Sep 12 22:06:02 2013 +0200

    Add build-dep on libhttpmime-java, that got added upstream.
---
 debian/changelog |    9 ++++++---
 debian/control   |    2 +-
 debian/plm.sh    |    3 +++
 debian/rules     |    2 +-
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c15fab9..53df767 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 plm (2.2.3+repack-1) UNRELEASED; urgency=low
 
-  * New upstream release (Insane amount of bug fixes and polishing
-    after extensive tests of this year's students and some colleagues)
-    - refresh our patches
+  * New upstream release.
+    Insane amount of bug fixes and polishing after extensive tests
+    of this year's students and some colleagues. This "report
+    feedback" feature is a beauty to crowdsource the polishing.
+  * Refresh our patches.
+  * Add build-dep on libhttpmime-java, that got added upstream.
 
  -- Martin Quinson <mquinson at debian.org>  Thu, 12 Sep 2013 21:55:06 +0200
 
diff --git a/debian/control b/debian/control
index 2f63c07..68bc1c7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Martin Quinson <mquinson at debian.org>
 Build-Depends: debhelper (>> 8), javahelper (>= 0.32), ant, quilt
 Build-Depends-Indep: openjdk-7-jdk, libmiglayout-java, libjsyntaxpane-java,
-  junit4, libgettext-commons-java, libjson-simple-java, libhttpclient-java,
+  junit4, libgettext-commons-java, libjson-simple-java, libhttpclient-java, libhttpmime-java, 
   jython 
 #, scala
 Standards-Version: 3.9.4
diff --git a/debian/plm.sh b/debian/plm.sh
index ddf5fba..48e0777 100755
--- a/debian/plm.sh
+++ b/debian/plm.sh
@@ -25,6 +25,9 @@ find_java_runtime openjdk7
 # For some reason, some people need that jar to be manually loaded
 find_jars commons-logging
 
+# http stuff
+find_jars httpmime httpcore httpclient
+
 # We obviously need our own library
 find_jars plm
 
diff --git a/debian/rules b/debian/rules
index dcb92bf..4383c7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ depspath= /usr/share/java/miglayout.jar:/usr/share/java/jsyntaxpane.jar:/usr/sha
 scalapath=.
 #scalapath=/usr/share/java/scala-compiler.jar:/usr/share/java/scala-library.jar
 langpath=/usr/share/java/json_simple.jar:/usr/share/java/jython.jar:.
-httppath=/usr/share/java/httpclient.jar:/usr/share/java/httpcore.jar:/usr/share/java/commons-logging.jar
+httppath=/usr/share/java/httpclient.jar:/usr/share/java/httpcore.jar:/usr/share/java/commons-logging.jar:/usr/share/java/httpmime.jar
 export CLASSPATH=$(depspath):$(langpath):$(httppath):$(scalapath):.
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git



More information about the pkg-java-commits mailing list