Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-09-12 | releasing version 0.8.15.70.8.15.7 | Michael Vogt | |
2011-09-12 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2011-09-09 | fix changelog typos and bugfix-link | David Kalnischkies | |
2011-09-09 | M-A:same lockstep unpack should operate on installed | David Kalnischkies | |
packages first (LP: #835625) | |||
2011-09-09 | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | |
2011-09-05 | - add an Acquire::Min-ValidTime option (Closes: #640122) | David Kalnischkies | |
* doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality | |||
2011-09-05 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days | |||
2011-08-24 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- 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 | |||
2011-08-23 | print from their the visit came from | David Kalnischkies | |
2011-08-23 | * cmdline/apt-key: | David Kalnischkies | |
- if command is 'add' do not error out if the specified keyring doesn't exist, it will be created by gpg | |||
2011-08-22 | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | |
invalid in most cases anyway | |||
2011-08-22 | * apt-pkg/acquire.cc: | David Kalnischkies | |
- non-existing directories are by definition clean | |||
2011-08-22 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- if no Release.gpg file is found try to verify with hashes, but do not fail if a hash can't be found | |||
2011-08-18 | * cmdline/apt-get.cc: | David Kalnischkies | |
- remove the binary caches in 'apt-get clean' as it is the first thing recommend by many supporters in case of APT segfaults | |||
2011-08-17 | merged lp:~donkult/apt/sid | Michael Vogt | |
2011-08-17 | set the msglevel to a high dummy value if none is specified | David Kalnischkies | |
2011-08-17 | for consistency allow the usage of 'make test' instead of './run-tests' | David Kalnischkies | |
2011-08-17 | understand DEB_BUILD_OPTIONS nocheck to disable the testexecution | David Kalnischkies | |
2011-08-17 | * debian/apt.symbols: | David Kalnischkies | |
- add the newly added symbols since 0.8.15.3 | |||
2011-08-17 | * test/* | David Kalnischkies | |
- reorganize the various testcases and helper we have and integrate them better into the buildsystem - run the test/libapt testcases at package build-time | |||
2011-08-17 | fix 'comparison between signed and unsigned integer expressions' warning | David Kalnischkies | |
in the udevcdrom testcase | |||
2011-08-17 | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | |
2011-08-17 | build test-binaries by default and add a test target to toplevel | David Kalnischkies | |
2011-08-17 | fix the compareversion test to work then called from outside of libapt | David Kalnischkies | |
2011-08-17 | the experimental branch has a better version of this test in libapt, | David Kalnischkies | |
so remove it now - we will get it back at merge-time with experimental | |||
2011-08-17 | remove fake-status leftover from the python-test | David Kalnischkies | |
2011-08-17 | move the networkless test to the interactive helpers as it needs | David Kalnischkies | |
root rights for operation (ifup/down, iptables) so it is better run under supervision | |||
2011-08-17 | remove the python testcases as this is covered by integration/ | David Kalnischkies | |
2011-08-17 | move the interactive helper to a subdirectory of test | David Kalnischkies | |
2011-08-17 | add 'dirs' target to the 'all' target to ensure that for e.g. the tests | David Kalnischkies | |
all (sub)directories are build which are needed (e.g. obj/ and co) | |||
2011-08-17 | move the list of versions to test with to the libapt subdirectory | David Kalnischkies | |
2011-08-17 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2011-08-17 | remove the interactive scratch test, it doesn't test much and what | David Kalnischkies | |
it tests is covered by your non-interactive testcases, so this one wasn't used for a looooong time | |||
2011-08-17 | replaced by the integration/test-compressed-indexes test | David Kalnischkies | |
2011-08-17 | merge with the final changelog from debian-sid | David Kalnischkies | |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | |
- 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) | |||
2011-08-17 | merge the tests for configuration into another libapt-test | David Kalnischkies | |
2011-08-16 | Fixed a problem where the loop flag would be removed prematurely. | Christopher Baines | |
SmartConfigure xserver-xorg-video-apm (1:1.2.3-0ubuntu1) SmartConfigure xserver-xorg-core (2:1.9.0-0ubuntu7.3) <- Loop flag set on xserver-xorg-core SmartConfigure xserver-xorg (1:7.5+6ubuntu3) SmartConfigure xserver-xorg-core (2:1.9.0-0ubuntu7.3) (Only Correct Dependancies) <- Loop flag removed prematurely SmartConfigure libpciaccess0 (0.12.0-1) SmartConfigure libpixman-1-0 (0.18.4-1) SmartConfigure xserver-xorg-video-all (1:7.5+6ubuntu3) SmartConfigure xserver-xorg-video-apm (1:1.2.3-0ubuntu1) (Only Correct Dependancies) SmartConfigure xserver-xorg-core (2:1.9.0-0ubuntu7.3) <- Incorrectly detects first run as no loop flag Also applied this fix to the SmartUnpack method. | |||
2011-08-15 | Fixed a bug where SmartUnPack would be called with Immediate=true (to ↵ | Christopher Baines | |
resolve dependancies in SmartConfigure) yet Pkg would not be immediately configured. This was because SmartUnPack still required the immediate flag to be set on Pkg. Also inproved the debuging adding indented output for SmartUnPack and SmartConfigure and specifying in the output if SmartConfigure or SmartUnPack was called just to Correct something (PkgLoop = true) or not. | |||
2011-08-15 | support yet another webserver in the integration tests: gatling | David Kalnischkies | |
2011-08-15 | write a proper testcase replacing the print-only uri.cc test | David Kalnischkies | |
2011-08-15 | releasing version 0.8.16~exp5 | Michael Vogt | |
2011-08-15 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-15 | merged from the debian-sid branch | Michael Vogt | |
2011-08-15 | releasing version 0.8.15.60.8.15.6 | Michael Vogt | |
2011-08-15 | merged fixes from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-14 | Applied DonKult (David)'s excellent fix for inproving the loop management. ↵ | Christopher Baines | |
Now both SmartConfigure and SmartUnPack can be called mutiple times on the same package, this is to make sure that when loops are broken all packages that are required are kept in the same dpkg run. | |||
2011-08-13 | Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug. | Christopher Baines | |
2011-08-12 | Added code to allow SmartConfigure to be called mutiple times on the same ↵ | Christopher Baines | |
package to ensure all dependancies are satisfied. |