Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-14 | merge with debian-sid 0.8.15.2 | David Kalnischkies | |
2011-07-14 | merged from debian-sid | Michael Vogt | |
2011-07-14 | make ResolveByKeep() more clever and hold back packages that would go into a ↵ | Michael Vogt | |
broken policy state by the upgrade | |||
2011-07-06 | * cmdline/apt-get.cc: | David Kalnischkies | |
- restore all important dependencies for garbage packages (LP: #806274) | |||
2011-06-30 | * doc/makefile: | Michael Vogt | |
- create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package: | |||
2011-06-30 | allow package:architecure in Package: | David Kalnischkies | |
2011-06-29 | - ensure that only the first specific stanza for a package is used | David Kalnischkies | |
- save all stanzas which had no effect in Unmatched | |||
2011-06-29 | * apt-pkg/policy.cc: | David Kalnischkies | |
- do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! | |||
2011-06-06 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- Verify that the first line of an InRelease file is a PGP header for a signed message. Otherwise a man-in-the-middle can prefix a valid InRelease file with his own data! (CVE-2011-1829) | |||
2011-06-06 | add a very dumb pause method to stop test-execution | David Kalnischkies | |
2011-05-23 | log reinstall commands in history.log | David Kalnischkies | |
2011-05-16 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- ensure for Multi-Arch:same packages that they are unpacked in lock step even in immediate configuration (Closes: #618288) | |||
2011-05-13 | rewrite new and previously satisfied important dependency detection in | David Kalnischkies | |
MarkInstall to be a bit more easy to read and possibily a bit faster - and add a small testcase for these situations to ensure the same behaviour | |||
2011-05-11 | if critical or-group can't be satisfied, exit directly. | David Kalnischkies | |
2011-05-10 | dequote URL taken from Location in redirects as we will otherwise | David Kalnischkies | |
quote an already quoted string in the request later (Closes: #602412) | |||
2011-04-27 | support lighttpd as test webserver but still prefer weborf | David Kalnischkies | |
2011-04-21 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- reimplement apt-mark in c++ | |||
2011-04-21 | remove not existing packages left over from the testcase | David Kalnischkies | |
2011-04-16 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- really include 'rc' packages in the delete count by fixing a typo which exists since 1999 in the source… (LP: #761175) | |||
2011-04-15 | add sbin directories to PATH to avoid dpkg warnings | David Kalnischkies | |
2011-04-15 | be able to set priorities for created test packages | David Kalnischkies | |
2011-03-26 | do not change protected packages in autoinstall (Closes: #618848) | David Kalnischkies | |
2011-03-26 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958) | |||
2011-03-25 | * apt-pkg/cacheiterator.h: | David Kalnischkies | |
- return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead | |||
2011-03-23 | add a method to insert packages into dpkg's status file | David Kalnischkies | |
2011-03-20 | reorganize the marker methods a bit by moving the common part to a | David Kalnischkies | |
seperate IsModeChangeOk which checks sanity and dpkg holds | |||
2011-03-16 | enable buildsimplenativepackage to build packages for multiple | David Kalnischkies | |
architectures in a row as it is needed for Multi-Arch:same that the shared files are the same | |||
2011-03-08 | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies | |
Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache | |||
2011-02-22 | test the xz compressor, too | David Kalnischkies | |
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | |
- support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files * ftparchive/writer.cc: - include xz-compressed Packages and Sources files in Release file | |||
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | |
- support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files | |||
2011-02-15 | * cmdline/apt-get.cc: | David Kalnischkies | |
- don't remove new dependencies of garbage packages (Closes: #613420) | |||
2011-02-15 | test/integration/: remove a bunch of "local" statements from the ↵ | Michael Vogt | |
shellscript, keep tests running even on failure but log failures | |||
2011-02-14 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2011-02-11 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- mark a package which was requested to be installed on commandline always as manual regardless if it is already marked or not as the marker could be lost later by the removal of rdepends (Closes: #612557) | |||
2011-02-10 | use apt-mark instead of hand-mangling with the extended_states file | David Kalnischkies | |
2011-02-10 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-02-10 | * merged lp:~evfool/apt/fix641673: | Michael Vogt | |
* merged lp:~evfool/apt/fix418552: - Grammar fix for bug LP: #418552, thanks to Robert Roth | |||
2011-02-10 | * merged lp:~evfool/apt/fix641673 | Michael Vogt | |
- String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth | |||
2011-02-07 | * apt-pkg/contrib/error.cc: | David Kalnischkies | |
- remove 400 char size limit of error messages (LP: #365611) | |||
2011-02-07 | rename changelog and autoremove testfile to indicate better what is tested | David Kalnischkies | |
2011-02-07 | implement --print-uris for download command | David Kalnischkies | |
2011-02-07 | implement download-only for changelog command which downloads the | David Kalnischkies | |
changelog to the file $PKGNAME.changelog in the current directory | |||
2011-02-07 | implement --print-uris support for changelog command | David Kalnischkies | |
2011-02-07 | test changelogs locally instead of depending on an online service | David Kalnischkies | |
2011-02-07 | always do removes first and set not installed remove packages | David Kalnischkies | |
on hold to prevent temporary installation later (Closes: #549968) | |||
2011-02-07 | allow conflicts in the same group again (Closes: #612099) | David Kalnischkies | |
2011-02-03 | test various situation with and without autobit setting | David Kalnischkies | |
2011-02-03 | check that the right amount of packages is installed if multiple passed in | David Kalnischkies | |
2011-02-03 | remove duplicated config-option setting and rename testdpkgnotinstalled | David Kalnischkies | |