This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/4.4.1-1 in repository httpcomponents-client.
commit 851098a31d842355715c58657e77d84a6c6ec5d4 Author: Emmanuel Bourg <[email protected]> Date: Mon May 11 14:19:56 2015 +0200 Updated the dependency on libhttpcore-java (>= 4.4.1) --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index de2504b..8165876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ httpcomponents-client (4.4.1-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches + - Updated the dependency on libhttpcore-java (>= 4.4.1) -- Emmanuel Bourg <[email protected]> Mon, 04 May 2015 15:06:59 +0200 diff --git a/debian/control b/debian/control index 278a93f..edf4d55 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: junit, libbuild-helper-maven-plugin-java (>= 1.8), libcommons-codec-java, - libhttpcore-java (>= 4.3.1), + libhttpcore-java (>= 4.4.1~), libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, @@ -27,7 +27,7 @@ Package: libhttpclient-java Architecture: all Depends: libcommons-codec-java, libcommons-logging-java, - libhttpcore-java (>= 4.3.1), + libhttpcore-java (>= 4.4.1~), ${misc:Depends} Description: HTTP/1.1 compliant HTTP agent implementation HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

