Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-23 | Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: ↵ | Christian PERRIER | |
#724073 | |||
2013-09-20 | releasing package apt version 0.9.11.4 | Michael Vogt | |
2013-09-10 | Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵0.9.11.3 | Michael Vogt | |
#722324) | |||
2013-09-10 | prepare upload | Michael Vogt | |
2013-09-01 | Remove invalid "-f" option for apt-get check | Michael Vogt | |
Thanks to Philipp Weis (closes: #721477) | |||
2013-08-31 | prepare upload of 0.9.120.9.11.2 | Michael Vogt | |
2013-08-27 | Update Italian translation. Closes: #721030 | Christian PERRIER | |
2013-08-26 | update changelog | Michael Vogt | |
2013-08-26 | dselect/install: | Michael Vogt | |
* dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532) | |||
2013-08-26 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
Conflicts: debian/changelog | |||
2013-08-25 | Changelog entry for Vietnamese translation | Christian PERRIER | |
2013-08-24 | update changelog for update0.9.11.1 | Michael Vogt | |
2013-08-22 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
2013-08-22 | add versions to manpages-it Replaces+Breaks | David Kalnischkies | |
In the meantime the package was updated to remove the old APT manpages from this package, so we can now add a Breaks and version it, too. The intial Replaces was added in: b57220d815aedbc023847d0885e08c6ed50e629a | |||
2013-08-22 | add a breaks libapt-inst for FileFd changes in 0.9.9 | David Kalnischkies | |
Partial upgrades… The fix for 704608 assumes that bf35c19b817cc1474b3deabce0b0953c248bad42 was applied to libapt-inst which isn't the case for partial upgrades of course, so break it to ensure that it is the case. Closes: 720449 | |||
2013-08-21 | prepare unstable upload0.9.11 | Michael Vogt | |
2013-08-19 | fix incorrect bugnumber for the Pre-Install-Pkgs hook (Closes: #671726) | Michael Vogt | |
2013-08-19 | add lintian override for no-shlibs-control-file and only install ↵ | Michael Vogt | |
libapt-private.so.* instead libapt-private.so | |||
2013-08-19 | prepare for release | Michael Vogt | |
2013-08-17 | update changelog | Michael Vogt | |
2013-08-17 | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid | Michael Vogt | |
Conflicts: cmdline/apt-get.cc | |||
2013-08-17 | Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sid | Christian PERRIER | |
2013-08-17 | French translation update. | Christian PERRIER | |
2013-08-15 | * lp:~mvo/apt/add-glob-function: | Michael Vogt | |
- add Glob() to fileutl.{cc,h} Conflicts: apt-pkg/contrib/fileutl.h debian/changelog | |||
2013-08-15 | * lp:~mvo/apt/config-clear: | Michael Vogt | |
- support Configuration.Clear() for a clear of the entire configuration Conflicts: debian/changelog | |||
2013-08-15 | merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade ↵ | Michael Vogt | |
is used with additional arguments (closes: #705510) | |||
2013-08-15 | merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵ | Michael Vogt | |
(closes: #705445) Conflicts: debian/changelog | |||
2013-08-12 | really build apt.install | Michael Vogt | |
2013-08-12 | install libapt-private* into the apt binary | Michael Vogt | |
2013-08-12 | update changelog for upload0.9.10 | Michael Vogt | |
2013-08-12 | do not call 'apt-key update' in apt.postinst | David Kalnischkies | |
The debian-archive-keyring package ships trusted.gpg.d fragment files for a while now and dropped their call to 'apt-key update', so there is no need for use to call it as the keys will always be available. This also finally allows a user to remove key(ring)s without APT to overriding this decision by readding them with this step. The functionality is kept around in the odd case that an old debian-archive-keyring package is used which still calls 'apt-key update' and depends on the import (hence, we also do not enforce a newer version of the debian-archive-keyring via our dependencies) | |||
2013-08-12 | use a tmpfile for trustdb.gpg in apt-key | David Kalnischkies | |
for some "interesting" reason gpg decides that it needs to update its trustdb.gpg file in a --list-keys command even if right before gpg is asked to --check-trustdb. That wouldn't be as bad if it wouldn't modify the keyring being listed at that moment as well, which generates not only warnings which are not a problem for us, but as the keyring modified can be in /usr it modified files which aren't allowed to be modified. The suggested solution in the bugreport is running --check-trustdb unconditionally in an 'apt-key update' call, but this command will not be used in the future and this could still potentially bite us in net-update or adv calls. All of this just to keep a file around, which we do not need… The commit therefore switches to the use of a temporary created trusted.gpg file for everyone and asks gpg to not try to update the trustdb after its intial creation, which seems to avoid the problem altogether. It is using your also faked secring btw as calling the check-trustdb without a keyring is a lot slower … Closes: #687611 Thanks: Andreas Beckmann for the initial patch! | |||
2013-08-10 | Japanese translation update. Closes: #719279 | Christian PERRIER | |
2013-08-03 | Vietnamese translation update. Closes: #718615 | Christian PERRIER | |
2013-07-27 | update the symbol files to reflect current state | David Kalnischkies | |
2013-07-26 | exclude config.{sub,guess} from source package | David Kalnischkies | |
Lintian complains about these links in the source package as they leave the source directory and as they are autogenerated there isn't that much sense in shipping them, we can just recreate them before calling configure. | |||
2013-07-26 | implement debian/rules build-{arch,indep} as required by policy 3.9.4 | David Kalnischkies | |
2013-07-26 | correct management-typo in description found by lintian | David Kalnischkies | |
2013-07-26 | make autoconf happy by "mv configure.{in,ac}" | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-07-26 | update changelog for upload0.9.9.4 | Michael Vogt | |
2013-07-25 | skip all Description fields in apt-cache, not just first (Closes: 717254)0.9.9.3 | Michael Vogt | |
* skip all Description fields in apt-cache, not just first (Closes: 717254) * fix 'apt-cache search' crash with missing description (Closes: 647590) | |||
2013-07-23 | debian/apt.postinst: | Michael Vogt | |
* debian/apt.postinst: - run /etc/kernel/postinst.d/apt-auto-removal once on upgrade to ensure that the correct auto-removal list is generated (closes: #717615) | |||
2013-07-23 | debian/apt.auto-removal.sh: | Michael Vogt | |
* debian/apt.auto-removal.sh: - do not include debug symbol packages for the kernel in the blacklist (closes: #717616) | |||
2013-07-17 | fix if-clause to generate hook-info for 'rc' packages (Closes: 717006)0.9.9.2 | Michael Vogt | |
2013-07-16 | Vietnamese updated by Tran Ngoc Quan. Closes: #717016 | Christian PERRIER | |
2013-07-11 | update changelog0.9.9.1 | Michael Vogt | |
2013-07-11 | debian/apt.auto-removal.sh: merge the remaining bits | Michael Vogt | |
2013-07-11 | * Fix up two things in debian/apt.auto-removal.sh: | Adam Conrad | |
- Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. Conflicts: configure.in debian/changelog doc/apt-verbatim.ent | |||
2013-07-11 | get dpkg from apt-config as well and add robustness against missing/failing ↵ | Michael Vogt | |
apt-config (for paranoia) Conflicts: debian/apt.auto-removal.sh | |||
2013-07-11 | Make sure we always have at least two kernels marked not for removal | Steve Langasek | |