]> git.saurik.com Git - apt.git/log
apt.git
13 years agomerged from lp:~donkult/apt/sid 0.8.15.3
Michael Vogt [Mon, 25 Jul 2011 13:54:03 +0000 (15:54 +0200)] 
merged from lp:~donkult/apt/sid

13 years agoimplement MultiarchCross for build-dep and source (Closes: #632221)
David Kalnischkies [Mon, 25 Jul 2011 12:40:22 +0000 (14:40 +0200)] 
implement MultiarchCross for build-dep and source (Closes: #632221)

13 years agothe order of languages after "none" is not important, so ignore it in tests
David Kalnischkies [Mon, 25 Jul 2011 11:55:23 +0000 (13:55 +0200)] 
the order of languages after "none" is not important, so ignore it in tests

13 years agoupdate the testcase to reflect that native is always on top if
David Kalnischkies [Mon, 25 Jul 2011 11:40:50 +0000 (13:40 +0200)] 
update the testcase to reflect that native is always on top if
it is not in the config provided list of Architectures

13 years ago* apt-pkg/deb/deblistparser.cc:
David Kalnischkies [Mon, 25 Jul 2011 10:52:50 +0000 (12:52 +0200)] 
* apt-pkg/deb/deblistparser.cc:
  - 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

13 years ago* apt-pkg/aptconfiguration.cc:
David Kalnischkies [Mon, 25 Jul 2011 10:37:06 +0000 (12:37 +0200)] 
* apt-pkg/aptconfiguration.cc:
  - ensure that native architecture is if not specified otherwise the
    first architecture in the Architectures vector

13 years agomove debug message about attempt install/remove to the responsible method
David Kalnischkies [Sun, 24 Jul 2011 17:37:49 +0000 (19:37 +0200)] 
move debug message about attempt install/remove to the responsible method

13 years agoalternatively check in a versioned depends if the candidate is good
David Kalnischkies [Sun, 24 Jul 2011 17:26:38 +0000 (19:26 +0200)] 
alternatively check in a versioned depends if  the candidate is good

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

13 years agoafter this consider providing packages (if it is not a versioned dep)
David Kalnischkies [Sun, 24 Jul 2011 17:15:20 +0000 (19:15 +0200)] 
after this consider providing packages (if it is not a versioned dep)

13 years agomove the detection for installed versions up as it is the easiest case
David Kalnischkies [Sun, 24 Jul 2011 17:06:01 +0000 (19:06 +0200)] 
move the detection for installed versions up as it is the easiest case

13 years agofirst round of reorder code without changing result
David Kalnischkies [Sun, 24 Jul 2011 17:04:18 +0000 (19:04 +0200)] 
first round of reorder code without changing result

13 years agobuildconflicts effect all architectures
David Kalnischkies [Sun, 24 Jul 2011 17:03:15 +0000 (19:03 +0200)] 
buildconflicts effect all architectures

13 years agoyou want to be nice and quote a filename just to be reminded by gpg
David Kalnischkies [Sat, 23 Jul 2011 09:50:49 +0000 (11:50 +0200)] 
you want to be nice and quote a filename just to be reminded by gpg
that it doesn't like that… remove superficial quoting to fix apt-key

13 years agomerged from donkult
Michael Vogt [Fri, 22 Jul 2011 14:01:00 +0000 (16:01 +0200)] 
merged from donkult

13 years agomerged from the mvo branch
Michael Vogt [Fri, 22 Jul 2011 09:13:48 +0000 (11:13 +0200)] 
merged from the mvo branch

13 years ago* cmdline/apt-get.cc:
Michael Vogt [Fri, 22 Jul 2011 09:12:14 +0000 (11:12 +0200)] 
* cmdline/apt-get.cc:
  - fix missing download progress in apt-get download

13 years ago* apt-pkg/pkgcache.cc:
Julian Andres Klode [Wed, 20 Jul 2011 14:38:40 +0000 (16:38 +0200)] 
* apt-pkg/pkgcache.cc:
  - Check that cache is at least CacheFileSize bytes large (LP: #16467)

13 years agoapt-pkg/pkgcachegen.cc: Write the file size to the cache
Julian Andres Klode [Wed, 20 Jul 2011 14:38:24 +0000 (16:38 +0200)] 
apt-pkg/pkgcachegen.cc: Write the file size to the cache

13 years agoapt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size
Julian Andres Klode [Wed, 20 Jul 2011 14:37:56 +0000 (16:37 +0200)] 
apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size

13 years agoDont try to configure packages using SmartConfigure when not performing immediate...
Christopher Baines [Sat, 16 Jul 2011 21:10:52 +0000 (22:10 +0100)] 
Dont try to configure packages using SmartConfigure when not performing immediate configuration.

13 years ago* apt-pkg/policy.cc:
David Kalnischkies [Sat, 16 Jul 2011 14:48:03 +0000 (16:48 +0200)] 
* apt-pkg/policy.cc:
  - emit an error on unknown APT::Default-Release value (Closes: #407511)

13 years agodo not require unused partial dirs in 'source' (Closes: #633510)
David Kalnischkies [Sat, 16 Jul 2011 12:57:37 +0000 (14:57 +0200)] 
do not require unused partial dirs in 'source' (Closes: #633510)

13 years ago* doc/apt-cache.8.xml:
John Feuerstein [Sat, 16 Jul 2011 12:37:52 +0000 (14:37 +0200)] 
* doc/apt-cache.8.xml:
  - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)

13 years ago* cmdline/apt-key:
David Kalnischkies [Sat, 16 Jul 2011 12:21:51 +0000 (14:21 +0200)] 
* cmdline/apt-key:
  - 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

13 years agoapt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI break
Michael Vogt [Fri, 15 Jul 2011 08:39:58 +0000 (10:39 +0200)] 
apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI break

13 years agoreleasing version 0.8.16~exp3
Michael Vogt [Fri, 15 Jul 2011 08:08:44 +0000 (10:08 +0200)] 
releasing version 0.8.16~exp3

13 years agomerged from http://bzr.debian.org/bzr/apt/apt/debian-sid
Michael Vogt [Fri, 15 Jul 2011 07:53:38 +0000 (09:53 +0200)] 
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Fri, 15 Jul 2011 07:45:33 +0000 (09:45 +0200)] 
merged from lp:~donkult/apt/sid

13 years agomerged from donkult
Michael Vogt [Fri, 15 Jul 2011 07:42:37 +0000 (09:42 +0200)] 
merged from donkult

13 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Fri, 15 Jul 2011 07:33:36 +0000 (09:33 +0200)] 
* apt-pkg/depcache.cc:
  - change default of APT::AutoRemove::SuggestsImportant to true

13 years agomerge with debian-sid 0.8.15.2
David Kalnischkies [Thu, 14 Jul 2011 19:28:50 +0000 (21:28 +0200)] 
merge with debian-sid 0.8.15.2

13 years ago* apt-pkg/deb/debmetaindex.cc:
David Kalnischkies [Thu, 14 Jul 2011 19:06:09 +0000 (21:06 +0200)] 
* apt-pkg/deb/debmetaindex.cc:
  - add trusted=yes option to mark unsigned (local) repository as trusted
    based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)

Note that "apt-get update" still warns about unknown signatures even
when [trusted=yes] is given for the source.

13 years agoInproved errors and warnings, will now warn if package configuration fails, but only...
Christopher Baines [Thu, 14 Jul 2011 15:39:06 +0000 (16:39 +0100)] 
Inproved errors and warnings, will now warn if package configuration fails, but only error if the package is not configured at the end.

13 years agoreplace the last standing double's with long long
David Kalnischkies [Thu, 14 Jul 2011 13:54:25 +0000 (15:54 +0200)] 
replace the last standing double's with long long

13 years agoMore changes to make imediate configuration work for all packages,
Christopher Baines [Thu, 14 Jul 2011 12:26:19 +0000 (13:26 +0100)] 
More changes to make imediate configuration work for all packages,
I have stolen the Loop flag from orderlist.cc as it didnt seem to use it anymore.

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Thu, 14 Jul 2011 10:08:16 +0000 (12:08 +0200)] 
* cmdline/apt-get.cc:
  - add an --assume-no option for testing to say 'no' to everything

13 years agomerged from the mvo branch and add proper changelog
Michael Vogt [Thu, 14 Jul 2011 09:30:02 +0000 (11:30 +0200)] 
merged from the mvo branch and add proper changelog

13 years agomerged from debian-sid
Michael Vogt [Thu, 14 Jul 2011 09:20:28 +0000 (11:20 +0200)] 
merged from debian-sid

13 years agomake ResolveByKeep() more clever and hold back packages that would go into a broken...
Michael Vogt [Thu, 14 Jul 2011 09:03:55 +0000 (11:03 +0200)] 
make ResolveByKeep() more clever and hold back packages that would go into a broken policy state by the upgrade

13 years agofix sha512 calculation in Hashes::VerifyFiles()
David Kalnischkies [Wed, 13 Jul 2011 23:44:35 +0000 (01:44 +0200)] 
fix sha512 calculation in Hashes::VerifyFiles()

13 years ago* ftparchive/writer.cc:
David Kalnischkies [Wed, 13 Jul 2011 21:23:04 +0000 (23:23 +0200)] 
* ftparchive/writer.cc:
  - generate all checksums in one run over the file for Release

13 years agoenable Hashes::AddFD() to skip creation of certain hashes
David Kalnischkies [Wed, 13 Jul 2011 21:10:38 +0000 (23:10 +0200)] 
enable Hashes::AddFD() to skip creation of certain hashes

13 years agotest that AddFD for single summations works, too
David Kalnischkies [Wed, 13 Jul 2011 20:29:37 +0000 (22:29 +0200)] 
test that AddFD for single summations works, too

13 years agomove hash test to libapt-testcases and add a few more tests
David Kalnischkies [Wed, 13 Jul 2011 17:34:11 +0000 (19:34 +0200)] 
move hash test to libapt-testcases and add a few more tests

13 years agofix from David Kalnischkies for the InRelease gpg verification 0.8.15.2
Michael Vogt [Wed, 13 Jul 2011 17:02:10 +0000 (19:02 +0200)] 
fix from David Kalnischkies for the InRelease gpg verification
code (LP: #784473)

13 years agomove implementation of checksums around by abstracting even more
David Kalnischkies [Wed, 13 Jul 2011 14:37:15 +0000 (16:37 +0200)] 
move implementation of checksums around by abstracting even more

13 years agoapt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description
Michael Vogt [Wed, 13 Jul 2011 11:47:25 +0000 (13:47 +0200)] 
apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description

13 years agoAdded test for conflicts loop
Christopher Baines [Wed, 13 Jul 2011 09:50:41 +0000 (10:50 +0100)] 
Added test for conflicts loop

13 years agoMore changes to the SmartUnpack method to allow imediate configuration of all packages.
Christopher Baines [Wed, 13 Jul 2011 08:12:19 +0000 (09:12 +0100)] 
More changes to the SmartUnpack method to allow imediate configuration of all packages.

13 years agomerge with debian-experimental
David Kalnischkies [Sun, 10 Jul 2011 10:16:13 +0000 (12:16 +0200)] 
merge with debian-experimental

13 years agoAdded a APT::Immediate-Configure-All option to enable imediate configuration for...
Christopher Baines [Wed, 6 Jul 2011 21:13:59 +0000 (22:13 +0100)] 
Added a APT::Immediate-Configure-All option to enable imediate configuration for all packages.
Began adding to the SmartUnpack method to prevent dependancy loops breaking apt.

13 years ago* apt-pkg/init.cc:
David Kalnischkies [Wed, 6 Jul 2011 11:41:18 +0000 (13:41 +0200)] 
* apt-pkg/init.cc:
  - use CndSet in pkgInitConfig (Closes: #629617)

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Wed, 6 Jul 2011 10:46:29 +0000 (12:46 +0200)] 
* cmdline/apt-get.cc:
  - restore all important dependencies for garbage packages (LP: #806274)

13 years agocherrypick sources.list option documentation from my sid branch
David Kalnischkies [Tue, 5 Jul 2011 17:00:42 +0000 (19:00 +0200)] 
cherrypick sources.list option documentation from my sid branch

13 years agoFlag the package in the SmartUnPack method as UnPacked while solving breakages to...
Christopher Baines [Tue, 5 Jul 2011 15:20:09 +0000 (16:20 +0100)] 
Flag the package in the SmartUnPack method as UnPacked while solving breakages to prevent loops.

13 years ago* apt-pkg/acquire*.{cc,h}:
David Kalnischkies [Tue, 5 Jul 2011 13:58:32 +0000 (15:58 +0200)] 
* apt-pkg/acquire*.{cc,h}:
  - try even harder to support really big files in the fetcher by
    converting (hopefully) everything to 'long long' (Closes: #632271)

13 years ago* doc/apt.conf.5.xml:
David Kalnischkies [Tue, 5 Jul 2011 13:34:43 +0000 (15:34 +0200)] 
* doc/apt.conf.5.xml:
  - document APT::Architectures list (Closes: #612102)

13 years ago* doc/sources.list.5.xml:
David Kalnischkies [Tue, 5 Jul 2011 13:14:25 +0000 (15:14 +0200)] 
* doc/sources.list.5.xml:
  - document available [options] for sources.list entries (Closes: 632441)

13 years agoFix for reinstallation of packages
Christopher Baines [Tue, 5 Jul 2011 13:14:24 +0000 (14:14 +0100)] 
Fix for reinstallation of packages

13 years agomerge lp:~mvo/apt/sha512-template to get fixes for the
Michael Vogt [Tue, 5 Jul 2011 13:02:59 +0000 (14:02 +0100)] 
merge lp:~mvo/apt/sha512-template to get fixes for the
sha1/md5 verifiation (closes: #632520)

13 years agoapt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) and avoid...
Michael Vogt [Tue, 5 Jul 2011 12:44:50 +0000 (14:44 +0200)] 
apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) and avoiding a implicit cast this way

13 years ago[ David Kalnischkies ]
Christopher Baines [Tue, 5 Jul 2011 12:28:22 +0000 (13:28 +0100)] 
[ David Kalnischkies ]
* doc/makefile:
  - 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:
  - remove invalid pkgcache.bin and rebuild it if possible
  - log reinstall commands in history.log
* apt-pkg/init.cc:
  - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
* cmdline/apt-config.cc:
  - show Acquire::Languages and APT::Architectures settings
    in 'dump' (Closes: 626739)
* apt-pkg/orderlist.cc:
  - ensure that an old version of a package with a provides can
    never satisfy a dependency of a newer version of this package
[ Michael Vogt ]
* methods/mirror.cc:
  - ignore lines starting with "#" in the mirror file
  - ignore non http urls in the mirrors
  - append the dist (e.g. sid, wheezy) as a query string when
    asking for a suitable mirror
* apt-pkg/deb/deblistparser.cc:
  - include all known languages when building the apt cache
    (LP: #794907)
* apt-pkg/deb/debindexfile.cc:
  - remove some no longer valid checks for "TranslationsAvailable()"
[ Kenneth Solbø Andersen ]
* apt-pkg/deb/dpkgpm.cc:
  - set permissions of term.log to root.adm and 644 (LP: #404724)

[ Chris Leick ]
* various typo and syntax corrections in doc/*.xml

[Chris Baines]
* Began to fix DepAdd for imediate configuration of all packages

13 years agoCommit some stuff so that I can merge
Christopher Baines [Tue, 5 Jul 2011 12:11:19 +0000 (13:11 +0100)] 
Commit some stuff so that I can merge

13 years agoapt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" avoiding...
Michael Vogt [Tue, 5 Jul 2011 12:06:12 +0000 (14:06 +0200)] 
apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" avoiding a implicit cast to string this way

13 years agoChanged check in the SmartUnpack method, reverted change in the DepAdd method.
Christopher Baines [Tue, 5 Jul 2011 12:04:30 +0000 (13:04 +0100)] 
Changed check in the SmartUnpack method, reverted change in the DepAdd method.

13 years agoRemoved some debug stuff, corrected the VerifyConfigure calls to VerifyAndConfigure
Christopher Baines [Tue, 5 Jul 2011 10:30:35 +0000 (11:30 +0100)] 
Removed some debug stuff, corrected the VerifyConfigure calls to VerifyAndConfigure

13 years agoAdded temp debug statement.
Christopher Baines [Mon, 4 Jul 2011 11:12:13 +0000 (12:12 +0100)] 
Added temp debug statement.

13 years agoAdded debug output to package manager.
Christopher Baines [Sun, 3 Jul 2011 19:45:07 +0000 (20:45 +0100)] 
Added debug output to package manager.

13 years agoThe modification to orderlist.cc is from a patch DonKult (David) gave me, The modific...
Christopher Baines [Sat, 2 Jul 2011 14:33:25 +0000 (15:33 +0100)] 
The modification to orderlist.cc is from a patch DonKult (David) gave me, The modifications to the packagemanager should fix the test-provides-gone-with-upgrade testcase.

13 years agoapt-pkg/acquire-item.cc: improve error message for valid-until
Michael Vogt [Fri, 1 Jul 2011 13:10:28 +0000 (14:10 +0100)] 
apt-pkg/acquire-item.cc: improve error message for valid-until

13 years agoremove empty line dpkg-gensymbols complains about
David Kalnischkies [Thu, 30 Jun 2011 12:24:59 +0000 (14:24 +0200)] 
remove empty line dpkg-gensymbols complains about

13 years ago* apt-pkg/pkgcachegen.cc:
David Kalnischkies [Thu, 30 Jun 2011 12:05:03 +0000 (14:05 +0200)] 
* apt-pkg/pkgcachegen.cc:
  - fallback to memory if file is not writeable even if access()
    told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)

13 years agomerge with debian-sid 0.8.15.1
David Kalnischkies [Thu, 30 Jun 2011 11:59:36 +0000 (13:59 +0200)] 
merge with debian-sid 0.8.15.1

13 years agomerged from debian-sid
Michael Vogt [Thu, 30 Jun 2011 08:21:55 +0000 (09:21 +0100)] 
merged from debian-sid

13 years agoreleasing version 0.8.15.1 0.8.15.1
Michael Vogt [Thu, 30 Jun 2011 08:14:38 +0000 (10:14 +0200)] 
releasing version 0.8.15.1

13 years ago* doc/makefile:
Michael Vogt [Thu, 30 Jun 2011 07:33:19 +0000 (08:33 +0100)] 
* doc/makefile:
  - 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:

13 years agoallow package:architecure in Package:
David Kalnischkies [Wed, 29 Jun 2011 22:03:26 +0000 (00:03 +0200)] 
allow package:architecure in Package:

13 years ago - ensure that only the first specific stanza for a package is used
David Kalnischkies [Wed, 29 Jun 2011 21:26:38 +0000 (23:26 +0200)] 
  - ensure that only the first specific stanza for a package is used
  - save all stanzas which had no effect in Unmatched

13 years agoDefaults is a vector of Pin not of PkgPin
David Kalnischkies [Wed, 29 Jun 2011 21:16:00 +0000 (23:16 +0200)] 
Defaults is a vector of Pin not of PkgPin

13 years ago* apt-pkg/policy.cc:
David Kalnischkies [Wed, 29 Jun 2011 20:38:59 +0000 (22:38 +0200)] 
* 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!

13 years agoMake private sha2 functions static
Matt Emmerton [Wed, 29 Jun 2011 18:22:02 +0000 (20:22 +0200)] 
Make private sha2 functions static
(freebsd which can be considered the "official" upstream has applied it)

13 years agofix compiler warning by reordering init-list
David Kalnischkies [Wed, 29 Jun 2011 17:39:21 +0000 (19:39 +0200)] 
fix compiler warning by reordering init-list
apt-pkg/acquire.h: In constructor ‘pkgAcquire::pkgAcquire()’:
apt-pkg/acquire.h:175:9: warning: ‘pkgAcquire::Running’ will be initialized after [-Wreorder]
apt-pkg/acquire.h:96:8: warning:   ‘int pkgAcquire::LockFD’ [-Wreorder]

13 years ago* apt-pkg/pkgcache.h:
David Kalnischkies [Wed, 29 Jun 2011 17:38:52 +0000 (19:38 +0200)] 
* apt-pkg/pkgcache.h:
  - readd All{Foreign,Allowed} as suggested by Julian to
    remain strictly API compatible

13 years agomerge with debian-experimental 0.8.16~exp2 release
David Kalnischkies [Wed, 29 Jun 2011 17:21:34 +0000 (19:21 +0200)] 
merge with debian-experimental 0.8.16~exp2 release

13 years agothe symbol for PrintStatus() is architecture dependent
David Kalnischkies [Wed, 29 Jun 2011 16:46:20 +0000 (18:46 +0200)] 
the symbol for PrintStatus() is architecture dependent

13 years agocomment out gcc-4.5 specific symbols as gcc-4.6 is now default
David Kalnischkies [Wed, 29 Jun 2011 16:46:01 +0000 (18:46 +0200)] 
comment out gcc-4.5 specific symbols as gcc-4.6 is now default

13 years ago* debian/apt.symbols:
David Kalnischkies [Wed, 29 Jun 2011 16:15:56 +0000 (18:15 +0200)] 
* debian/apt.symbols:
  - forgot 'mips' in the list for all architecture dependent symbols

13 years agoclarify update vs. net-update in different distros (Closes: #632043)
David Kalnischkies [Wed, 29 Jun 2011 16:15:44 +0000 (18:15 +0200)] 
clarify update vs. net-update in different distros (Closes: #632043)

13 years agorequire to be root for add, rm, update and net-update
David Kalnischkies [Wed, 29 Jun 2011 15:24:47 +0000 (17:24 +0200)] 
require to be root for add, rm, update and net-update

13 years ago* cmdline/apt-key:
David Kalnischkies [Wed, 29 Jun 2011 15:15:56 +0000 (17:15 +0200)] 
* cmdline/apt-key:
  - explicitly state that net-update is not supported if no url is set

13 years ago* doc/makefile:
David Kalnischkies [Wed, 29 Jun 2011 14:38:49 +0000 (16:38 +0200)] 
* doc/makefile:
  - create doxygen directory to avoid depending on magic (Closes: #628799)

13 years agomerge with debian-sid release 0.8.15
David Kalnischkies [Wed, 29 Jun 2011 14:29:54 +0000 (16:29 +0200)] 
merge with debian-sid release 0.8.15

13 years agoreleasing version 0.8.16~exp2
Michael Vogt [Wed, 29 Jun 2011 13:20:55 +0000 (15:20 +0200)] 
releasing version 0.8.16~exp2

13 years agodebian/*.symbols: updated for new soname
Michael Vogt [Wed, 29 Jun 2011 13:16:36 +0000 (15:16 +0200)] 
debian/*.symbols: updated for new soname

13 years agoremove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3
Michael Vogt [Wed, 29 Jun 2011 12:00:03 +0000 (13:00 +0100)] 
remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3

13 years agomerge lp:~mvo/apt/abi-break
Michael Vogt [Wed, 29 Jun 2011 11:45:30 +0000 (12:45 +0100)] 
merge lp:~mvo/apt/abi-break

13 years agoreleasing version 0.8.16~exp1
Michael Vogt [Wed, 29 Jun 2011 11:00:06 +0000 (13:00 +0200)] 
releasing version 0.8.16~exp1

13 years agomerged from debian-sid
Michael Vogt [Wed, 29 Jun 2011 10:15:35 +0000 (11:15 +0100)] 
merged from debian-sid

13 years agomerged with the unstable upload
Michael Vogt [Tue, 28 Jun 2011 16:55:26 +0000 (17:55 +0100)] 
merged with the unstable upload

13 years agomerged from debian-sid
Michael Vogt [Tue, 28 Jun 2011 16:53:16 +0000 (17:53 +0100)] 
merged from debian-sid