summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge the german translations from lp:~mvo/apt/debian-sidDavid Kalnischkies2009-10-2910-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
| * German translation of manpagesbubulle@debian.org2009-10-282-0/+9218
| |
| * German translation completedbubulle@debian.org2009-10-211-24/+13
| |
| * German translation updatebubulle@debian.org2009-10-192-237/+261
| |
* | correct various errors, typos and oddities in the manpagesDavid Kalnischkies2009-10-298-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
* | fix some man page section numbers form programs referenced in the manpagesDavid Kalnischkies2009-10-281-4/+4
| | | | | | | | including dpkg and dselect which are in 1 instead of 8.
* | remove (outdated) config.{sub,guess} and use the ones providedDavid Kalnischkies2009-10-285-3185/+8
| | | | | | | | by the new added build-dependency autotools-dev instead
* | remove unneeded control field duplications as lintian suggests itDavid Kalnischkies2009-10-281-4/+0
| |
* | refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-285-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.)
* | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)David Kalnischkies2009-10-247-23/+23
| | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Based on patch by Eugene V. Lyubimkin
* | Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies2009-10-242-6/+10
| | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Patch by Eugene V. Lyubimkin
* | * methods/connect.cc:David Kalnischkies2009-10-202-2/+4
| | | | | | | | - display also strerror of "wicked" getaddrinfo errors
* | only warn if (free) space can't be determined as it overflows the structDavid Kalnischkies2009-10-203-105/+115
| | | | | | | | as this prevents e.g. download operations on large RAIDs (Closes: #522238)
* | Fix revno 1831.1.13 as i forget to add the definition to config.h.inDavid Kalnischkies2009-10-201-0/+1
| | | | | | | | | | [cmdline/apt-get.cc] check for availability ofstatfs.f_type Patch from Robert Millan, thanks! (Closes: #509313)
* | add more description to the manpage for the Immediate-Configuration andDavid Kalnischkies2009-10-195-563/+586
| | | | | | | | change another message to be also translatable.
* | rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including:David Kalnischkies2009-10-193-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)
* | correct apt-mark showauto synopsis, thanks Andrew Schulman (Closes: #551440)David Kalnischkies2009-10-185-10/+12
| |
* | add a message which will be displayed if xsltproc does respect the -oDavid Kalnischkies2009-10-161-0/+1
| | | | | | | | | | flag again and a manual mv to the correct name is no longer needed. (used in the buildprocess of po4a manpages)
* | update po(t)s of all languages and fix a simple docbook-warning inDavid Kalnischkies2009-10-143-635/+726
| | | | | | | | the fr.po by adding a contrib tag to apt.team in apt.ent
* | fix compiler warning: suggest parentheses around && within || in cachedbDavid Kalnischkies2009-10-141-5/+5
| |
* | merge Julians changes from lp:~mvo/apt/debian-sidDavid Kalnischkies2009-10-143-4/+21
|\|
| * methods/https.cc: Add support for authentication using netrc (Closes: #518473),Julian Andres Klode2009-10-122-0/+4
| | | | | | patch by Jussi Hakala <jussi.hakala@hut.fi>.
| * Merge configuration format simplification from jak branchJulian Andres Klode2009-10-112-4/+17
| |\
| | * doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵Julian Andres Klode2009-09-282-1/+4
| | | | | | | | | | | | | | | should be sufficient.
| | * doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵Julian Andres Klode2009-09-262-3/+5
| | | | | | | | | | | | "/-:._+".
| | * doc/apt.conf.5.xml: Start deprecating stuff.Julian Andres Klode2009-09-262-3/+12
| | | | | | | | | | | | - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash).
* | | add a note about the possibility to support more URI types by installingDavid Kalnischkies2009-10-132-0/+14
| | | | | | | | | | | | some apt-transport-methods packages, e.g. https and debtorrent.
* | | improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-017-545/+642
| | | | | | | | | | | | | | | immediate configuration as the old message was quite a bit scare and uninformative.
* | | add a log of the changes made to debian/changelogDavid Kalnischkies2009-10-011-4/+5
| | |
* | | backout revno 1875 - as this aggressive immediate propergation is something ↵David Kalnischkies2009-10-011-4/+0
| | | | | | | | | | | | we want sometimes
* | | add guide.sgml and offline.sgml to the "translatable with po4a"-groupDavid Kalnischkies2009-10-018-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.)
* | | move the it translation of the guide to its own subdirectoryDavid Kalnischkies2009-09-303-1/+12
|/ / | | | | | | for consitents and sake of the universe reasons
* | * apt-pkg/packagemanager.cc:Michael Vogt2009-09-293-5/+15
| | | | | | | | - fix overly aggressive immediate config propergation (thanks to David Kalnischkies)
* | French translation completedbubulle@debian.org2009-09-271-17/+10
| |
* | Update PO filesbubulle@debian.org2009-09-2746-850/+995
| |
* | Polish translation updatebubulle@debian.org2009-09-272-36/+49
| |
* | Enable Lithuanian translationsbubulle@debian.org2009-09-262-2/+2
| |
* | Enable Asturian translationsbubulle@debian.org2009-09-262-1/+2
| |
* | Fix some typos from #479997bubulle@debian.org2009-09-264-4/+6
| |
* | French translation updatebubulle@debian.org2009-09-261-101/+100
| |
* | Fix typobubulle@debian.org2009-09-262-1/+2
| |
* | Fix typobubulle@debian.org2009-09-262-1/+2
| |
* | Disable hebrew on translator's requestbubulle@debian.org2009-09-262-1/+2
|/
* Update filesbubulle@debian.org2009-09-263-50/+90
|
* Update POT filebubulle@debian.org2009-09-261-86/+91
|
* French translation updatebubulle@debian.org2009-09-261-3/+2
|
* Update PO filesbubulle@debian.org2009-09-2642-4370/+4583
|
* Fix ftp(archive(1) documentation of -obubulle@debian.org2009-09-262-1/+8
|
* releasing version 0.7.24Michael Vogt2009-09-251-2/+2
|
* merged typo fixes from davidMichael Vogt2009-09-252-9/+9
|\