[SCM] httpcomponents-client: HTTP/1.1 compliant HTTP agent Java implementation branch, master, updated. debian/4.1.1-1-5-g78653c9

Jakub Adam jakub.adam at ktknet.cz
Thu Mar 29 21:37:31 UTC 2012


The following commit has been merged in the master branch:
commit 78653c9c01e2d3c5c33467e935ea211bf41cec4f
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Thu Mar 29 22:21:55 2012 +0200

    Add httpcore.jar and httpclient.jar to httpmime.jar Class-Path
    
    Fixes lintian warning

diff --git a/debian/changelog b/debian/changelog
index ea7bf62..09c9b98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ httpcomponents-client (4.1.1-2) UNRELEASED; urgency=low
   * Add Jakub Adam to Uploaders.
   * Bump Standards-Version to 3.9.3. No changes were required.
   * Updated copyright file format.
+  * Add httpcore.jar and httpclient.jar to httpmime.jar Class-Path.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Tue, 27 Mar 2012 21:33:50 +0200
 
diff --git a/debian/control b/debian/control
index 9b93479..6da0c0e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
  , openjdk-6-jdk | default-jdk
  , maven-debian-helper
  , maven-repo-helper
+ , javahelper
 Build-Depends-Indep:
  libmaven-antrun-plugin-java
  , libmaven-javadoc-plugin-java
diff --git a/debian/libhttpmime-java.classpath b/debian/libhttpmime-java.classpath
new file mode 100644
index 0000000..8e99779
--- /dev/null
+++ b/debian/libhttpmime-java.classpath
@@ -0,0 +1 @@
+usr/share/java/httpmime.jar /usr/share/java/httpcore.jar /usr/share/java/httpclient.jar
diff --git a/debian/rules b/debian/rules
index a39e884..d87d542 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,8 @@ override_dh_auto_install:
 	mh_installjar -plibhttpmime-java -l httpmime/pom.xml -i$(UPVER) -e$(UPVER)\
 	  httpmime/target/httpmime-debian.jar
 
+	jh_classpath -plibhttpmime-java
+
 override_dh_clean:
 	dh_clean
 

-- 
httpcomponents-client: HTTP/1.1 compliant HTTP agent Java implementation



More information about the pkg-java-commits mailing list