~ubuntu-branches/ubuntu/trusty/apt-cacher/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Mark Hindley
  • Date: 2013-10-21 16:42:46 UTC
  • mfrom: (4.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20131021164246-2wukihgi8kp0c7v5
Tags: 1.7.8
* Use sed to insert version number when building, therefore no need
  to Build-Depend on perl any more.  
* Only write body to cached file on success (200).
* Rework handling of If-Modified request response. Client errors also
  count as EXPIRED. Delete cached files in these circumstances (closes:
  #708884). 
* return_file() never returns a retry code, so don't test for it.
* Update debian/control file description. Integrate experimental features
  (multi-distro, Debian Bugs SOAP and HTTPS CONNECT) as established.
* Add Ubuntu 14.04 codename 'Trusty'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Mark Hindley <mark@hindley.org.uk>
5
5
Uploaders: Eduard Bloch <blade@debian.org>
6
6
Build-Depends: debhelper (>= 8.1.0~), po-debconf
7
 
Build-Depends-Indep: perl (>=5.6.0-16)
8
 
Standards-Version: 3.9.3
 
7
Standards-Version: 3.9.4
9
8
 
10
9
Package: apt-cacher
11
10
Architecture: all
12
11
Pre-Depends: ${misc:Pre-Depends}
13
 
Depends: ${perl:Depends}, ${misc:Depends}, libwww-curl-perl (>=4.00), libwww-perl, libfreezethaw-perl, ed, libio-interface-perl, libfilesys-df-perl, libnetaddr-ip-perl, lsb-base (>= 3.2-14), update-inetd, libsys-syscall-perl, ucf (>= 0.28)
 
12
Depends: ${perl:Depends}, ${misc:Depends}, libwww-curl-perl (>=4.00), libwww-perl, libfreezethaw-perl, ed, libio-interface-perl, libfilesys-df-perl, libnetaddr-ip-perl, lsb-base (>= 3.2-14), update-inetd, libsys-syscall-perl, ucf (>= 0.28), libipc-shareable-perl
14
13
Recommends: libberkeleydb-perl (>=0.34)
15
 
Suggests: libio-socket-inet6-perl
 
14
Suggests: libio-socket-inet6-perl, libdpkg-perl
16
15
Description: Caching proxy for Debian package and source files
17
 
 Apt-cacher performs caching of files requested by apt-get (or other clients
18
 
 such as aptitude, synaptic). It is most useful for local area networks with
19
 
 slow internet uplink or as a method for reducing multiple large downloads.
 
16
 Apt-cacher performs caching of files requested by apt-get (or other APT clients
 
17
 such as aptitude or synaptic). Apt-cacher can also proxy Debian Bugs SOAP
 
18
 requests for apt-listbugs. It is most useful for local area networks with slow
 
19
 internet uplink or as a method for reducing multiple large downloads.
20
20
 .
21
 
 When a package is requested, the cache checks whether it already has the
22
 
 requested version, in which case it sends the package to the user immediately.
23
 
 If not, it downloads the package while streaming it to the user at the same
24
 
 time. A local copy is then kept for use by other users.
 
21
 When a file or package is requested, the cache checks whether it already has
 
22
 the requested version, in which case it sends the package to the user
 
23
 immediately.  If not, it downloads the package while streaming it to the user
 
24
 at the same time. A local copy is then kept for use by other users.
25
25
 .
26
26
 Apt-cacher has been optimized for best utilization of network bandwidth and
27
27
 efficiency even on slow low-memory servers. Multiple ways of installation are
31
31
 .
32
32
 The package includes utilities to clean the cache (removing obsolete package
33
33
 files), generate usage reports and import existing package files.  Optional
34
 
 features include a simple package checksum verification framework and IPv6
35
 
 support. Experimental features include support for FTP, HTTPS (proxying only),
36
 
 Debian Bugs SOAP requests as well as the simultaneous caching of different
 
34
 features include a file checksum verification framework, IPv6 support, FTP and
 
35
 HTTPS (proxying only) support as well as the simultaneous caching of different
37
36
 repositories (e.g Debian and Ubuntu).
38
37
 .
39
38
 Apt-cacher can be used as a replacement for apt-proxy, with no need to modify