Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-26 | - change the internal handling of Extensions in pkgAcqIndex | David Kalnischkies | |
- add a special uncompressed compression type to prefer those files * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero | |||
2011-01-25 | enable the split out of LongDescriptions per default in the testcases | David Kalnischkies | |
2011-01-24 | do not add Index file by hand now that ftparchive does it by itself | David Kalnischkies | |
2011-01-21 | avoid building simple packages with debhelper to speed it up a bit | David Kalnischkies | |
2011-01-20 | ensure that tempfiles used for comparision are removed | David Kalnischkies | |
2011-01-20 | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies | |
* apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles | |||
2011-01-16 | implement i quiet run-tests mode which prints only one line per testcase | David Kalnischkies | |
2011-01-15 | * methods/rred.cc: | David Kalnischkies | |
- operate optional on gzip compressed pdiffs * apt-pkg/acquire-item.cc: - don't uncompress downloaded pdiff files before feeding it to rred | |||
2011-01-14 | Add a testcase to verify that packages which are held back by dpkg are | David Kalnischkies | |
not causing installation/removal of other packages (#64141) | |||
2011-01-13 | ignore non-regular files in GetListOfFilesInDir (Closes: #594694) | David Kalnischkies | |
2011-01-13 | * apt-pkg/cacheiterator.h: | David Kalnischkies | |
- do not segfault if cache is not build (Closes: #254770) | |||
2011-01-13 | * apt-inst/contrib/extracttar.cc: | David Kalnischkies | |
- let apt-utils work with encoded tar headers if uid/gid are large. Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162) | |||
2011-01-12 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- add a RealFileExists method and check that your configuration files are real files to avoid endless loops if not (Closes: #604401) | |||
2010-12-05 | experimental is an incomplete archive, so try to get the packages which | David Kalnischkies | |
could not be installed from experimental from unstable instead | |||
2010-12-03 | really do not show packages in the extra section if they were | David Kalnischkies | |
requested on the commandline, e.g. with a modifier | |||
2010-12-03 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier | |||
2010-12-03 | keep not installed garbage packages uninstalled instead of showing | David Kalnischkies | |
in the autoremove section and installing those (Closes: #604222) | |||
2010-11-30 | do not touch Packages and Sources in the framework if the files do | David Kalnischkies | |
not exist to not generate sources.list entries later for them | |||
2010-11-30 | Add support for providing and autocopying Sources files along the way | Andres Mejia | |
of status and Packages files with a testcase | |||
2010-11-30 | add framework code to run the installed aptitude with the current | David Kalnischkies | |
build library in the test environment | |||
2010-11-30 | add usage info for create-test-data script | David Kalnischkies | |
2010-11-30 | show dependencies of essential packages which are going to remove | David Kalnischkies | |
only if they cause the remove of this essential (Closes: #601961) | |||
2010-11-30 | $! doesn't worked on the first try somehow, now it does and its | David Kalnischkies | |
(a lot) cleaner than using this ps "magic" as this fails now and then… | |||
2010-11-30 | ensure that the build methods are used and not these on the system | David Kalnischkies | |
2010-11-30 | add a very simple testcase to ensure that the action modifiers are only | David Kalnischkies | |
interpreted if a package with this name doesn't exist: e.g. g++ | |||
2010-11-30 | if the codename is "experimental" add NotAutomatic:yes by default | David Kalnischkies | |
2010-11-30 | add a way to add packages to generate a dists style environment without | David Kalnischkies | |
actually building all these packages | |||
2010-11-29 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- mark all installed packages first without auto installation in a dist-upgrade to prefer upgrading packages instead of installing new packages in versioned or-groups (Closes: #605394) | |||
2010-11-15 | * test/integration/test-compressed-indexes, test/test-indexes.sh: | Martin Pitt | |
- Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes. | |||
2010-11-10 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- don't install previously not installed providers in a try to statisfy a "Breaks: provides" dependency by upgrade | |||
2010-11-09 | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies | |
2010-11-06 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase | |||
2010-11-06 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- respect the none-force even in LANG=C (Closes: #602573) | |||
2010-10-26 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- fallback always to a suitable description (Closes: #601016) | |||
2010-10-22 | dpkg doesn't like underscores in versions anymore (=it fails) so our | David Kalnischkies | |
behaviour can be undefined… (or at least can't be tested against dpkg) | |||
2010-10-21 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852) | |||
2010-10-15 | add test case for having no indexes, and fix regression in that case | Martin Pitt | |
2010-10-13 | test/integration/framework: set proper dir::state::status | Michael Vogt | |
2010-10-13 | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | |
funtions (bash complains) | |||
2010-10-13 | * debian/apt.cron.daily: | Michael Vogt | |
- source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions * fix test failure on amd64 | |||
2010-10-13 | merge fix for testrun on amd64 | Michael Vogt | |
2010-10-02 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- do not remove packages which the user requested for installation explicitly while satisfying other install requests (Closes: #598669) | |||
2010-09-29 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) | |||
2010-09-29 | fix the testcases which were broken by the new space between number and unit | David Kalnischkies | |
2010-09-15 | merged lp:~donkult/apt/sid | Michael Vogt | |
2010-09-15 | merged lp:~mvo/apt/conflicts-on-virtuals to better deal with | Michael Vogt | |
conflicts/breaks against virtual packages (LP: #614993) | |||
2010-09-14 | * apt-pkg/policy.cc: | David Kalnischkies | |
- support 100-pinning in Release file with ButAutomaticUpgrades as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades | |||
2010-09-09 | add a simple testcase for the previously fixed bug 595691 to check | David Kalnischkies | |
in future that APT plays considerable well with empty archives | |||
2010-09-04 | * cmdline/apt-key: | David Kalnischkies | |
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files | |||
2010-09-03 | add regression test for ubuntu bug 614993 | Michael Vogt | |