summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* make update-poDavid Kalnischkies2010-05-049-2252/+2923
|
* * doc/cache.sgml:David Kalnischkies2010-05-041-824/+0
| | | | - drop the file in favor of inplace documentation with doxygen
* * doc/files.sgml:David Kalnischkies2010-05-031-103/+78
| | | | - sync documentation with status quo, regarding files/directories in use, extended_states and uri schemes.
* * doc/po/de.po:David Kalnischkies2010-04-241-4/+4
| | | - correct typos in german apt_preferences manpage, thanks Chris Leick!
* * doc/apt.ent:David Kalnischkies2010-04-241-1/+3
| | | - Add a note about APT_CONFIG in the -c description (Closes: #578267)
* * apt-pkg/acquire-item.cc:David Kalnischkies2010-04-091-0/+1
| | | | | - Acquire::ForceHash to force method for expected hash - display MD5Sum in --print-uris if not forced to use another method instead of displaying the strongest available (Closes: #576420)
* merged from lp:~donkult/apt/sidMichael Vogt2010-04-0122-1407/+12718
|\
| * remove wrong pin-priority is optional remark (Closes: #574944)David Kalnischkies2010-03-271-4/+0
| |
| * origin can be used to match a hostname (Closes: #352667)David Kalnischkies2010-03-261-2/+9
| |
| * * doc/po/de.po:David Kalnischkies2010-03-261-46/+22
| | | | | | | | - correct a few typos in the german manpage translation. Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
| * * doc/apt_preferences.5.xml:David Kalnischkies2010-03-261-1/+1
| | | | | | | | - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
| * Switch the TranslationWriter to use MultiCompress to be able to generateDavid Kalnischkies2010-03-261-7/+13
| | | | | | | | | | | | the compressed files as we want them and to prevent the file to be replaced without a reason which could save us from steady redownloads of a file with the same content.
| * Inclusion of Long Descriptions in the Packages files can be set nowDavid Kalnischkies2010-03-261-4/+23
| | | | | | | | | | | | also in TreeDefaults and Tree to support generation of archives which should support and which shouldn't support splitted out Translation-en files in the same run.
| * Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies2010-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | essential flag: * native is the default and will only mark packages of the main arch * all will mark all packages which have these flag in Packages * none will obviously do the opposite * installed will only mark packages which are installed as essential, so it will behave in the same way as dpkg does it. It is mostly needed sometimes for debugging but some users with special needs might like to switch the mode as well under the expense to be on their own…
| * add a missing \n to pl translation i had removed previously by accidentDavid Kalnischkies2010-03-191-1/+1
| |
| * first-time build the translated manpages and remove the directoriesDavid Kalnischkies2010-03-191-5/+2
| | | | | | | | in the veryclean target to get right of all autogenerated files.
| * modify and clarify the comments for the translation placeholders a bitDavid Kalnischkies2010-03-1910-77/+144
| | | | | | | | and as it was only a comment change unfuzzy the translations.
| * merge with debian-sid to get new pl-manpageDavid Kalnischkies2010-03-191-502/+2309
| |\
| * | add translation of the manpages to PT (portuguese)David Kalnischkies2010-03-191-0/+11089
| | | | | | | | | | | | Thanks to Américo Monteiro!
| * | * doc/makefile, doc/*:David Kalnischkies2010-03-158-71/+14
| | | | | | | | | | | | | | | - generate subdirectories for building the manpages in on the fly depending on the po files we have.
| * | merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies2010-03-148-3597/+4617
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | typos in doc/po/es.po to generate the manpages properly. [ Christian Perrier ] * German translation update. Closes: #571037 * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
| * | | * cmdline/apt-get.cc:David Kalnischkies2010-03-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a --only-upgrade flag to install command (Closes: #572259) That is NOT what is requested in e.g. #74067 - this is a very simple flag which behaves orthogonal to --no-upgrade not a full-blown upgrade option for a single package instead of the whole package set.
| * | | * doc/apt_preferences.5.xml:David Kalnischkies2010-03-021-0/+3
| | | | | | | | | | | | | | | | | | | | - fix two typos and be more verbose in the novice warning. Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
* | | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-03-261-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/packagemanager.cc: - better debug output * doc/examples/configure-index: - add missing Debug::pkgPackageManager option
| * | | | apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt2010-03-161-0/+1
| | | | |
| * | | | * cmdline/apt-get.cc:Michael Vogt2010-03-121-45/+48
| | | | | | | | | | | | | | | | | | | | - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641)
* | | | | French translation completedbubulle@debian.org2010-03-231-101/+84
| |_|_|/ |/| | |
* | | | Polish manpages translation updatebubulle@debian.org2010-03-191-501/+2295
| |_|/ |/| |
* | | doc/po/es.po: Add a missing placeholder xml, fixes build.Julian Andres Klode2010-03-121-1/+1
| | |
* | | Spanish manpages translation updatebubulle@debian.org2010-03-101-2385/+3219
| |/ |/|
* | refreshed po/ doc/po filesMichael Vogt2010-02-188-2057/+2413
| |
* | merge from the lp:~donkult/apt/sid branchMichael Vogt2010-02-183-4/+20
|\ \
| * | * doc/apt-cdrom.8.xml:David Kalnischkies2010-02-181-1/+1
| | | | | | | | | | | | - fix typo spotted by lintian: proc(c)eed
| * | * 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)
* | | * [BREAK] merged lp:~mvo/apt/historyMichael Vogt2010-02-182-45/+56
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log) * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker * Change the package index Info methods to allow apt-cache policy to be useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
| * merged from debian-sidMichael Vogt2010-02-1726-4256/+6910
| |\
| * | add Dir::Media::MountPath config optionMichael Vogt2010-01-261-0/+7
| | |
| * | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-261-0/+4
| | | | | | | | | the dlopen of libudev for automatic cdrom detection
| * | * merged lp:~mvo/apt/historyMichael Vogt2009-12-181-0/+1
| |\ \ | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log)
| | * | * debian/apt.logrotate:Michael Vogt2009-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - add to logratation * doc/examples/configure-index: - add as example
* | | | 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.