summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merged from lp:~donkult/apt/sidMichael Vogt2011-11-2216-3499/+4221
|\
| * * German manpage translation updateChris Leick2011-11-2015-3498/+4216
| | | | | | | | | | * doc/*.xml: - find and fix a bunch of misspellings
| * * doc/manpage-style.xml:David Kalnischkies2011-11-202-2/+6
|/ | | - put <brackets> around email addresses
* French translation updatebubulle@debian.org2011-10-251-33/+39
|
* merged from donkultMichael Vogt2011-10-202-2/+17
|\
| * * algorithms.cc:David Kalnischkies2011-10-172-2/+17
|/ | | - show a debug why a package was kept by ResolveByKeep()
* releasing version 0.8.15.9Michael Vogt2011-10-141-2/+2
|
* merged from lp:~donkult/apt/sidMichael Vogt2011-10-1431-992/+1458
|\
| * * doc/apt.conf.5.xml:David Kalnischkies2011-10-0511-803/+1075
| | | | | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
| * merge with current debian apt/sidDavid Kalnischkies2011-10-053-7/+24
| |\ | |/ |/|
* | * ftparchive/cachedb.cc:Michael Vogt2011-09-242-5/+17
| | | | | | | | | | | | | | - 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
| | |
* | | Fix spelling errorbubulle@debian.org2011-09-141-1/+1
| | |
| | * cherrypick from my apt/experimental branchDavid Kalnischkies2011-10-057-8/+127
| | | | | | | | | | | | | | | | | | * 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-043-4/+26
| | | | | | | | | - accept generic release pin expressions again in -t (Closes: #644166)
| | * * apt-pkg/init.cc:David Kalnischkies2011-09-212-8/+9
| | | | | | | | | - silently ignore *.orig and *.save files by default
| | * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-216-59/+42
| | |
| | * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-204-99/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * update the test to ensure that NotAutomatic and co is used alsoDavid Kalnischkies2011-09-151-8/+50
| | | | | | | | | | | | | | | if the archive is signed, but the signature can't be checked as the key is missing (debbugs #597301 - fix in r2105)
| | * * doc/apt-get.8.xml:David Kalnischkies2011-09-142-1/+10
| |/ | | | | | | - 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-142-4/+10
| | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options
* * cmdline/apt-get.cc:Michael Vogt2011-09-142-7/+16
|\ | | | | | | - 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-132-7/+16
|/ | | | - 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
|
* merged from lp:~donkult/apt/sidMichael Vogt2011-09-1227-124/+375
|\
| * fix changelog typos and bugfix-linkDavid Kalnischkies2011-09-091-3/+3
| |
| * M-A:same lockstep unpack should operate on installedDavid Kalnischkies2011-09-095-16/+70
| | | | | | packages first (LP: #835625)
| * fix bashism (local outside function) and releasefile creation in testcasesDavid Kalnischkies2011-09-094-10/+20
| |
| * - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-054-13/+61
| | | | | | | | | | * 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-054-16/+90
| | | | | | | | - 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-242-8/+48
| | | | | | | | | | - 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
| * print from their the visit came fromDavid Kalnischkies2011-08-232-12/+14
| |
| * * cmdline/apt-key:David Kalnischkies2011-08-232-2/+5
| | | | | | | | - 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-2213-28/+29
| | | | | | invalid in most cases anyway
| * * apt-pkg/acquire.cc:David Kalnischkies2011-08-222-1/+7
| | | | | | - non-existing directories are by definition clean
| * * apt-pkg/acquire-item.cc:David Kalnischkies2011-08-222-26/+26
| | | | | | | | - 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-182-6/+19
|/ | | | - remove the binary caches in 'apt-get clean' as it is the first thing recommend by many supporters in case of APT segfaults
* merged lp:~donkult/apt/sidMichael Vogt2011-08-1758-2067/+116
|\
| * set the msglevel to a high dummy value if none is specifiedDavid Kalnischkies2011-08-171-0/+4
| |
| * for consistency allow the usage of 'make test' instead of './run-tests'David Kalnischkies2011-08-173-7/+16
| |
| * 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
| * fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies2011-08-171-2/+1
| | | | | | | | in the udevcdrom testcase
| * do not output color in the testcases if stdout/stderr are not a /dev/ptsDavid Kalnischkies2011-08-173-20/+48
| |
| * build test-binaries by default and add a test target to toplevelDavid Kalnischkies2011-08-173-3/+25
| |
| * fix the compareversion test to work then called from outside of libaptDavid Kalnischkies2011-08-172-2/+7
| |