summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2010-12-07cmdline/apt-cache.cc: Create an error for apt-cache dependsJulian Andres Klode
if packages could not found (LP: #647045)
2010-12-03really do not show packages in the extra section if they wereDavid Kalnischkies
requested on the commandline, e.g. with a modifier
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies
- add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier
2010-12-03keep not installed garbage packages uninstalled instead of showingDavid Kalnischkies
in the autoremove section and installing those (Closes: #604222)
2010-11-30show dependencies of essential packages which are going to removeDavid Kalnischkies
only if they cause the remove of this essential (Closes: #601961)
2010-11-30cleanup the debian/rules file a bitDavid Kalnischkies
2010-11-30* debian/control:David Kalnischkies
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
2010-11-30* cmdline/apt-get.cc:David Kalnischkies
- if --print-uris is used don't setup downloader as we don't need progress, lock nor the directories it would create otherwise
2010-11-30merged from lp:~donkult/apt/sid0.8.10Michael Vogt
2010-11-29fix changelog as the czech translation was by accident added to 0.8.9David Kalnischkies
2010-11-29* apt-pkg/algorithms.cc:David Kalnischkies
- mark all installed packages first without auto installation in a dist-upgrade to prefer upgrading packages instead of installing new packages in versioned or-groups (Closes: #605394)
2010-11-27* German update by Holger Wansing. Closes: #603619bubulle@debian.org
* Czech by Miroslav Kure. Closes: #605107
2010-11-25merged from lp:~pitti/apt/compressed-indexesMichael Vogt
2010-11-25merged lp:~pitti/apt/compressed-indexesMichael Vogt
2010-11-25releasing version 0.8.9ubuntu4Martin Pitt
2010-11-25Revert r1819 and r1820 to disable compressed indexes by default again.Martin Pitt
Testing has brought up a few places where this seriously degrades performance, mostly in applications which iterate through all available package records, like update-apt-xapian-index or synaptic. See https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
2010-11-22* cmdline/apt-key:Michael Vogt
- set timeout of wget for net-update to 90 seconds (thanks to \sh)
2010-11-22* methods/http.cc:Michael Vogt
- do not hang if Acquire::http::ProxyAutoDetect can not be executed or returns no data (LP: #654393)
2010-11-22* methods/http.cc:Michael Vogt
- do not hang if Acquire::http::ProxyAutoDetect can not be executed or returns no data (LP: #654393)
2010-11-18releasing version 0.8.9ubuntu2Michael Vogt
2010-11-18releasing version 0.8.9ubuntu1Michael 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-18remove apt-changelog from the buildMichael 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-18debian/changelog: post-merge incrementMichael Vogt
2010-11-18releasing version 0.8.90.8.9Michael Vogt
2010-11-18merged from debian-sidMichael Vogt
2010-11-18* cmdline/acqprogress.cc:Michael Vogt
- 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-15! German update by Holger Wansing. Closes: #603619bubulle@debian.org
2010-11-15releasing version 0.8.8ubuntu3Martin Pitt
2010-11-15apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order defaultMartin Pitt
to preferring "gz", so that compressed indexes will actually work.
2010-11-15apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, toMartin Pitt
store compressed indexes. This feature is now mature enough for general consumption. Update doc/apt.conf.5.xml accordingly.
2010-11-15* test/integration/test-compressed-indexes, test/test-indexes.sh:Martin Pitt
- Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes.
2010-11-15* test/integration/test-compressed-indexes, test/test-indexes.sh:Martin Pitt
- Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes.
2010-11-15* cmdline/apt-changelog: Read server name from configurationMartin 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-13Slovenian update by Andrej Žnidaršič and Rosetta Slovenian teambubulle@debian.org
2010-11-12cmdline/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-10* apt-pkg/depcache.cc:David Kalnischkies
- don't install previously not installed providers in a try to statisfy a "Breaks: provides" dependency by upgrade
2010-11-10* apt-pkg/algorithms.cc:David Kalnischkies
- if the package was explicitly marked as ToRemove don't consider it as a candidate for FixByInstall
2010-11-09evaluate Acquire::Languages= before LANG= (Closes: #602573)David Kalnischkies
2010-11-09releasing version 0.8.8ubuntu2Martin Pitt
2010-11-09* Add cmdline/apt-changelog: Script to fetch package changelog fromMartin 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-11-06* apt-pkg/orderlist.cc:David Kalnischkies
- try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase
2010-11-06* apt-pkg/aptconfiguration.cc:David Kalnischkies
- respect the none-force even in LANG=C (Closes: #602573)
2010-10-30Drop useless untranslatable sections from apt.8bubulle@debian.org
2010-10-30Fix "typos" in French manpages translations. Thanks tobubulle@debian.org
Cyril Brulebois for bashing me.
2010-10-29merged from debianMichael Vogt
2010-10-28* apt-pkg/deb/dpkgpm.cc:0.8.8Michael Vogt
- ensure that history.log gets closed to avoid leaking a FD (closes: #601649)
2010-10-28merged from donkultMichael Vogt