debian/0000755000000000000000000000000011747664005007200 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000167411747663704013506 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-idea-plugin * * * * org.jvnet.wagon-svn wagon-svn * * * * org.kathrynhuxtable.maven.wagon wagon-gitsite * * * * org.apache.maven.scm maven-scm-provider-gitexe * * * * debian/README.source0000644000000000000000000000046411747663704011370 0ustar Information about robust-http-client ------------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/watch0000644000000000000000000000023311747663704010234 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://githubredir.debian.net/github/kohsuke/robust-http-client/ robust-http-client-(.*).tar.gz debian/maven.properties0000644000000000000000000000031311747663704012426 0ustar # Include here properties to pass to Maven during the build. # For example: # Can't run tests as they require a Internet connection that # is not avaliable in offline environments maven.test.skip=true debian/rules0000755000000000000000000000036011747663704010264 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/control0000644000000000000000000000254411747663704010615 0ustar Source: robust-http-client Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page DM-Upload-Allowed: yes Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java 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 Package: librobust-http-client-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} 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 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 librobust-http-client-java This library provides a Java InputStream implementation around a HTTP connection that automatically reconnects if the connection fails during communication. . This package provides the API documentation for librobust-http-client-java. debian/librobust-http-client-java.poms0000644000000000000000000000222111747663704015257 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar # pom.xml --java-lib debian/librobust-http-client-java-doc.install0000644000000000000000000000007711747663704016521 0ustar target/apidocs/* usr/share/doc/librobust-http-client-java/api debian/maven.rules0000644000000000000000000000160411747663704011370 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ junit junit jar s/3\..*/3.x/ * * debian/copyright0000644000000000000000000000256111747663704011144 0ustar 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: * Copyright: 2009, Sun Microsystems, Inc. License: MIT Files: debian/* Copyright: 2011, Canonical Ltd. (http://www.canonical.com/) License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/compat0000644000000000000000000000000211747663704010403 0ustar 7 debian/maven.publishedRules0000644000000000000000000000164211747663704013232 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/source/0000755000000000000000000000000011747663704010505 5ustar debian/source/format0000644000000000000000000000001411747663704011713 0ustar 3.0 (quilt) debian/maven.ignoreRules0000644000000000000000000000167411747663704012543 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-idea-plugin * * * * org.jvnet.wagon-svn wagon-svn * * * * org.kathrynhuxtable.maven.wagon wagon-gitsite * * * * org.apache.maven.scm maven-scm-provider-gitexe * * * * debian/changelog0000644000000000000000000000121611747663704011057 0ustar robust-http-client (1.2-2) unstable; urgency=low [ James Page ] * 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. [ tony mancill ] * Set DMUA flag. -- James Page Mon, 30 Apr 2012 14:29:11 +0100 robust-http-client (1.2-1) unstable; urgency=low * Initial release. (Closes: #629508) -- James Page Mon, 20 Jun 2011 08:22:03 +0100 debian/librobust-http-client-java-doc.doc-base.api0000644000000000000000000000056711747663704017304 0ustar Document: librobust-http-client-java Title: API Javadoc for Robust HTTP client library Author: Robust HTTP client library developers Abstract: This is the API Javadoc provided for the librobust-http-client-java library. Section: Programming Format: HTML Index: /usr/share/doc/librobust-http-client-java/api/index.html Files: /usr/share/doc/librobust-http-client-java/api/*