summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/apt_preferences.5.xml:David Kalnischkies2010-02-181-1/+9
| | | | - explicitly warn against careless use (Closes: #567669)
* - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-181-2/+10
| | | | | - if an arch is given accept only *_all.deb and *_arch.deb instead of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
* merge with debian-sidDavid Kalnischkies2010-02-132-58/+54
|\
| * First French updatebubulle@debian.org2010-01-291-58/+43
| |
| * merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-271-0/+11
| |
| * * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-2319-4054/+5675
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
* | replace the per language addendum with a global addendum andDavid Kalnischkies2010-01-2017-3129/+3943
| | | | | | | | | | add a explanation why translations include (maybe) english parts to this new global addendum (Closes: #561636)
* | merge with lp:~mvo/apt/apt-sid to get the complete frDavid Kalnischkies2010-01-172-620/+964
|\|
| * Completed translationbubulle@debian.org2010-01-161-9/+39
| |
| * French translation update (17 left)bubulle@debian.org2010-01-141-42/+113
| |
* | Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-162-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here And a lovely test application of course.
* | merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies2010-01-138-1466/+2043
|\|
| * * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2010-01-091-0/+1
| | | | | | | | | | - add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
| * * French manpage translation updateMichael Vogt2010-01-0811-441/+855
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
| * 44 strings leftbubulle@debian.org2010-01-081-47/+65
| |
* | merge again with lp:~mvo/apt/debian-sid to get a buildable fr againDavid Kalnischkies2010-01-041-311/+695
|\|
| * Review continued by Stephane Blondonbubulle@debian.org2010-01-041-37/+38
| |
| * Reviewed by Philippe bataillerbubulle@debian.org2010-01-031-51/+51
| |
| * Review by Stephane Blondon and msgcatbubulle@debian.org2010-01-031-252/+635
| |
* | finally merge the rest of the patchset from Arnaud EbalardDavid Kalnischkies2010-01-041-0/+21
| | | | | | | | with the CRL and Issuers options for https, thanks! (Closes: #485963)
* | add TrustedParts so in the future new keyrings can just be droppedDavid Kalnischkies2010-01-043-11/+33
| | | | | | | | | | | | | | into /etc/apt/trusted.gpg.d/ which eliminates the need to have gpg installed to add keys to APTs trusted keyring (with apt-key) (Closes #304846) - Thanks to Timo Weingärtner & Peter Palfrader for providing different patchs/ideas for this!
* | fix a typo in the apt.conf manpage spotted by lintianDavid Kalnischkies2010-01-021-1/+1
| | | | | | | | W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment
* | add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-022-2/+12
| | | | | | | | not download too many or too big patches (Closes: #554349)
* | instruct debiandoc to build files with utf-8 encodingDavid Kalnischkies2010-01-011-1/+1
| |
* | update german manpage translation by Chris LeickDavid Kalnischkies2010-01-011-401/+746
| |
* | Chris Leick spot & fix various typos in all manpagesDavid Kalnischkies2010-01-014-13/+13
| |
* | merge with lp:~mvo/apt/debian-sid to get updated frenchDavid Kalnischkies2010-01-011-117/+240
|\|
| * French translation updatebubulle@debian.org2009-12-291-55/+156
| |
| * Yet more Frenchbubulle@debian.org2009-12-231-11/+49
| |
| * Review by Philippe bataillerbubulle@debian.org2009-12-221-26/+10
| |
| * French translation updatebubulle@debian.org2009-12-201-24/+18
| |
| * French translation updatebubulle@debian.org2009-12-191-7/+13
| |
* | merge with lp:~mvo/apt/sid to get the finale 0.7.25 stateDavid Kalnischkies2009-12-224-124/+91
|\|
| * French translation updatebubulle@debian.org2009-12-161-61/+35
| |
| * doc/sources.list.5.xml: merge typo fixesMichael Vogt2009-12-141-2/+2
| |\
| | * fix two other typos - this time in sources.list.5.xml:David Kalnischkies2009-12-141-2/+2
| | | | | | | | | | | | | | | * recongnizable --> recognizable * maintain --> maintains
| * | merged patches from david (many thanks)Michael Vogt2009-12-144-18/+43
| |\|
| | * fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies2009-12-121-3/+3
| | | | | | | | | | | | | | | | | | in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
| | * remove informalexample tag which hides the programlisting in theDavid Kalnischkies2009-12-121-2/+2
| | | | | | | | | | | | | | | tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
| | * fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-111-1/+1
| | | | | | | | | | | | thanks Karl Goetz! (Closes: #558757)
| | * add https options which default to the ones from http for the httpsDavid Kalnischkies2009-12-112-12/+29
| | | | | | | | | | | | | | | method as this is more sane than using only the http options without a possibility to override these for https.
| | * add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-12-112-1/+9
| | | | | | | | | | | | thanks Timothy J. Miller! (Closes: #355782)
| * | French translation updatebubulle@debian.org2009-12-121-58/+51
| |/
* | merge again with lp:~mvo/debian-sidDavid Kalnischkies2009-12-109-1117/+1425
|\|
| * merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt2009-12-109-1145/+1952
| |
* | merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies2009-12-109-1445/+1130
|\| | | | | | | to the "new" 0.7.26 version
| * merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-1044-5766/+41428
| |\
| | * merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-104-603/+927
| | |
| | * merged -r 1920..1922 from lp:~donkult/apt/sidMichael Vogt2009-12-101-2/+11
| | |
| | * merged -r1901..1911 from lp:~donkult/apt/sidMichael Vogt2009-12-1027-4522/+35079
| | |\