1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: httpcomponents-client
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Jakub Adam <jakub.adam@ktknet.cz>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper,
junit4,
libbuild-helper-maven-plugin-java (>= 1.8),
libcommons-codec-java,
libeasymock-java,
libehcache-java,
libhttpcore-java (>= 4.4.1~),
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmockito-java,
maven-debian-helper,
libspymemcached-java
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/httpcomponents-client.git
Vcs-Browser: https://salsa.debian.org/java-team/httpcomponents-client
Homepage: http://hc.apache.org/httpcomponents-client-ga/index.html
Package: libhttpclient-java
Architecture: all
Depends:
libcommons-codec-java,
libcommons-logging-java,
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
HttpCore. It also provides reusable components for client-side
authentication, HTTP state management, and HTTP connection management.
.
HttpComponents Client is a successor of and replacement for Commons
HttpClient 3.x. Users of Commons HttpClient are strongly encouraged to
upgrade.
Package: libhttpmime-java
Architecture: all
Depends: libhttpclient-java (= ${source:Version}),
${misc:Depends}
Description: HTTP/1.1 compliant HTTP agent implementation - MIME extension
HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on
HttpCore. It also provides reusable components for client-side
authentication, HTTP state management, and HTTP connection management.
.
HttpComponents Client is a successor of and replacement for Commons
HttpClient 3.x. Users of Commons HttpClient are strongly encouraged to
upgrade.
.
This package provides support for MIME multipart encoded entities
to be used with HttpComponents Client.
|