apt-cacher-ng 0.7.1-1ubuntu1 source package in Ubuntu

Changelog

apt-cacher-ng (0.7.1-1ubuntu1) precise; urgency=low

  * debian/apt-cacher-ng.logrotate:
    Comment out the "su" lines as this requires logrotate 3.8.1 which isn't in
    Ubuntu yet.
 -- Michael Bienia <email address hidden>   Sun, 26 Feb 2012 12:24:57 +0100

Upload details

Uploaded by:
Michael Bienia
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
apt-cacher-ng_0.7.1.orig.tar.xz 247.4 KiB f0af8a874ad6c86956bec2e71bb89b654ecf7a0a3411a7f18e0585d9d6a108d1
apt-cacher-ng_0.7.1-1ubuntu1.debian.tar.xz 24.2 KiB d687c400fb8a9728ef57b942bfbfedd8702db0cc7680a6cf64e425f52a57e5b8
apt-cacher-ng_0.7.1-1ubuntu1.dsc 1.8 KiB b413e391b9b968b37ef28edbd56c5ddae93805556cd6934aef001c223c1b32dd

View changes file

Binary packages built by this source

apt-cacher-ng: caching proxy server for software repositories

 Apt-Cacher NG is a caching proxy for downloading packages from Debian-style
 software repositories (or possibly from other types).
 .
 The main principle is that a central machine hosts the proxy for a local
 network, and clients configure their APT setup to download through it.
 Apt-Cacher NG keeps a copy of all useful data that passes through it, and when
 a similar request is made, the cached copy of the data is delivered without
 being re-downloaded.
 .
 Apt-Cacher NG has been designed from scratch as a replacement for
 apt-cacher, but with a focus on maximizing throughput with low system
 resource requirements. It can also be used as replacement for apt-proxy and
 approx with no need to modify clients' sources.list files.