summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2009-10-24Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies
Backported from lp:~mvo/apt/debian-experimental Patch by Eugene V. Lyubimkin
2009-10-21* apt-pkg/packagemanager.cc:Michael Vogt
- add output about pre-depends configuring when debug::pkgPackageManager is used
2009-10-20 * methods/connect.cc:David Kalnischkies
- display also strerror of "wicked" getaddrinfo errors
2009-10-20only warn if (free) space can't be determined as it overflows the structDavid Kalnischkies
as this prevents e.g. download operations on large RAIDs (Closes: #522238)
2009-10-19German translation updatebubulle@debian.org
2009-10-19rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including:David Kalnischkies
* cmdline/apt-get.cc: - source should displays his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424)
2009-10-18correct apt-mark showauto synopsis, thanks Andrew Schulman (Closes: #551440)David Kalnischkies
2009-10-14merge Julians changes from lp:~mvo/apt/debian-sidDavid Kalnischkies
2009-10-13add a note about the possibility to support more URI types by installingDavid Kalnischkies
some apt-transport-methods packages, e.g. https and debtorrent.
2009-10-12methods/https.cc: Add support for authentication using netrc (Closes: #518473),Julian Andres Klode
patch by Jussi Hakala <jussi.hakala@hut.fi>.
2009-10-11Merge configuration format simplification from jak branchJulian Andres Klode
2009-10-01improve the documentation and errormessages regarding a failingDavid Kalnischkies
immediate configuration as the old message was quite a bit scare and uninformative.
2009-10-01add a log of the changes made to debian/changelogDavid Kalnischkies
2009-09-29* apt-pkg/packagemanager.cc:Michael Vogt
- fix overly aggressive immediate config propergation (thanks to David Kalnischkies)
2009-09-28doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵Julian Andres Klode
should be sufficient.
2009-09-27Polish translation updatebubulle@debian.org
2009-09-26Enable Lithuanian translationsbubulle@debian.org
2009-09-26Enable Asturian translationsbubulle@debian.org
2009-09-26Fix some typos from #479997bubulle@debian.org
2009-09-26Fix typobubulle@debian.org
2009-09-26Fix typobubulle@debian.org
2009-09-26doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵Julian Andres Klode
"/-:._+".
2009-09-26doc/apt.conf.5.xml: Start deprecating stuff.Julian Andres Klode
- Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash).
2009-09-26Disable hebrew on translator's requestbubulle@debian.org
2009-09-26Fix ftp(archive(1) documentation of -obubulle@debian.org
2009-09-25releasing version 0.7.240.7.24Michael Vogt
2009-09-25merged typo fixes from davidMichael Vogt
2009-09-25fix same typos in debian/changelog and doc/apt.conf.5.xmlDavid Kalnischkies
2009-09-24merged from davidMichael Vogt
2009-09-24add a NEWS entry for the upcoming upload summarizing the bigger and/orDavid Kalnischkies
user-visible changes.
2009-09-24readd the pl-translation for the offline apt documentation for now asDavid Kalnischkies
long as these files are not included in the po4a-powered translation work
2009-09-24try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies
See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
2009-09-24When selecting a real package instead of a virtual one,David Kalnischkies
ignore versions for the same package that are not candidates. This allows us to survive repositories that contain more than one version of a package. Bugreport #547788 and patch by Marius Vollmer, thanks!
2009-09-24add bugnr to the fix two little typos in the --simulate description. ↵David Kalnischkies
(Closes: #545059) The double spaces are not a bug of APT nor one of po4a. Thanks to Nicolas François for the explaination!
2009-09-24clarify the note for the pkgnames command in the manpage (Closes: #547599)David Kalnischkies
2009-09-24document the Acquire::http::Dl-Limit option in the manpageDavid Kalnischkies
2009-09-24* cmdline/apt-key:Michael Vogt
- Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971)
2009-09-24* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- when tcgetattr() returns non-zero skip all pty magic (thanks to Simon Richter, closes: #509866) * apt-inst/contrib/arfile.cc: - show propper error message for Invalid archive members
2009-09-24* apt-inst/contrib/arfile.cc:Michael Vogt
- show propper error message for Invalid archive members
2009-09-24* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- when tcgetattr() returns non-zero skip all pty magic (thanks to Simon Richter, closes: #509866)
2009-09-18merge with lp:~mvo/apt/debian-sid including the complete(!) frDavid Kalnischkies
- fix a little markup typo in doc/po/fr.po (start literal-tag with <)
2009-09-16Drop de and pl "translations" of manpagesbubulle@debian.org
2009-09-15Add even more config options and try to handle configuration problemsDavid Kalnischkies
arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.
2009-09-13add and document experimental options to make aggressiveDavid Kalnischkies
use of dpkg's trigger and configuration handling (Closes: #473461) Add NoTriggers option to add --no-triggers to all dpkg calls, NoConfiguration to prevent apt from trying to configure packages - dpkg should handle this in the last ConfigurePending call. This options are for now deactivated as they require more testing in real world situations, but the plan is to enable them in the near future if anything works well.
2009-09-09remove the suggestion on gnome-apt as it was removed from debianDavid Kalnischkies
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414526
2009-09-09merge with lp:~mvo/apt/debian-sidDavid Kalnischkies
2009-09-09debian/prerm: remove file as nobody will upgrade from 0.4.10 anymoreDavid Kalnischkies
2009-09-09add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)David Kalnischkies
2009-09-08add text at the top without failing in rred (Closes: #545694)David Kalnischkies
Patch from Bernhard R. Link, thanks!
2009-09-08document the new preferences.d folder in apt_preferences(Closes: #544017)David Kalnischkies