Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | releasing version 0.7.26~exp12ubuntu4 | Michael Vogt | |
2010-08-11 | releasing version 0.7.26~exp12ubuntu4 | Michael Vogt | |
2010-08-11 | merged from the debian-experimental-ma branch | Michael Vogt | |
2010-08-10 | apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic. | Julian Andres Klode | |
2010-08-10 | apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211) | Julian Andres Klode | |
2010-08-10 | apt-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-07 | Fix 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-30 | releasing version 0.7.26~exp12ubuntu1 | Michael Vogt | |
2010-07-30 | merged from experimental-apt-for-ubuntu | Michael Vogt | |
2010-07-30 | * apt-pkg/pkgcache.cc: | Michael Vogt | |
- re-evaluate the architectures cache when the cache is (re)opened | |||
2010-07-30 | merged from http://bzr.debian.org/apt/apt/debian-experimental-ma | Michael Vogt | |
2010-07-30 | releasing version 0.7.26~exp12 | Michael Vogt | |
2010-07-30 | - return success in show if a virtual package was given | Michael Vogt | |
* | |||
2010-07-30 | - return success in show if a virtual package was given | David Kalnischkies | |
* | |||
2010-07-30 | - [ABI BREAK] add an ErrorType option to CacheSetHelper | Michael 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 CacheSetHelper | David 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-29 | remove debian-archive-keyring dependency and readd | Michael Vogt | |
recommends to the ubuntu-keyring | |||
2010-07-29 | uploaded to ppa | Michael Vogt | |
2010-07-29 | changelog update | Michael Vogt | |
2010-07-29 | releasing version 0.7.26~exp11 | Michael Vogt | |
2010-07-29 | merged with current debian-experimental-ma branch | Michael Vogt | |
2010-07-29 | merge from lp:~donkult/apt/sid | Michael Vogt | |
2010-07-29 | apt-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-29 | merged with the debian-experimental-ma branch | Michael Vogt | |
2010-07-29 | remove the temporary compare files we create | David Kalnischkies | |
2010-07-29 | add inline DumpError() to avoid subtle API break | Michael 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-29 | configure also the replacement before remove by adding Immediate flag | David Kalnischkies | |
2010-07-29 | merged lp:~donkult/apt/sid | Michael 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-28 | auto-install Packages and status file of the testcase | David 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 newest | David Kalnischkies | |
- share the (r)depends code instead of codecopy | |||
2010-07-26 | - add a 'newest' pseudo target release as in pkg/newest | David Kalnischkies | |
* | |||
2010-07-26 | add APT::Cache::ShowOnlyFirstOr option to print only the first | David Kalnischkies | |
alternative in the apt-cache (r)depends commands | |||
2010-07-25 | Strip the .sh extension from the libapt testrunner and | David 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). |