summaryrefslogtreecommitdiff
path: root/test/libapt/makefile
Commit message (Collapse)AuthorAgeFilesLines
* add a simple stack handling to be able to delay error handlingDavid Kalnischkies2010-06-251-2/+8
|
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-05-281-0/+5
| | | - remove duplicate architectures in getArchitectures()
* * apt-pkg/deb/debversion.cc:David Kalnischkies2010-03-131-0/+6
| | | | | | | | | - consider absent of debian revision equivalent to 0 (Closes: #573592) This moves the existing testcase for version comparison to "my" directory, adds a few more tests (e.g. the tests used in cupt) and rewrites the testcases runner: The runner does now call dpkg --compare-versions to check what dpkg thinks about the comparison - all done in less code ;)
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-03-121-0/+6
| | | | | | - if available store the Commandline in the history * apt-pkg/contrib/cmndline.cc: - save Commandline in Commandline::AsString for logging
* Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-161-0/+6
| | | | | | | | | | | | | | | | | file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here And a lovely test application of course.
* Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-291-0/+6
| | | | for now as long we don't understand them (Closes: #558103)
* [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-0/+13
Translation files, configurable with Acquire::Languages accessable with APT::Configuration::getLanguages() and as always with documentation in apt.conf. The commit also includes a very very simple testapp.