summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * 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
| |
| * the experimental branch has a better version of this test in libapt,David Kalnischkies2011-08-171-70/+0
| | | | | | | | so remove it now - we will get it back at merge-time with experimental
| * remove fake-status leftover from the python-testDavid Kalnischkies2011-08-171-16/+0
| |
| * move the networkless test to the interactive helpers as it needsDavid Kalnischkies2011-08-173-0/+0
| | | | | | | | | | root rights for operation (ifup/down, iptables) so it is better run under supervision
| * remove the python testcases as this is covered by integration/David Kalnischkies2011-08-1731-1594/+0
| |
| * move the interactive helper to a subdirectory of testDavid Kalnischkies2011-08-177-16/+3
| |
| * add 'dirs' target to the 'all' target to ensure that for e.g. the testsDavid Kalnischkies2011-08-172-2/+1
| | | | | | | | all (sub)directories are build which are needed (e.g. obj/ and co)
| * move the list of versions to test with to the libapt subdirectoryDavid Kalnischkies2011-08-172-1/+1
| |
| * remove the interactive scratch test, it doesn't test much and whatDavid Kalnischkies2011-08-171-105/+0
| | | | | | | | | | it tests is covered by your non-interactive testcases, so this one wasn't used for a looooong time
| * replaced by the integration/test-compressed-indexes testDavid Kalnischkies2011-08-171-235/+0
| |
* | merged from lp:~donkult/apt/sidMichael Vogt2011-08-1713-115/+245
|\|
| * 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-174-2/+37
| | | | | | | | | | - 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)
| * merge the tests for configuration into another libapt-testDavid Kalnischkies2011-08-175-72/+84
| |
| * support yet another webserver in the integration tests: gatlingDavid Kalnischkies2011-08-151-0/+5
| |