summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17* methods/https.cc:Michael Vogt2-1/+7
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch
2009-11-12Italian translation updatebubulle@debian.org1-21/+11
2009-11-11Italian translation updatebubulle@debian.org2-26/+40
2009-11-02bump policy to 3.8.3 as we have no outdated manpages anymoreDavid Kalnischkies2-2/+2
2009-11-02don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies3-54/+0
information any longer
2009-11-02remove traces of old manpage-buildsystemsDavid Kalnischkies8-115/+37
2009-11-02fix/simplify buildsystem for the (now) po4a-only manpagesDavid Kalnischkies6-73/+13
2009-11-02and last but not least: convert pt_BR to po4aDavid Kalnischkies4-746/+8496
2009-11-02convert pl to use po4a-style manpage translationDavid Kalnischkies2-252/+8094
2009-11-02convert es translation to be also a po4a translationDavid Kalnischkies12-2891/+10110
2009-11-01convert it translation to po4aDavid Kalnischkies2-585/+8339
2009-11-01disable addendum for sgml-files as we have no valid file until nowDavid Kalnischkies5-25/+5
Will be reenabled after Translators provide such a file.
2009-10-31German translation updatebubulle@debian.org1-38/+7
2009-10-29remove generated sgml files (if we really had build them)David Kalnischkies1-0/+8
2009-10-29remove unneeded doc/ja/manpage.links (left over from the ja-po4a-patch)David Kalnischkies1-0/+0
2009-10-29merge the german translations from lp:~mvo/apt/debian-sidDavid Kalnischkies10-385/+11263
* 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 Vogt3-4/+8
- typo fix (LP: #462328)
2009-10-29correct various errors, typos and oddities in the manpagesDavid Kalnischkies8-27/+33
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 Kalnischkies1-4/+4
including dpkg and dselect which are in 1 instead of 8.
2009-10-28remove (outdated) config.{sub,guess} and use the ones providedDavid Kalnischkies5-3185/+8
by the new added build-dependency autotools-dev instead
2009-10-28German translation of manpagesbubulle@debian.org2-0/+9218
2009-10-28remove unneeded control field duplications as lintian suggests itDavid Kalnischkies1-4/+0
2009-10-28refactor the buildsystem to extract library versions from one file,David Kalnischkies5-11/+27
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 Kalnischkies7-23/+23
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 Kalnischkies2-6/+10
Backported from lp:~mvo/apt/debian-experimental Patch by Eugene V. Lyubimkin
2009-10-21German translation completedbubulle@debian.org1-24/+13
2009-10-21more debug output in SmartConfigureMichael Vogt1-0/+6
2009-10-21* apt-pkg/packagemanager.cc:Michael Vogt2-0/+10
- add output about pre-depends configuring when debug::pkgPackageManager is used
2009-10-20 * methods/connect.cc:David Kalnischkies2-2/+4
- display also strerror of "wicked" getaddrinfo errors
2009-10-20only warn if (free) space can't be determined as it overflows the structDavid Kalnischkies3-105/+115
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 Kalnischkies1-0/+1
[cmdline/apt-get.cc] check for availability ofstatfs.f_type Patch from Robert Millan, thanks! (Closes: #509313)
2009-10-19German translation updatebubulle@debian.org2-237/+261
2009-10-19add more description to the manpage for the Immediate-Configuration andDavid Kalnischkies5-563/+586
change another message to be also translatable.
2009-10-19rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including:David Kalnischkies3-191/+200
* 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 Kalnischkies5-10/+12
2009-10-16add ftp support, basic debuggingMichael Vogt4-35/+40
2009-10-16add maybe_add_auth for ftp as wellMichael Vogt3-3/+5
2009-10-16port netrc support from maemonMichael Vogt8-75/+303
2009-10-16add a message which will be displayed if xsltproc does respect the -oDavid Kalnischkies1-0/+1
flag again and a manual mv to the correct name is no longer needed. (used in the buildprocess of po4a manpages)
2009-10-14update po(t)s of all languages and fix a simple docbook-warning inDavid Kalnischkies3-635/+726
the fr.po by adding a contrib tag to apt.team in apt.ent
2009-10-14fix compiler warning: suggest parentheses around && within || in cachedbDavid Kalnischkies1-5/+5
2009-10-14merge Julians changes from lp:~mvo/apt/debian-sidDavid Kalnischkies3-4/+21
2009-10-13add a note about the possibility to support more URI types by installingDavid Kalnischkies2-0/+14
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 Klode2-0/+4
patch by Jussi Hakala <jussi.hakala@hut.fi>.
2009-10-11Merge configuration format simplification from jak branchJulian Andres Klode2-4/+17
2009-10-01improve the documentation and errormessages regarding a failingDavid Kalnischkies7-545/+642
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 Kalnischkies1-4/+5
2009-10-01backout revno 1875 - as this aggressive immediate propergation is something ↵David Kalnischkies1-4/+0
we want sometimes
2009-10-01add guide.sgml and offline.sgml to the "translatable with po4a"-groupDavid Kalnischkies8-333/+3377
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-30move the it translation of the guide to its own subdirectoryDavid Kalnischkies3-1/+12
for consitents and sake of the universe reasons