[SCM] robust-http-client packaging branch, master, updated. debian/1.2-1-1-g13841ab

James Page james.page at ubuntu.com
Mon Apr 30 13:35:17 UTC 2012


The following commit has been merged in the master branch:
commit 13841ab7666bfcc8a51938cb72a6059ace7bbad1
Author: James Page <james.page at ubuntu.com>
Date:   Mon Apr 30 14:35:12 2012 +0100

    d/librobust-http-client-java.poms: Use --java-lib option to ensure that jar files are installed to /usr/share/java.
    
    * d/librobust-http-client-java.poms: Use --java-lib option to ensure
      that jar files are installed to /usr/share/java.
    * d/control: Tweaked description of package (Closes: #633857).
    * Bumped Standards-Version to 3.9.3:
      - d/copyright: Use released version of DEP-5.
    * Updated my email address.

diff --git a/debian/changelog b/debian/changelog
index 0efb4db..889209a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+robust-http-client (1.2-2) unstable; urgency=low
+
+  * d/librobust-http-client-java.poms: Use --java-lib option to ensure
+    that jar files are installed to /usr/share/java. 
+  * d/control: Tweaked description of package (Closes: #633857).
+  * Bumped Standards-Version to 3.9.3:
+    - d/copyright: Use released version of DEP-5.
+  * Updated my email address.
+
+ -- James Page <james.page at ubuntu.com>  Mon, 30 Apr 2012 14:29:11 +0100
+
 robust-http-client (1.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #629508)
diff --git a/debian/control b/debian/control
index 1dcb68e..658176a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: robust-http-client
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: James Page <james.page at canonical.com>
+Uploaders: James Page <james.page at ubuntu.com>
 Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper
 Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://java.net/projects/robust-http-client
 Vcs-Git: git://git.debian.org/git/pkg-java/robust-http-client.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/robust-http-client.git
@@ -14,19 +14,19 @@ Package: librobust-http-client-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
-Description: Robust HTTP client library for Java
+Description: robust HTTP client library for Java
  This library provides a Java InputStream implementation around a
  HTTP connection that automatically reconnects if the connection
- fails in the middle communication.
+ fails during communication.
 
 Package: librobust-http-client-java-doc
 Architecture: all
 Section: doc
 Depends: default-jdk-doc, ${maven:DocDepends}, ${misc:Depends}
 Suggests: librobust-http-client-java
-Description: Documentation for Robust HTTP client library for Java
+Description: Documentation for librobust-http-client-java
  This library provides a Java InputStream implementation around a
  HTTP connection that automatically reconnects if the connection
- fails in the middle of communication.
+ fails during communication.
  .
  This package provides the API documentation for librobust-http-client-java.
diff --git a/debian/copyright b/debian/copyright
index 91bf9b9..527ea99 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Robust HTTP client library
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: Robust HTTP client library
 Source: http://java.net/projects/robust-http-client
 
 Files: *
diff --git a/debian/librobust-http-client-java.poms b/debian/librobust-http-client-java.poms
index 425ee43..067cb79 100644
--- a/debian/librobust-http-client-java.poms
+++ b/debian/librobust-http-client-java.poms
@@ -19,4 +19,4 @@
 #   --no-usj-versionless: don't install the versionless link in /usr/share/java
 #   --dest-jar=<path>: the destination for the real jar
 #
-pom.xml 
+pom.xml --java-lib

-- 
robust-http-client packaging



More information about the pkg-java-commits mailing list