summaryrefslogtreecommitdiff
path: root/debian/apt.dirs
AgeCommit message (Collapse)Author
2014-05-05Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
Conflicts: configure.ac debian/apt.dirs debian/changelog
2014-05-05Revert "add bash completion for the "apt" command"Michael Vogt
This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc. Conflicts: debian/rules
2014-04-28Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
Conflicts: po/vi.po
2014-04-25add bash completion for the "apt" commandMichael Vogt
2013-07-11cherry pick 39a07ec8f2c612a5af234c7713571362f7ca90b4Steve Langasek
2012-11-03* debian/apt.conf.autoremove: don't include linux-image*,Steve Langasek
linux-restricted-modules*, and linux-ubuntu-modules* packages in the list to never be autoremoved. * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new script to /etc/kernel/postinst.d/ which ensures we only automatically keep the currently-running kernel, the being-installed kernel, and the newest kernel, so we don't fill /boot up with an unlimited number of kernels. LP: #923876.
2011-07-28merged from debian-experimentalMichael Vogt
2011-05-03add a tiny dump solver to quickly output a scenarioDavid Kalnischkies
2011-02-08merged from the debian-sid branchMichael Vogt
2011-01-15move the lintian-overrides into the debian directoryDavid Kalnischkies
2010-09-22* debian/apt.dirs:Michael Vogt
- add missing /usr/share/apt so that the keyring is installed into the right place (LP: #620576)
2010-02-17merged from the mvo branchMichael Vogt
2010-01-27merged from lp:~mvo/apt/mvoMichael Vogt
2010-01-27debian/apt.dirs: remove var/lib/apt/media againMichael Vogt
2010-01-26merged from the lp:~mvo/apt/libudev-dlopen branchMichael Vogt
2010-01-26cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt
2010-01-08* French manpage translation updateMichael Vogt
* 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)
2009-07-30merged from debianMichael Vogt
2009-07-06Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode
2008-11-24merged from debian-sidMichael Vogt
2008-11-01Re-added path for lintian ovirride. Michael, forgot to merge this before?..Eugene V. Lyubimkin
2007-08-03* apt-inst/contrib/extracttar.cc:Michael Vogt
- 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
2007-07-19add logrotate supportMichael Vogt
2007-07-19apt-pkg/deb/dpkgpm.{cc,h}Michael Vogt
- 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
2007-02-06* merged the apt--mirror branchMichael Vogt
2007-01-08* apt-pkg/init.cc:Michael Vogt
- 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
2006-09-06* cmdline/apt-get.cc:Michael Vogt
- 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
2006-02-13* create sources.list.d as wellMichael Vogt
2004-11-14Restore /usr/share/bug/aptMatt Zimmerman
2004-11-14Standardize debhelper usageMatt Zimmerman
- 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