Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-05 | Make the test more verbose and check for the negative case of a kernel that | Steve Langasek | |
should not be marked not-for-autoremoval | |||
2012-11-05 | typo fix | Steve Langasek | |
2012-11-05 | Merge test case from mvo | Steve Langasek | |
2012-11-05 | also check that the running kernel is kept | Michael Vogt | |
2012-11-05 | add testcase for the autoremove feature | Michael Vogt | |
2012-11-05 | get dpkg from apt-config as well and add robustness against missing/failing ↵ | Michael Vogt | |
apt-config (for paranoia) | |||
2012-11-05 | use apt-config to get the /etc/apt/apt.conf.d dir | Michael Vogt | |
2012-11-03 | Make sure we always have at least two kernels marked not for removal | Steve Langasek | |
2012-11-02 | Fix up wrong changelog entry | Steve Langasek | |
2012-11-03 | * debian/apt.conf.autoremove: don't include linux-image*, | Steve Langasek | |
linux-restricted-modules*, and linux-ubuntu-modules* packages in the list to never be autoremoved. * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new script to /etc/kernel/postinst.d/ which ensures we only automatically keep the currently-running kernel, the being-installed kernel, and the newest kernel, so we don't fill /boot up with an unlimited number of kernels. LP: #923876. | |||
2012-11-01 | merged from the debian-sid branch | Michael Vogt | |
2012-11-01 | merged frm donkult | Michael Vogt | |
2012-10-28 | Thai (Theppitak Karoonboonyanan). Closes: #691613 | bubulle@debian.org | |
2012-10-24 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not do lock-step configuration for a M-A:same package if it isn't unpacked yet in SmartConfigure and do not unpack a M-A:same package again in SmartUnPack if we have already configured it (LP: #1062503) | |||
2012-10-20 | adds a comment for Translators to the 'do as I say' prompt to | David Kalnischkies | |
prevent problems like #691024 in new translations | |||
2012-10-20 | Drop a confusing non-breaking space. Closes: #691024 | bubulle@debian.org | |
2012-10-19 | Catalan (Jordi Mallach) | Jordi Mallach | |
2012-10-16 | releasing version 0.9.7.60.9.7.6 | Michael Vogt | |
2012-10-16 | releasing version 0.9.7.5ubuntu5 | Colin Watson | |
2012-10-16 | Revert "missing remap registration" change from 0.9.7.5ubuntu4; this | Colin Watson | |
iterator was already registered, and double registration causes a crash (LP: #1067056). | |||
2012-10-15 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | |
- Fix crash if the cache is remapped while writing a Provides version (LP: #1066445). | |||
2012-10-15 | merge from lp:~donkult/apt/sid | Michael Vogt | |
2012-10-15 | releasing version 0.9.7.5ubuntu4 | Colin Watson | |
2012-10-14 | Cherry-pick from http://bzr.debian.org/bzr/apt/apt/debian-sid: | Colin Watson | |
* apt-pkg/pkgcachegen.cc: - add a missing remap registration causing a segfault in case we use the not remapped iterators after a move of the mmap again | |||
2012-10-14 | * apt-pkg/pkgcachegen.cc: | Colin Watson | |
- Fix crash if the cache is remapped while writing a Provides version (LP: #1066445). | |||
2012-10-13 | remove 256 char line limit by using getline() (POSIX.1-2008) | David Kalnischkies | |
2012-10-13 | * apt-pkg/contrib/netrc.cc: | David Kalnischkies | |
- remove the 64 char limit for login/password in internal usage | |||
2012-10-13 | Add a Closes tag for the self-conflict fix: | David Kalnischkies | |
ignore negative dependencies applying in the same group for M-A:same packages on the real package name as self-conflicts (Closes: #688863) | |||
2012-10-13 | * apt-pkg/policy.cc: | David Kalnischkies | |
- match pins with(out) an architecture as we do on the commandline (partly fixing #687255, b= support has to wait for jessie) | |||
2012-10-13 | * apt-pkg/edsp.cc: | David Kalnischkies | |
- include reinstall requests and already installed (= protected) packages in the install-request for external resolvers (Closes: #689331) | |||
2012-10-13 | write the native architecture as unique string into the cache header | David Kalnischkies | |
as it is used for arch:all packages as a map to arch:native. Otherwise arch comparisons later will see differences (Closes: #689323) | |||
2012-10-13 | correct "3 missing" to "2 missing" remap registrations as the Version | David Kalnischkies | |
handled in NewVersion is already registered | |||
2012-10-12 | merged lp:~mvo/apt/mvo | Michael Vogt | |
2012-10-12 | releasing version 0.9.7.5ubuntu3 | Martin Pitt | |
2012-10-12 | Refresh translations from Launchpad. Amongst other fixes, this drops the | Martin Pitt | |
erroneous "个" from "Retrieving file ..." translation in zn_CN. (LP: #985634) | |||
2012-10-02 | Ukrainian program translation update (A. Bondarenko) | A. Bondarenko | |
2012-09-28 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2012-09-26 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- print versioned dependency relations in (r)depends if the option APT::Cache::ShowVersion is true (default: false) as discussed in #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder for initial patch and Steve McIntyre for nagging and testing! | |||
2012-09-19 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore negative dependencies applying in the same group for M-A:same packages on the real package name as self-conflicts | |||
2012-09-19 | add 3 missing remap registrations causing a segfault in case | David Kalnischkies | |
we use the not remapped iterators after a move of the mmap again | |||
2012-09-19 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- ensure that dependencies for packages:none are always generated | |||
2012-09-11 | releasing version 0.9.7.50.9.7.5 | Michael Vogt | |
2012-09-11 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2012-09-09 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- do not create 'native' (or now 'none') package structures as a side effect of description translation parsing as it pollutes the cache | |||
2012-09-09 | handle packages without a mandatory architecture (debian-policy §5.3) | David Kalnischkies | |
by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346) | |||
2012-09-08 | Portuguese (Américo Monteiro) (Closes: #686975) | bubulle@debian.org | |
2012-09-04 | releasing version 0.9.7.5ubuntu2 | Michael Vogt | |
2012-09-04 | apt-pkg/aptconfiguration.h: fix compiler error | Michael Vogt | |
2012-09-04 | merged sftp://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | |
2012-09-04 | merged lp:~donkult/apt/sid | Michael Vogt | |