summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt
/etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch. * apt-pkg/deb/dpkgpm.cc: - add "purge" to list of known actions
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt
/etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch. * apt-pkg/deb/dpkgpm.cc: - add "purge" to list of known actions
2009-12-09* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- add "purge" to list of known actions
2009-12-07merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt
/etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch.
2009-12-07if "/" is found in the machine, do a uri.startswith(host) substring match to ↵Michael Vogt
support multiple user/passwds on the same host
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt
- check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration
2009-12-03Slovak translation updatebubulle@debian.org
2009-12-02merge from the debian-sid branchMichael Vogt
2009-12-02* apt-pkg/packagemanager.cc:Michael Vogt
- add output about pre-depends configuring when debug::pkgPackageManager is used * methods/https.cc: - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: - typo fix (LP: #462328) * cmdline/apt-key: - Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971)
2009-12-01drop quote elementsbubulle@debian.org
2009-12-01Simplified CHinese translation updatebubulle@debian.org
2009-12-01doc/po: Rerun po4a to update the template and translations.Julian Andres Klode
2009-12-01doc/po/de.po: Fix missing > in </option>.Julian Andres Klode
2009-12-01doc/po/de.po: Fix the umlauts.Julian Andres Klode
2009-12-01* debian/apt.conf.autoremove:Julian Andres Klode
- Add kfreebsd-image-* to the list (Closes: #558803)
2009-11-24* ftparchive/apt-ftparchive.cc:Julian Andres Klode
- Call setlocale() so translations are actually used.
2009-11-24fix a typo in debian/NEWS entry for 0.7.24: Allready -> Already (Closes: ↵David Kalnischkies
#557674)
2009-11-17methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt
2009-11-17* methods/https.cc:Michael Vogt
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch
2009-11-12Italian translation updatebubulle@debian.org
2009-11-11Italian translation updatebubulle@debian.org
2009-11-02bump policy to 3.8.3 as we have no outdated manpages anymoreDavid Kalnischkies
2009-11-02don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies
information any longer
2009-11-02remove traces of old manpage-buildsystemsDavid Kalnischkies
2009-11-02fix/simplify buildsystem for the (now) po4a-only manpagesDavid Kalnischkies
2009-11-02and last but not least: convert pt_BR to po4aDavid Kalnischkies
2009-11-02convert pl to use po4a-style manpage translationDavid Kalnischkies
2009-11-02convert es translation to be also a po4a translationDavid Kalnischkies
2009-11-01convert it translation to po4aDavid Kalnischkies
2009-11-01disable addendum for sgml-files as we have no valid file until nowDavid Kalnischkies
Will be reenabled after Translators provide such a file.
2009-10-31German translation updatebubulle@debian.org
2009-10-29remove generated sgml files (if we really had build them)David Kalnischkies
2009-10-29remove unneeded doc/ja/manpage.links (left over from the ja-po4a-patch)David Kalnischkies
2009-10-29merge the german translations from lp:~mvo/apt/debian-sidDavid Kalnischkies
* remerge the de-manpage in as it has some Ümläüte problems * fixing the buildprocess for de by adding some boilerplate addendums * correcting some syntaxbreaking typos and rebuild all manpage langs
2009-10-29* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt
- typo fix (LP: #462328)
2009-10-29correct various errors, typos and oddities in the manpagesDavid Kalnischkies
Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration
2009-10-28fix some man page section numbers form programs referenced in the manpagesDavid Kalnischkies
including dpkg and dselect which are in 1 instead of 8.
2009-10-28remove (outdated) config.{sub,guess} and use the ones providedDavid Kalnischkies
by the new added build-dependency autotools-dev instead
2009-10-28German translation of manpagesbubulle@debian.org
2009-10-28remove unneeded control field duplications as lintian suggests itDavid Kalnischkies
2009-10-28refactor the buildsystem to extract library versions from one file,David Kalnischkies
so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.)
2009-10-24Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)David Kalnischkies
Backported from lp:~mvo/apt/debian-experimental Based on patch by Eugene V. Lyubimkin
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-21German translation completedbubulle@debian.org
2009-10-21more debug output in SmartConfigureMichael Vogt
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-20Fix revno 1831.1.13 as i forget to add the definition to config.h.inDavid Kalnischkies
[cmdline/apt-get.cc] check for availability ofstatfs.f_type Patch from Robert Millan, thanks! (Closes: #509313)
2009-10-19German translation updatebubulle@debian.org