summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* add Closes tag for the --show-foreign newline changeDavid Kalnischkies2012-01-131-1/+2
|
* /var/apt/cache is in reality /var/cache/aptSergio Cipolla2012-01-101-1/+1
|
* merge with debian-sidDavid Kalnischkies2012-01-101-1/+9
|\
| * Hungarian (Gabor Kelemen). Closes: #655238bubulle@debian.org2012-01-091-0/+1
| |
| * Russian (Yuri Kozlov). Closes: #654844bubulle@debian.org2012-01-071-0/+1
| |
| * Slovak (Ivan Masar). Closes: #652985bubulle@debian.org2011-12-221-1/+2
| |
| * merged from lp:~donkult/apt/sid/ Michael Vogt2011-12-201-1/+3
| |\
| | * * doc/po/de.po:Michael Basse (michael-alpha-unix)2011-12-061-1/+3
| | | | | | | | | | | | - apply typo-fix from Michael Basse, thanks! (LP: #900770)
| * | Dutch (Jeroen Schot). Closes: #652230bubulle@debian.org2011-12-151-0/+3
| | |
* | | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-12-141-1/+4
|/ / | | | | | | - parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too.
* | merged from lp:~donkult/apt/sidMichael Vogt2011-11-221-2/+9
|\|
| * * German manpage translation updateChris Leick2011-11-201-1/+6
| | | | | | | | | | * doc/*.xml: - find and fix a bunch of misspellings
| * * doc/manpage-style.xml:David Kalnischkies2011-11-201-2/+4
|/ | | - put <brackets> around email addresses
* * algorithms.cc:David Kalnischkies2011-10-171-0/+8
| | | - show a debug why a package was kept by ResolveByKeep()
* releasing version 0.8.15.9Michael Vogt2011-10-141-2/+2
|
* * doc/apt.conf.5.xml:David Kalnischkies2011-10-051-1/+3
| | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
* merge with current debian apt/sidDavid Kalnischkies2011-10-051-1/+14
|\
| * * ftparchive/cachedb.cc:Michael Vogt2011-09-241-0/+8
| | | | | | | | | | | | | | - fix buffersize in bytes2hex * ftparchive/cachedb.cc: - make buffer fully dynamic (thanks to Colin Watson)
| * Symbol file updateMichael Vogt2011-09-242-1/+6
| |\
| * | Changelog entry forspelling fixbubulle@debian.org2011-09-141-0/+7
| | |
* | | cherrypick from my apt/experimental branchDavid Kalnischkies2011-10-051-0/+4
| | | | | | | | | | | | | | | | | | * apt-pkg/deb/debmetaindex.cc: - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787)
* | | * apt-pkg/policy.cc:David Kalnischkies2011-10-041-1/+3
| | | | | | | | | - accept generic release pin expressions again in -t (Closes: #644166)
* | | * apt-pkg/init.cc:David Kalnischkies2011-09-211-1/+3
| | | | | | | | | - silently ignore *.orig and *.save files by default
* | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-201-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use std::vector instead of fixed size arrays to store args and multiarch-packagename strings - load the dpkg base arguments only one time and reuse them later * cmdline/apt-get.cc: - follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall
* | | * doc/apt-get.8.xml:David Kalnischkies2011-09-141-0/+9
| |/ |/| | | | | - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490)
* | update symbols fileDavid Kalnischkies2011-09-141-1/+2
|/
* releasing version 0.8.15.8Michael Vogt2011-09-141-2/+2
|
* * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-141-0/+5
| | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options
* * cmdline/apt-get.cc:Michael Vogt2011-09-141-0/+9
|\ | | | | | | - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155)
| * * cmdline/apt-get.cc:David Kalnischkies2011-09-131-0/+9
|/ | | | - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155)
* releasing version 0.8.15.7Michael Vogt2011-09-121-2/+2
|
* fix changelog typos and bugfix-linkDavid Kalnischkies2011-09-091-3/+3
|
* M-A:same lockstep unpack should operate on installedDavid Kalnischkies2011-09-091-1/+3
| | | packages first (LP: #835625)
* - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-051-1/+5
| | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality
* * apt-pkg/indexrecords.cc:David Kalnischkies2011-09-051-1/+4
| | | | - fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days
* * apt-pkg/orderlist.cc:David Kalnischkies2011-08-241-1/+5
| | | | | - prefer visiting packages marked for deletion in VisitProvides if we are operating on a negative dependency so that we can deal early with the fallout of this remove
* * cmdline/apt-key:David Kalnischkies2011-08-231-1/+4
| | | | - if command is 'add' do not error out if the specified keyring doesn't exist, it will be created by gpg
* remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-1/+3
| | | invalid in most cases anyway
* * apt-pkg/acquire.cc:David Kalnischkies2011-08-221-1/+3
| | | - non-existing directories are by definition clean
* * apt-pkg/acquire-item.cc:David Kalnischkies2011-08-221-1/+4
| | | | - if no Release.gpg file is found try to verify with hashes, but do not fail if a hash can't be found
* * cmdline/apt-get.cc:David Kalnischkies2011-08-181-1/+4
| | | | - remove the binary caches in 'apt-get clean' as it is the first thing recommend by many supporters in case of APT segfaults
* understand DEB_BUILD_OPTIONS nocheck to disable the testexecutionDavid Kalnischkies2011-08-171-0/+4
|
* * debian/apt.symbols:David Kalnischkies2011-08-172-2/+9
| | | - add the newly added symbols since 0.8.15.3
* * test/*David Kalnischkies2011-08-172-1/+6
| | | | | - reorganize the various testcases and helper we have and integrate them better into the buildsystem - run the test/libapt testcases at package build-time
* merge with the final changelog from debian-sidDavid Kalnischkies2011-08-171-3/+3
|\
| * releasing version 0.8.15.6Michael Vogt2011-08-151-2/+2
| |
* | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies2011-08-171-0/+10
|/ | | | | - ignore "self"-conflicts for all architectures of a package instead of just for the architecture of the package locked at in the ordering of installations too (Closes: #802901)
* lots of cppcheck fixesMichael Vogt2011-08-121-0/+4
|
* * test/integration/test-hashsum-verification:Michael Vogt2011-08-051-0/+5
|\ | | | | | | | | | | - add regression test for hashsum verification * apt-pkg/acquire-item.cc: - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test
| * * apt-pkg/acquire-item.cc:Michael Vogt2011-08-051-0/+3
| | | | | | | | - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test