summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies2010-06-093-1/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) * doc/apt.conf.5.xml: - document the new Valid-Until related options * apt-pkg/contrib/strutl.cc: - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some self-made scanf mangling - use the portable timegm shown in his manpage instead of a strange looking code copycat from wget * ftparchive/writer.cc: - add ValidTime option to generate a Valid-Until header in Release file
| * rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-092-0/+28
| |
| * * ftparchive/writer.cc:David Kalnischkies2010-06-091-1/+2
| | | | | | - add ValidTime option to generate a Valid-Until header in Release file
* | * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-05-283-8/+10
|/ | | - add better config item for extended_states file
* remove the gnome-apt reference as it is removed from unstableDavid Kalnischkies2010-05-242-7/+1
|
* * doc/apt-get.8.xml:David Kalnischkies2010-05-241-20/+6
| | | | - do not say explicit target_release_{name,version,codename}, it should be clear by itself and 'man' can break lines again (Closes: #566166)
* add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)David Kalnischkies2010-05-131-1/+9
|
* * doc/apt.entDavid Kalnischkies2010-05-135-17/+22
| | | | | | | - add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
* 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
|\ \ \ \ | | |_|/ | |/| |