Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | fix "apt-get --purge build-dep" (closes: #720597) | Michael Vogt | |
2013-11-24 | upload 0.9.13 to unstable | Michael Vogt | |
2013-11-23 | Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204 LP: #1206047 | Michael Vogt | |
2013-11-01 | small documentation updates0.9.13_exp1 | Michael Vogt | |
2013-11-01 | releasing package apt version 0.9.13~exp10.9.13.exp1 | Michael Vogt | |
2013-10-31 | prepare new upload | Michael Vogt | |
2013-10-15 | fix changelog | Michael Vogt | |
2013-10-15 | releasing package apt version 0.9.12.10.9.12.1 | Michael Vogt | |
2013-10-09 | fix typo | Michael Vogt | |
2013-10-09 | releasing package apt version 0.9.12 | Michael Vogt | |
2013-10-09 | update changelog | Michael Vogt | |
2013-10-09 | update Uploaders to match recent uploaders better | Michael Vogt | |
2013-10-08 | prepare new release | Michael Vogt | |
2013-10-08 | debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure ↵ | Michael Vogt | |
the apt-auto-removal file is correctly create, thanks to Ben Hutchings | |||
2013-10-07 | fix libapt-inst for >2G debs (closes: #725483) | Michael Vogt | |
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 | |