Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-14 | merge Julians changes from lp:~mvo/apt/debian-sid | David Kalnischkies | |
2009-10-13 | add a note about the possibility to support more URI types by installing | David Kalnischkies | |
some apt-transport-methods packages, e.g. https and debtorrent. | |||
2009-10-12 | methods/https.cc: Add support for authentication using netrc (Closes: #518473), | Julian Andres Klode | |
patch by Jussi Hakala <jussi.hakala@hut.fi>. | |||
2009-10-11 | Merge configuration format simplification from jak branch | Julian Andres Klode | |
2009-10-01 | improve the documentation and errormessages regarding a failing | David Kalnischkies | |
immediate configuration as the old message was quite a bit scare and uninformative. | |||
2009-10-01 | add a log of the changes made to debian/changelog | David Kalnischkies | |
2009-10-01 | backout revno 1875 - as this aggressive immediate propergation is something ↵ | David Kalnischkies | |
we want sometimes | |||
2009-10-01 | add guide.sgml and offline.sgml to the "translatable with po4a"-group | David Kalnischkies | |
Fix also the buildsystem for building the coresponding docs from these two files if they are exist for this language so we don't need to change the makefiles for ja and fr - and can also use the same simple makefiles for it and pl which ship these files as not-yet-with-po4a-translated (and currently no man page translation.) | |||
2009-09-30 | move the it translation of the guide to its own subdirectory | David Kalnischkies | |
for consitents and sake of the universe reasons | |||
2009-09-29 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- fix overly aggressive immediate config propergation (thanks to David Kalnischkies) | |||
2009-09-28 | doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵ | Julian Andres Klode | |
should be sufficient. | |||
2009-09-27 | French translation completed | bubulle@debian.org | |
2009-09-27 | Update PO files | bubulle@debian.org | |
2009-09-27 | Polish translation update | bubulle@debian.org | |
2009-09-26 | Enable Lithuanian translations | bubulle@debian.org | |
2009-09-26 | Enable Asturian translations | bubulle@debian.org | |
2009-09-26 | Fix some typos from #479997 | bubulle@debian.org | |
2009-09-26 | French translation update | bubulle@debian.org | |
2009-09-26 | Fix typo | bubulle@debian.org | |
2009-09-26 | Fix typo | bubulle@debian.org | |
2009-09-26 | doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵ | Julian Andres Klode | |
"/-:._+". | |||
2009-09-26 | doc/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-26 | Disable hebrew on translator's request | bubulle@debian.org | |
2009-09-26 | Update files | bubulle@debian.org | |
2009-09-26 | Update POT file | bubulle@debian.org | |
2009-09-26 | French translation update | bubulle@debian.org | |
2009-09-26 | Update PO files | bubulle@debian.org | |
2009-09-26 | Fix ftp(archive(1) documentation of -o | bubulle@debian.org | |
2009-09-25 | releasing version 0.7.240.7.24 | Michael Vogt | |
2009-09-25 | merged typo fixes from david | Michael Vogt | |
2009-09-25 | fix same typos in debian/changelog and doc/apt.conf.5.xml | David Kalnischkies | |
2009-09-24 | merged from david | Michael Vogt | |
2009-09-24 | add a NEWS entry for the upcoming upload summarizing the bigger and/or | David Kalnischkies | |
user-visible changes. | |||
2009-09-24 | Ignore TriggerPendings between multiple --configure calls | David Kalnischkies | |
2009-09-24 | readd the pl-translation for the offline apt documentation for now as | David Kalnischkies | |
long as these files are not included in the po4a-powered translation work | |||
2009-09-24 | try 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-24 | When 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-24 | add 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-24 | clarify the note for the pkgnames command in the manpage (Closes: #547599) | David Kalnischkies | |
2009-09-24 | document the Acquire::http::Dl-Limit option in the manpage | David Kalnischkies | |
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-23 | merged from david, many thanks | Michael Vogt | |
2009-09-18 | merge with lp:~mvo/apt/debian-sid including the complete(!) fr | David Kalnischkies | |
- fix a little markup typo in doc/po/fr.po (start literal-tag with <) | |||
2009-09-18 | cleanup commit for trigger processing: | David Kalnischkies | |
- remove the DPkg::NoConfTriggers - absolutely useless as we need TriggersPending already so we can use --no-triggers. - remove the Immediate-option from the example, it doesn't help much. - UnpackCritical uses DepUnPackPre with a D (on simple letter...) - the "smart" optimisation to skip A was not so smart - revert. | |||
2009-09-16 | Drop de and pl "translations" of manpages | bubulle@debian.org | |
2009-09-15 | Add even more config options and try to handle configuration problems | David Kalnischkies | |
arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them. | |||
2009-09-14 | French translation *comp-ple-ted*! | bubulle@debian.org | |
Champaign! | |||
2009-09-13 | add and document experimental options to make aggressive | David 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. |