summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-07-252-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 Kalnischkies2011-07-252-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 methodDavid Kalnischkies2011-07-241-3/+8
|
* alternatively check in a versioned depends if the candidate is goodDavid Kalnischkies2011-07-241-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 Kalnischkies2011-07-241-26/+27
|
* move the detection for installed versions up as it is the easiest caseDavid Kalnischkies2011-07-241-25/+20
|
* first round of reorder code without changing resultDavid Kalnischkies2011-07-241-29/+27
|
* buildconflicts effect all architecturesDavid Kalnischkies2011-07-242-12/+15
|
* you want to be nice and quote a filename just to be reminded by gpgDavid Kalnischkies2011-07-231-1/+1
| | | | that it doesn't like that… remove superficial quoting to fix apt-key
* * apt-pkg/policy.cc:David Kalnischkies2011-07-164-6/+86
| | | - emit an error on unknown APT::Default-Release value (Closes: #407511)
* do not require unused partial dirs in 'source' (Closes: #633510)David Kalnischkies2011-07-163-3/+5
|
* * doc/apt-cache.8.xml:John Feuerstein2011-07-169-13/+15
| | | | - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
* * cmdline/apt-key:David Kalnischkies2011-07-163-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 breakMichael Vogt2011-07-152-2/+2
|
* merged from lp:~donkult/apt/sidMichael Vogt2011-07-1515-52/+241
|\
| * * apt-pkg/depcache.cc:David Kalnischkies2011-07-152-2/+4
| | | | | | - change default of APT::AutoRemove::SuggestsImportant to true
| * merge with debian-sid 0.8.15.2David Kalnischkies2011-07-146-11/+78
| |\ | |/ |/|
* | merged from the mvo branch and add proper changelogMichael Vogt2011-07-145-8/+71
|\ \
| * \ merged from debian-sidMichael Vogt2011-07-1412-48/+225
| |\ \ | |/ / |/| |
* | | fix from David Kalnischkies for the InRelease gpg verification Michael Vogt2011-07-133-6/+35
| | | | | | | | | code (LP: #784473)
* | | apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() ↵Michael Vogt2011-07-131-1/+1
| | | | | | | | | | | | description
| * | make ResolveByKeep() more clever and hold back packages that would go into a ↵Michael Vogt2011-07-144-410/+570
| | | | | | | | | | | | broken policy state by the upgrade
| * | apt-pkg/acquire-item.cc: improve error message for valid-untilMichael Vogt2011-07-011-2/+4
| | |
| * | merged from debian-sidMichael Vogt2011-06-2927-2705/+4593
| |\ \
| | | * * apt-pkg/init.cc:David Kalnischkies2011-07-064-39/+59
| | | | | | | | | | | | - use CndSet in pkgInitConfig (Closes: #629617)
| | | * * cmdline/apt-get.cc:David Kalnischkies2011-07-063-4/+87
| | | | | | | | | | | | - restore all important dependencies for garbage packages (LP: #806274)
| | | * * doc/apt.conf.5.xml:David Kalnischkies2011-07-053-2/+13
| | | | | | | | | | | | - document APT::Architectures list (Closes: #612102)
| | | * * doc/sources.list.5.xml:David Kalnischkies2011-07-052-2/+20
| | | | | | | | | | | | - document available [options] for sources.list entries (Closes: 632441)
| | | * remove empty line dpkg-gensymbols complains aboutDavid Kalnischkies2011-06-301-1/+0
| | | |
| | | * * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-06-302-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.1David Kalnischkies2011-06-301-1/+1
| | | |\ | |_|_|/ |/| | |
* | | | releasing version 0.8.15.1Michael Vogt2011-06-301-2/+2
| | | |
* | | | * doc/makefile:Michael Vogt2011-06-309-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 Kalnischkies2011-06-303-9/+49
| | |
| | * - ensure that only the first specific stanza for a package is usedDavid Kalnischkies2011-06-294-17/+30
| | | | | | | | | - save all stanzas which had no effect in Unmatched
| | * Defaults is a vector of Pin not of PkgPinDavid Kalnischkies2011-06-292-2/+3
| | |
| | * * apt-pkg/policy.cc:David Kalnischkies2011-06-293-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 dependentDavid Kalnischkies2011-06-292-1/+9
| | |
| | * comment out gcc-4.5 specific symbols as gcc-4.6 is now defaultDavid Kalnischkies2011-06-292-7/+8
| | |
| | * * debian/apt.symbols:David Kalnischkies2011-06-292-5/+7
| | | | | | | | | - forgot 'mips' in the list for all architecture dependent symbols
| | * clarify update vs. net-update in different distros (Closes: #632043)David Kalnischkies2011-06-293-10/+20
| | |
| | * require to be root for add, rm, update and net-updateDavid Kalnischkies2011-06-292-1/+13
| | |
| | * * cmdline/apt-key:David Kalnischkies2011-06-292-3/+5
| | | | | | | | | - explicitly state that net-update is not supported if no url is set
| | * * doc/makefile:David Kalnischkies2011-06-292-0/+9
| | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799)
| | * merge with debian-sid release 0.8.15David Kalnischkies2011-06-2925-2697/+4625
| | |\ | |_|/ |/| |
* | | releasing version 0.8.15Michael Vogt2011-06-281-2/+2
| | |
* | | various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-2815-2166/+3796
| | |
* | | update symbol file (thanks to david)Michael Vogt2011-06-281-0/+3
| | |
* | | merged from lp:~mvo/apt/mvoMichael Vogt2011-06-286-14/+49
|\| |
| * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-06-272-1/+13
| | | | | | | | | - set permissions of term.log to root.adm and 644 (LP: #404724)