Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-27 | Swedish program translation update | Anders Jonsson | |
Closes: 796059 | |||
2015-08-27 | just-in-time removal of broken essential packages | David Kalnischkies | |
We deal with Conflicts in SmartUnpack in pretty much the same way, but Breaks weren't handled in SmartConfigure so that the remove was sheduled after the configuration of the package breaking the to-be-removed. Closes: 796070 | |||
2015-08-27 | test for #796070: downgrades involving essential packages | Julian Andres Klode | |
Git-Dch: Ignore | |||
2015-08-27 | tests: check apt-get source release name switching with -t | David Kalnischkies | |
Git-Dch: Ignore | |||
2015-08-27 | Fix more instances of missing remapping handling | Julian Andres Klode | |
After fixing Bug#796999, we noticed that there were some more instances of iterators which had no associated Dynamic object, causing them to not be updated when the cache was remapped. This happened in two places: In NewPackage() and in NewProvidesAllArch(). Gbp-Dch: ignore | |||
2015-08-27 | pkgcachegen: Account for remapping when parsing depends from NewPackage | Julian Andres Klode | |
In both the Ver and Dep variables, we need to account for remapping, as otherwise we would still reference the old bug. Reproduction environment: * An i386 system with amd64 foreign architecture * A sources.list with deb http://snapshot.debian.org/archive/debian/20150826T102846Z/ unstable main deb http://snapshot.debian.org/archive/debian/20150826T102846Z/ experimental main Thanks: Jakub Wilk for the bug report and the backtraces Closes: #796999 | |||
2015-08-24 | releasing package apt version 1.1~exp101.1.exp10 | Michael Vogt | |
2015-08-24 | Fix typo | Michael Vogt | |
Thanks: Julian Andres Klode Git-Dch: ignore | |||
2015-08-21 | doc/apt.conf.5.xml: document Acquire::EnableSrvRecods | Michael Vogt | |
Git-Dch: ignore | |||
2015-08-20 | postinst: Correctly pass --home instead of -home, and fixup old user | Julian Andres Klode | |
Thanks: Niels Thykier for reporting this on IRC | |||
2015-08-20 | Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-20 | Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental | Michael Vogt | |
2015-08-20 | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt | |
Also add "Debug::Acquire::SrvRecs" debug option and the option "Acquire::EnableSrvRecods" to allow disabling this lookup. | |||
2015-08-19 | Support tabs in sources.list files | Julian Andres Klode | |
Also support vertical tabs, as isspace() does the same. Closes: #796067 | |||
2015-08-18 | Add support for "apt-cache showsrc --only-source srcpkgname" | Michael Vogt | |
Thanks: Steve Slangasek for the suggestion Closes: 695633 | |||
2015-08-18 | Provide "apt-get full-upgrade" to match "apt full-upgrade" | Michael Vogt | |
2015-08-18 | apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning() | Michael Vogt | |
2015-08-18 | cleanup | Michael Vogt | |
2015-08-18 | Merge remote-tracking branch 'upstream/debian/experimental' into ↵ | Michael Vogt | |
feature/srv-records | |||
2015-08-18 | Merge branch 'debian/experimental' into feature/srv-records | Michael Vogt | |
Conflicts: cmdline/apt-helper.cc cmdline/makefile | |||
2015-08-18 | releasing package apt version 1.1~exp91.1.exp9 | Michael Vogt | |
2015-08-18 | Do not fail if building test/ fails (issues with parallel builds) | Michael Vogt | |
Git-Dch: ignore | |||
2015-08-17 | Fix the test suite harder | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-17 | Fix the test suite again | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-17 | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode | |
This makes tests work again! Gbp-Dch: ignore | |||
2015-08-17 | Really fix all iwyu issues | Michael Vogt | |
Git-Dch: ignore | |||
2015-08-17 | debian/NEWS: Mention new pinning algorithm added in 2.0~exp1 | Julian Andres Klode | |
2015-08-17 | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt | |
Git-Dch: ignore | |||
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt | |
2015-08-17 | Do not crash in 'apt show' for non-installed packages | Julian Andres Klode | |
For a non-installed package, manual_installed was set to the null pointer. This was passed to Tag::Rewrite, which expects an string (empty for null-type values) and the conversion from null pointer to string does not work correctly. | |||
2015-08-16 | Replace "extra" in "the following extra packages [...]" by "additional" | Julian Andres Klode | |
This breaks the translation for no big gain, but we broke enough strings already for that to not really matter anymore. Closes: #82430 | |||
2015-08-16 | Make pkgCache::Priority() static, it does not need the instance | Julian Andres Klode | |
It still compiles after the change, so just merge it. Closes: #448627 | |||
2015-08-16 | install: If package already is the newest version, display version | Julian Andres Klode | |
Also do it unconditionally, as it does not hurt. Closes: #315149 | |||
2015-08-16 | Use terminfo's typical save_cursor/restore_cursor sequences | James McCoy | |
Not all terminals understand DOS' escape sequences for save/restore cursor, so use the more typical sequences from terminfo. Closes: #772521 Signed-off-by: James McCoy <jamessan@debian.org> | |||
2015-08-16 | Show full package records in apt-cache search -f | Kusanagi Kouichi | |
This just changes the DoSearch code to use DisplayRecord to display the record when the full record is requested. Closes: #660851 [jak@debian.org: Wrote the commit message] | |||
2015-08-16 | When looking if Provides match, OR them with the normal patches | Julian Andres Klode | |
Simply overriding the value caused patterns that previously matched a real package name to not match anymore. Closes: #760868 | |||
2015-08-15 | Document the general effect of the comma operator | Julian Andres Klode | |
Closes: #574939 | |||
2015-08-15 | Add GetPriority(VerIterator) to pkgDepCache::Policy | Julian Andres Klode | |
Also unify the case of considerFiles and ConsiderFiles to be ConsiderFiles in all cases. Gbp-Dch: ignore | |||
2015-08-15 | cachefile.cc: Do not ignore return value of pkgDepCache::Init() | Julian Andres Klode | |
Currently, this always returns true, but it might start returning false at some point in the future... Gbp-Dch: ignore | |||
2015-08-15 | update: Check if the cache could be opened, don't just assume it | Julian Andres Klode | |
This seems to cause Bug#756162, as in that case the depcache was NULL. I'm not entirely sure how that happens, but it's better to be check here rather then crash later on. Closes: #756162 | |||
2015-08-14 | doc/files.dbk: Improve documentation for {src,}pkgcache.bin | Julian Andres Klode | |
This should be enough for most persons. Closes: #465551 | |||
2015-08-14 | apt-get: allow non-root --print-uris build-dep | Julian Andres Klode | |
Closes: #283400 | |||
2015-08-14 | add {contrib,non-free}/{metapackages,oldlibs} to section specialhandling | David Kalnischkies | |
Closes: 788320 | |||
2015-08-14 | apt-cache(8): Drop the #versions >= #package names comparison | Julian Andres Klode | |
Closes: #691281 | |||
2015-08-14 | Also add 'in combination with the other options.' to another error | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-14 | Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogs | Julian Andres Klode | |
2015-08-14 | debian/control: Remove XS- from Testsuite and bump Standards-Version | Julian Andres Klode | |
Thanks: Lintian | |||
2015-08-14 | debian/control: Drop the versioned python-apt conflict | Julian Andres Klode | |
Thanks: Lintian | |||
2015-08-14 | debian/control: Replace debian by Debian | Julian Andres Klode | |
Thanks: Lintian | |||
2015-08-14 | changelog: Replace reenable by re-enable everywhere | Julian Andres Klode | |
Thanks: Lintian |