summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-11releasing version 0.7.26~exp12ubuntu4Michael Vogt
2010-08-11releasing version 0.7.26~exp12ubuntu4Michael Vogt
2010-08-11merged from the debian-experimental-ma branchMichael Vogt
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-08-10apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)Julian Andres Klode
2010-08-10apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode
2010-08-07* debian/control:Julian Andres Klode
- Add dependency on gnupg to apt, apt-key uses it.
2010-08-07Fix changelog.Julian Andres Klode
2010-08-06* apt-pkg/depcache.cc:Julian Andres Klode
- Only try upgrade for Breaks if there is a newer version, otherwise handle it as Conflicts (by removing it) (helps for #591881).
2010-08-02* apt-pkg/cdrom.cc:Michael Vogt
- fix off-by-one error in DropBinaryArch
2010-08-02* apt-pkg/cdrom.cc:Michael Vogt
- fix off-by-one error in DropBinaryArch
2010-08-02* debian/apt.postinst:Michael Vogt
- do not fail if ubuntu-keyring is not installed
2010-07-30releasing version 0.7.26~exp12ubuntu1Michael Vogt
2010-07-30merged from experimental-apt-for-ubuntuMichael Vogt
2010-07-30* apt-pkg/pkgcache.cc:Michael Vogt
- re-evaluate the architectures cache when the cache is (re)opened
2010-07-30merged from http://bzr.debian.org/apt/apt/debian-experimental-maMichael Vogt
2010-07-30releasing version 0.7.26~exp12Michael Vogt
2010-07-30 - return success in show if a virtual package was givenMichael Vogt
*
2010-07-30 - return success in show if a virtual package was givenDavid Kalnischkies
*
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperMichael Vogt
* cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up * debian/control: - remove libcurl3-gnutls-dev alternative as the package is gone - increase needed version of libcurl4-gnutls-dev to >= 7.19.0 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
2010-07-30* debian/control:David Kalnischkies
- remove libcurl3-gnutls-dev alternative as the package is gone - increase needed version of libcurl4-gnutls-dev to >= 7.19.0 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies
* cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up
2010-07-30* debian/control:Michael Vogt
- add dependency on zlib-dev for libapt-pkg-dev * apt-pkg/cacheset.cc: - make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up
2010-07-30 * apt-pkg/cacheset.cc:Michael Vogt
- make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up
2010-07-30* debian/control:Michael Vogt
- add dependency on zlib-dev for libapt-pkg-dev
2010-07-29remove debian-archive-keyring dependency and readdMichael Vogt
recommends to the ubuntu-keyring
2010-07-29uploaded to ppaMichael Vogt
2010-07-29changelog updateMichael Vogt
2010-07-29releasing version 0.7.26~exp11Michael Vogt
2010-07-29merged with current debian-experimental-ma branchMichael Vogt
2010-07-29merge from lp:~donkult/apt/sidMichael Vogt
2010-07-29apt-pkg/init.h: update MAPT_PKG_MINOR because 9 was used in experimental for ↵Michael Vogt
some time and there was quite a bit of churn
2010-07-29merged with the debian-experimental-ma branchMichael Vogt
2010-07-29remove the temporary compare files we createDavid Kalnischkies
2010-07-29add inline DumpError() to avoid subtle API breakMichael Vogt
2010-07-29* apt-pkg/contrib/error.{cc,h}Michael Vogt
- docstring cleanup
2010-07-29* apt-pkg/orderlist.cc:Michael Vogt
- try to install another or-group member in DepRemove before breaking the or group (Closes: #590438) - configure also the replacement before remove by adding Immediate flag
2010-07-29configure also the replacement before remove by adding Immediate flagDavid Kalnischkies
2010-07-29merged lp:~donkult/apt/sidMichael Vogt
2010-07-28* apt-pkg/orderlist.cc:David Kalnischkies
- try to install another or-group member in DepRemove before breaking the or group (Closes: #590438)
2010-07-28auto-install Packages and status file of the testcaseDavid Kalnischkies
2010-07-27* apt-pkg/cdrom.cc:Julian Andres Klode
- Use link() instead of rename() for creating the CD database backup; otherwise there would be a short time without any database.
2010-07-27* cmdline/apt-get.cc:Julian Andres Klode
- Support large filesystems by using statvfs64() instead of statvfs() and statfs64() instead of statfs() (Closes: #590513).
2010-07-26 - show in (r)depends the canidate per default instead of newestDavid Kalnischkies
- share the (r)depends code instead of codecopy
2010-07-26 - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies
*
2010-07-26add APT::Cache::ShowOnlyFirstOr option to print only the firstDavid Kalnischkies
alternative in the apt-cache (r)depends commands
2010-07-25Strip the .sh extension from the libapt testrunner andDavid Kalnischkies
make it a bit more robust against calling from outside
2010-07-25 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)David Kalnischkies
* test/integration/*: - add with bug#590041 testcase a small test "framework"
2010-07-25* apt-pkg/pkgcache.cc:David Kalnischkies
- prefer non-virtual packages in FindPreferredPkg
2010-07-23* apt-pkg/contrib/fileutl.cc:Julian Andres Klode
- Add FileFd::OpenDescriptor() (needed for python-apt's #383617).