summaryrefslogtreecommitdiff
path: root/debian/apt.dirs
Commit message (Collapse)AuthorAgeFilesLines
* Add bash-completion support for the "apt" commandMichael Vogt2016-01-021-0/+1
| | | | | | | | | | | | | The apt bash-completion support was submited to the bash-completion package as a patch in May 2014. It is still not included to this date and because it is an important feature for many users it is now part of apt until the bash-completion package is mantained more actively again. Note that the "Relaces" line is only required for Ubuntu it will have no effect on Debian. Closes: #747094
* cherry pick 39a07ec8f2c612a5af234c7713571362f7ca90b4Steve Langasek2013-07-111-0/+1
|
* add a tiny dump solver to quickly output a scenarioDavid Kalnischkies2011-05-031-0/+1
|
* move the lintian-overrides into the debian directoryDavid Kalnischkies2011-01-151-1/+0
|
* merged from the mvo branchMichael Vogt2010-02-171-0/+1
|\
| * * French manpage translation updateMichael Vogt2010-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
* | merged from lp:~mvo/apt/mvoMichael Vogt2010-01-271-1/+0
|\ \
| * | debian/apt.dirs: remove var/lib/apt/media againMichael Vogt2010-01-271-1/+0
| | |
* | | merged from the lp:~mvo/apt/libudev-dlopen branchMichael Vogt2010-01-261-0/+1
|\| |
| * | cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-261-0/+1
| |/
* | merged from debianMichael Vogt2009-07-301-0/+1
|\|
| * Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode2009-07-061-0/+1
| |
* | merged from debian-sidMichael Vogt2008-11-241-0/+1
|\|
| * Re-added path for lintian ovirride. Michael, forgot to merge this before?..Eugene V. Lyubimkin2008-11-011-0/+1
| |
* | * apt-inst/contrib/extracttar.cc:Michael Vogt2007-08-031-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix fd leak for zero size files (thanks to Bill Broadley for reporting this bug) * apt-pkg/acquire-item.cc: - remove zero size files on I-M-S hit * methods/https.cc: - only send LastModified if we actually have one - send range request with if-range - delete failed downloads * apt-pkg/deb/dpkgpm.{cc,h}: - merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to (ABI break) * merged apt--sha256 branch to fully support the new sha256 checksums in the Packages and Release files (ABI break) * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong directory downloading on non-linux architectures (closes: #435597) * Applied patch from Guillem Jover <guillem@debian.org> to use * Applied patch from Guillem Jover <guillem@debian.org> to add support to add lzma support (closes: #408201) * methods/makefile: - install lzma symlink method (for full lzma support) * debian/control: - suggest "lzma" * Simplified HttpMethod::Fetch on http.cc removing Tail variable; * Fix pipeline handling on http.cc (closes: #413324) * Fix building to properly support binNMUs. Thanks to Daniel Schepler <schepler@math.unipd.it> by the patch (closes: #359634) * Fix example for Install-{Recommends,Suggests} options on configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223) * fixed compile errors with g++ 4.3 (thanks to Daniel Burrows, closes: #429378) * fixes in the auto-mark code (thanks to Daniel Burrows) * fix FTFBFS by changing build-depends to libcurl4-gnutls-dev (closes: #428363) * cmdline/apt-get.cc: - fix InstallTask code when a pkgRecord ends with a single '\n' (thanks to Soren Hansen for reporting) * merged from Christian Perrier: * vi.po: completed to 532t, again. Closes: #429899 * gl.po: completed to 532t. Closes: #429506 * vi.po: completed to 532t. Closes: #428672 * Update all PO and the POT. Gives 514t14f4u for formerly complete translations * fr.po: completed to 532t * ku.po, uk.po, LINGUAS: reintegrate those translations which disappeared from the BZR repositories
| * add logrotate supportMichael Vogt2007-07-191-0/+1
| |
| * apt-pkg/deb/dpkgpm.{cc,h}Michael Vogt2007-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - a bit cleanup - move the log date to the right place - write log to dir::log::name apt-pkg/init.cc: - init dir::log::name "/var/log/apt/term.log" debian/apt.dirs: - create /var/log/apt/ doc/examples/configure-index: - add new dir::log::name to the index
* | * merged the apt--mirror branchMichael Vogt2007-02-061-0/+1
|\ \ | |/ |/|
| * * apt-pkg/init.cc:Michael Vogt2007-01-081-0/+1
| | | | | | | | | | | | | | | | | | - added Dir::State::Mirrors * doc/examples/configure-index: - added Acquire::mirror::RefreshInterval * methods/mirror.{cc,h}: - download the mirror file into Dir::State::Mirrors - added RefreshInterval option to not ask for the mirror file too often
* | * cmdline/apt-get.cc:Michael Vogt2006-09-061-0/+1
|/ | | | | | - always show the autoremove information and give advice how to use it * debian/rules: - install apt.conf.autoremove with blacklist for linux-image and linux-restriceted-modules
* * create sources.list.d as wellMichael Vogt2006-02-131-0/+1
|
* Restore /usr/share/bug/aptMatt Zimmerman2004-11-141-0/+1
|
* Standardize debhelper usageMatt Zimmerman2004-11-141-0/+7
- Create all directories in debian/dirs rather than creating some on the dh_installdirs command line - Rename debian/dirs to debian/apt.dirs, debian/examples to debian/apt.examples