Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-07 | merged from debian-sid | Michael Vogt | |
2010-12-07 | cmdline/apt-cache.cc: Create an error for apt-cache depends | Julian Andres Klode | |
if packages could not found (LP: #647045) | |||
2010-11-22 | * cmdline/apt-key: | Michael Vogt | |
- set timeout of wget for net-update to 90 seconds (thanks to \sh) | |||
2010-11-18 | merged from the mvo branch | Michael Vogt | |
2010-11-18 | merged from apt-get-download | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: download it all in one go | Michael Vogt | |
2010-11-18 | * cmdline/apt-get.cc: | Michael Vogt | |
- if the changelog downlaod failed, do not show the generic error but point to launchpad instead | |||
2010-11-18 | merged from the mvo branch | Michael Vogt | |
2010-11-18 | merged from apt-get-changelog | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: remove srcpkg | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: use source version instead of binary version | Michael Vogt | |
2010-11-18 | merged from the mvo branch | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: add download/changelog to usage | Michael Vogt | |
2010-11-18 | drop apt-changelog, apt-get changelog provides this | Michael Vogt | |
2010-11-18 | * merged lp:~mvo/apt/mvo, this brings two new commands: | Michael Vogt | |
- apt-get download binary-pkgname to download a deb - apt-get changelog binary-pkgname to display the changelog | |||
2010-11-18 | merged from the apt-get-changelog branch | Michael Vogt | |
2010-11-18 | refactor/simplify changelog fetching code | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: simplify changelog uri generation | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: fix typo | Michael Vogt | |
2010-11-18 | merged lp:~mvo/apt/apt-get-changelog | Michael Vogt | |
2010-11-18 | move DoDownload up to workaround merge conflict with the changelog branch | Michael Vogt | |
2010-11-18 | merged lp:~mvo/apt/apt-get-download | Michael Vogt | |
2010-11-18 | merged from debian-sid | Michael Vogt | |
2010-11-16 | cmdline/apt-get.cc: improve changelog description | Michael Vogt | |
2010-11-16 | add support for third party changelogs | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: and add size as well | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: add hash to the downloader | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: add download commandlien option | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: create the mkdtemp dir in /tmp | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: move Setup a level higher | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc make only the server configurable, but not the format ↵ | Michael Vogt | |
string (attack vector?) | |||
2010-11-15 | support Apt::Changelog::Server, code cleanup | Michael Vogt | |
2010-11-15 | use mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return ↵ | Michael Vogt | |
true in DoChangelog handler | |||
2010-11-15 | initial apt-get changelog implementation, not quite ready yet (need to get ↵ | Michael Vogt | |
rid of tmpnam | |||
2010-11-15 | * cmdline/apt-changelog: Read server name from configuration | Martin Pitt | |
APT::Changelog::Server instead of hardcoding it. This allows local users to point to a local changelog mirror, or make this script work for Debian. * Add debian/apt.conf.changelog: Configuration for apt-changelog with the server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules. * doc/apt-changelog.1.xml: Document the new option. | |||
2010-11-12 | cmdline/apt-changelog: Filter out multiple results for a source package, | Martin Pitt | |
just take the latest one. | |||
2010-11-11 | * cmdline/acqprogress.cc: | David Kalnischkies | |
- don't ask the user for media change if quiet >= 2, stdout is not a tty and assume-yes, force-yes or trivial-only option is set to avoid cpu eating endless loops in unattended runs like apt.cron (Closes: #602354, LP: #665580) | |||
2010-11-09 | * Add cmdline/apt-changelog: Script to fetch package changelog from | Martin Pitt | |
changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules. * Add doc/apt-changelog.1.xml, and install it in debian/rules. | |||
2010-10-14 | merged from the debian-sid branch | Michael Vogt | |
2010-10-01 | cherry pick -r2025 from lp:~donkult/apt/sid | Michael Vogt | |
2010-09-28 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | |
- add a space between number and unit as required by SI (Closes: #598352) | |||
2010-09-24 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- use the TranslatedDescription for searching and not the first available one as it is maybe not an expected language (Closes: #597925) | |||
2010-09-07 | merged from the debian-sid branch | Michael Vogt | |
2010-09-04 | * cmdline/apt-key: | David Kalnischkies | |
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files | |||
2010-08-30 | * merged fixes from the debian-sid bzr branch: | Michael Vogt | |
* Simplified Chinese (Aron Xu). Closes: #594458 * Bulgarian (Damyan Ivanov). Closes: #594627 * Portuguese (Miguel Figueiredo). Closes: #594668 * Korean (Changwoo Ryu). Closes: #594809 * Portuguese (Américo Monteiro) * cmdline/apt-cache.cc: - remove useless GetInitialize method * cmdline/apt-get.cc: - remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display - remove death code by removing unused GetInitialize * apt-pkg/depcache.cc: - now that apt-get purge works on 'rc' packages let the MarkDelete pass this purge forward to the non-pseudo package for pseudos * apt-pkg/contrib/fileutl.cc: - apply SilentlyIgnore also on files without an extension * apt-pkg/contrib/configuration.cc: - fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689) * apt-pkg/versionmatch.cc: - let the pin origin actually work as advertised in the manpage which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435) | |||
2010-08-28 | remove useless GetInitialize method | David Kalnischkies | |
2010-08-28 | remove death code by removing unused GetInitialize | David Kalnischkies | |
2010-08-26 | * cmdline/apt-get.cc: | David Kalnischkies | |
- remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display | |||
2010-08-26 | * merged fixes from the debian-sid bzr branch: | Michael Vogt | |
* Thai (Theppitak Karoonboonyanan). Closes: #592695 * Russian (Yuri Kozlov). Closes: #594232 * Slovak (Ivan Masár). Closes: #594255 * Swedish (Daniel Nylander). Closes: #594241 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265 * Italian (Milo Casagrande). Closes: #594238 * Asturian (maacub). Closes: #594303 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki Closes: #594211 * show in madison command again also source packages (LP: #614589) | |||
2010-08-25 | show in madison command again also source packages (LP: #614589) | David Kalnischkies | |