Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-07-25 | 2 | -4/+11 |
| | | | | | - Strip only :any and :native if MultiArch should be stripped as it is save to ignore them in non-MultiArch contexts but if the dependency is a specific architecture (and not the native) do not strip | ||||
* | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2011-07-25 | 2 | -2/+5 |
| | | | | - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector | ||||
* | move debug message about attempt install/remove to the responsible method | David Kalnischkies | 2011-07-24 | 1 | -3/+8 |
| | |||||
* | alternatively check in a versioned depends if the candidate is good | David Kalnischkies | 2011-07-24 | 1 | -27/+21 |
| | | | | | | | | | The old code used to do move on to versions behind the candidate in cases the candidate wasn't a match, but as the Install request later always installs the candidate (witch wasn't switched) this could have never worked - and shouldn't in most cases anyway as: a) it could only work for <, <=, != depends which are unusal b) doesn't respect pinning, so it could install -1 versions | ||||
* | after this consider providing packages (if it is not a versioned dep) | David Kalnischkies | 2011-07-24 | 1 | -26/+27 |
| | |||||
* | move the detection for installed versions up as it is the easiest case | David Kalnischkies | 2011-07-24 | 1 | -25/+20 |
| | |||||
* | first round of reorder code without changing result | David Kalnischkies | 2011-07-24 | 1 | -29/+27 |
| | |||||
* | buildconflicts effect all architectures | David Kalnischkies | 2011-07-24 | 2 | -12/+15 |
| | |||||
* | you want to be nice and quote a filename just to be reminded by gpg | David Kalnischkies | 2011-07-23 | 1 | -1/+1 |
| | | | | that it doesn't like that… remove superficial quoting to fix apt-key | ||||
* | * apt-pkg/policy.cc: | David Kalnischkies | 2011-07-16 | 4 | -6/+86 |
| | | | - emit an error on unknown APT::Default-Release value (Closes: #407511) | ||||
* | do not require unused partial dirs in 'source' (Closes: #633510) | David Kalnischkies | 2011-07-16 | 3 | -3/+5 |
| | |||||
* | * doc/apt-cache.8.xml: | John Feuerstein | 2011-07-16 | 9 | -13/+15 |
| | | | | - apply madison typofix from John Feuerstein, thanks! (Closes: #633455) | ||||
* | * cmdline/apt-key: | David Kalnischkies | 2011-07-16 | 3 | -2/+14 |
| | | | | | - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file | ||||
* | apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI break | Michael Vogt | 2011-07-15 | 2 | -2/+2 |
| | |||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-07-15 | 15 | -52/+241 |
|\ | |||||
| * | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-07-15 | 2 | -2/+4 |
| | | | | | | - change default of APT::AutoRemove::SuggestsImportant to true | ||||
| * | merge with debian-sid 0.8.15.2 | David Kalnischkies | 2011-07-14 | 6 | -11/+78 |
| |\ | |/ |/| | |||||
* | | merged from the mvo branch and add proper changelog | Michael Vogt | 2011-07-14 | 5 | -8/+71 |
|\ \ | |||||
| * \ | merged from debian-sid | Michael Vogt | 2011-07-14 | 12 | -48/+225 |
| |\ \ | |/ / |/| | | |||||
* | | | fix from David Kalnischkies for the InRelease gpg verification | Michael Vogt | 2011-07-13 | 3 | -6/+35 |
| | | | | | | | | | code (LP: #784473) | ||||
* | | | apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() ↵ | Michael Vogt | 2011-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | description | ||||
| * | | make ResolveByKeep() more clever and hold back packages that would go into a ↵ | Michael Vogt | 2011-07-14 | 4 | -410/+570 |
| | | | | | | | | | | | | broken policy state by the upgrade | ||||
| * | | apt-pkg/acquire-item.cc: improve error message for valid-until | Michael Vogt | 2011-07-01 | 1 | -2/+4 |
| | | | |||||
| * | | merged from debian-sid | Michael Vogt | 2011-06-29 | 27 | -2705/+4593 |
| |\ \ | |||||
| | | * | * apt-pkg/init.cc: | David Kalnischkies | 2011-07-06 | 4 | -39/+59 |
| | | | | | | | | | | | | - use CndSet in pkgInitConfig (Closes: #629617) | ||||
| | | * | * cmdline/apt-get.cc: | David Kalnischkies | 2011-07-06 | 3 | -4/+87 |
| | | | | | | | | | | | | - restore all important dependencies for garbage packages (LP: #806274) | ||||
| | | * | * doc/apt.conf.5.xml: | David Kalnischkies | 2011-07-05 | 3 | -2/+13 |
| | | | | | | | | | | | | - document APT::Architectures list (Closes: #612102) | ||||
| | | * | * doc/sources.list.5.xml: | David Kalnischkies | 2011-07-05 | 2 | -2/+20 |
| | | | | | | | | | | | | - document available [options] for sources.list entries (Closes: 632441) | ||||
| | | * | remove empty line dpkg-gensymbols complains about | David Kalnischkies | 2011-06-30 | 1 | -1/+0 |
| | | | | |||||
| | | * | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2011-06-30 | 2 | -3/+28 |
| | | | | | | | | | | | | | | | | - fallback to memory if file is not writeable even if access() told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591) | ||||
| | | * | merge with debian-sid 0.8.15.1 | David Kalnischkies | 2011-06-30 | 1 | -1/+1 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | releasing version 0.8.15.1 | Michael Vogt | 2011-06-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | * doc/makefile: | Michael Vogt | 2011-06-30 | 9 | -41/+189 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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: | ||||
| | * | allow package:architecure in Package: | David Kalnischkies | 2011-06-30 | 3 | -9/+49 |
| | | | |||||
| | * | - ensure that only the first specific stanza for a package is used | David Kalnischkies | 2011-06-29 | 4 | -17/+30 |
| | | | | | | | | | - save all stanzas which had no effect in Unmatched | ||||
| | * | Defaults is a vector of Pin not of PkgPin | David Kalnischkies | 2011-06-29 | 2 | -2/+3 |
| | | | |||||
| | * | * apt-pkg/policy.cc: | David Kalnischkies | 2011-06-29 | 3 | -1/+51 |
| | | | | | | | | | | | | - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! | ||||
| | * | the symbol for PrintStatus() is architecture dependent | David Kalnischkies | 2011-06-29 | 2 | -1/+9 |
| | | | |||||
| | * | comment out gcc-4.5 specific symbols as gcc-4.6 is now default | David Kalnischkies | 2011-06-29 | 2 | -7/+8 |
| | | | |||||
| | * | * debian/apt.symbols: | David Kalnischkies | 2011-06-29 | 2 | -5/+7 |
| | | | | | | | | | - forgot 'mips' in the list for all architecture dependent symbols | ||||
| | * | clarify update vs. net-update in different distros (Closes: #632043) | David Kalnischkies | 2011-06-29 | 3 | -10/+20 |
| | | | |||||
| | * | require to be root for add, rm, update and net-update | David Kalnischkies | 2011-06-29 | 2 | -1/+13 |
| | | | |||||
| | * | * cmdline/apt-key: | David Kalnischkies | 2011-06-29 | 2 | -3/+5 |
| | | | | | | | | | - explicitly state that net-update is not supported if no url is set | ||||
| | * | * doc/makefile: | David Kalnischkies | 2011-06-29 | 2 | -0/+9 |
| | | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799) | ||||
| | * | merge with debian-sid release 0.8.15 | David Kalnischkies | 2011-06-29 | 25 | -2697/+4625 |
| | |\ | |_|/ |/| | | |||||
* | | | releasing version 0.8.15 | Michael Vogt | 2011-06-28 | 1 | -2/+2 |
| | | | |||||
* | | | various typo and syntax corrections in doc/*.xml | Michael Vogt | 2011-06-28 | 15 | -2166/+3796 |
| | | | |||||
* | | | update symbol file (thanks to david) | Michael Vogt | 2011-06-28 | 1 | -0/+3 |
| | | | |||||
* | | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-06-28 | 6 | -14/+49 |
|\| | | |||||
| * | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2011-06-27 | 2 | -1/+13 |
| | | | | | | | | | - set permissions of term.log to root.adm and 644 (LP: #404724) |