File: control

package info (click to toggle)
httpcomponents-client 4.0.1-1squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,324 kB
  • ctags: 3,523
  • sloc: java: 27,171; xml: 3,857; python: 43; makefile: 32
file content (56 lines) | stat: -rw-r--r-- 1,976 bytes parent folder | download
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
Source: httpcomponents-client
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Build-Depends:
 debhelper (>= 7.0.50~)
 , openjdk-6-jdk | default-jdk
 , maven-debian-helper
 , maven-repo-helper
Build-Depends-Indep:
 libmaven-antrun-plugin-java
 , libmaven-javadoc-plugin-java
 , libmaven-assembly-plugin-java
 , libhttpcore-java
 , libapache-mime4j-java
 , junit
 , libcommons-codec-java
Standards-Version: 3.9.0
Homepage: http://hc.apache.org/httpcomponents-client/index.html
Vcs-Git: git://git.debian.org/collab-maint/httpcomponents-client.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/httpcomponents-client.git;a=summary

Package: libhttpclient-java
Architecture: all
Depends:
 ${misc:Depends}
 , libcommons-codec-java
 , libcommons-logging-java
 , libhttpcore-java
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:
 ${misc:Depends}
 , libhttpclient-java (= ${source:Version})
 , libapache-mime4j-java
Description: HTTP/1.1 compliant HTTP agent implementation - mime4j 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 an extension to mime4j to be used with HttpComponents
 Client.