Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-08-14 | apt: Add autoremove and auto-remove commands | Julian Andres Klode | |
2015-08-14 | Make apt compile with clang++ again | Michael Vogt | |
This allows us to run the clang static analyzer and to run the testsuite with the clang MemorySanitizer. | |||
2015-08-14 | Make auto-remove and auto-clean aliases for the versions without - | Julian Andres Klode | |
Some people type them instead of autoremove and autoclean, so make them happy. Closes: #274159 Makes-Happy: Ansgar | |||
2015-08-14 | apt_preferences(5): Mention overlapping of pin matches | Julian Andres Klode | |
2015-08-14 | apt_preferences(5): Correct default pin assignment documentation | Julian Andres Klode | |
This was broken, as higher pins were also assigned to versions that are installed. Closes: #623706 | |||
2015-08-14 | apt-cache(8): Mention that --names-only search provides | Julian Andres Klode | |
Closes: #618017 | |||
2015-08-14 | apt-cache: Show an error if stats gets any arguments | Julian Andres Klode | |
Closes: #153161 | |||
2015-08-14 | Say "in combination with the other options" if an option is not understood | Julian Andres Klode | |
Closes: #762758 | |||
2015-08-14 | Mention that source order only matter per version | Julian Andres Klode | |
Closes: #617445 | |||
2015-08-14 | Replace UINT_MAX with std::numeric_limits<unsigned int>::max() | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-14 | Add integration test for Pin-Priority range checks | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-14 | Replace --force-yes by various options starting with --allow | Julian Andres Klode | |
This enables more fine grained control over such exceptions. | |||
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into ↵ | Julian Andres Klode | |
debian/experimental | |||
2015-08-14 | po/fr.po: Remove the unbreakable space before ! in the confirm string | Julian Andres Klode | |
This was probably really annoying for French people wanting to remove essential packages, sorry about that. Closes: #727680 | |||
2015-08-13 | Accept --upgradeable as synonym for --upgradable | Julian Andres Klode | |
It's a tiny diff, so why not? But no need to document it. Closes: #787846 | |||
2015-08-13 | Use setresuid() and setresgid() where available | Julian Andres Klode | |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode | |
More standardization | |||
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode | |
Switch to std::unique_ptr, as this is safer than SPtr. | |||
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode | |
This is nicer | |||
2015-08-13 | Remove an invalid fi from a testcase | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2015-08-13 | Fix integration tests for the removal of the Package pin output | Julian Andres Klode | |
This should make them work again. | |||
2015-08-12 | Drop the Section field from pkgCache::Package again | Julian Andres Klode | |
This somehow got back, we don't really know why. Emulate the Section() method in the PkgIterator by looking at the section of the head of the VersionList. | |||
2015-08-12 | apt_preferences(5): Re-document how priorities are calculated | Julian Andres Klode | |
The old text did not match either the old or the new implementation, so let's rewrite it to explain the new implementation. Closes: #554773 |