summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * * doc/*:David Kalnischkies2012-04-0511-222/+221
| | | | | | | | | | - move the command synopsis out of each manpage into apt-verbatim.ent as they are a hell to translate and just single out the parameters which can be translated to apt.ent
| * apt-verbatim.ent is an INCLUDE file as wellDavid Kalnischkies2012-04-041-1/+1
| |
| * [ Bogdan Purcareata ]Bogdan Purcareata2012-04-041-0/+1
| | | | | | | | | | * doc/apt-get.8.xml: - add 'download' to the usage line (Closes: #649340)
| * merge with debian-sid (some version screw going on here)David Kalnischkies2012-03-221-2/+2
| |\
| * | * doc/apt-get.8.xml:Mike Erickson2012-03-2210-10/+10
| | | | | | | | | | | | - typofix: respect → respecting, thanks Mike Erickson! (Closes: #664833)
| * | the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-222-4/+1
| | | | | | | | | | | | to the more standard PACKAGE_VERSION and make it work in every file
| * | do not update po and pot files in the process of the build as thisDavid Kalnischkies2012-03-211-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | causes timestamp changes for the mo files which therefore can't be refcounted by dpkg for your M-A: same packages (Closes: #659333, LP: #924628) The commit also enables a top-level 'make update-po' and does all the needed changes to let this work now that update-po might be called in a freshly checkout tree
| * | merged from lp:~donkult/apt/sid/Michael Vogt2011-12-201-1/+1
| |\ \
| * \ \ merged from debian-sidMichael Vogt2011-12-1911-370/+829
| |\ \ \
| * \ \ \ merge with my debian-sid branchDavid Kalnischkies2011-10-307-14/+229
| |\ \ \ \
| * \ \ \ \ merge with debian/sidDavid Kalnischkies2011-09-131-8/+17
| |\ \ \ \ \
| * \ \ \ \ \ * merged latest fixes from debian-sidMichael Vogt2011-07-2812-17/+42
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * apt-pkg/contrib/sha1.cc: - fix illegally casts of on-stack buffer to a type requiring more alignment than it has resulting in segfaults on sparc (Closes: #634696) * apt-pkg/contrib/cdromutl.cc: - fix escape problem when looking for the mounted devices * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: - add new DeEscapeString() similar to DeQuoteString but unescape character escapes like \0XX and \xXX (plus added test) * refresh po/* * cmdline/apt-get.cc: - fix missing download progress in apt-get download - do not require unused partial dirs in 'source' (Closes: #633510) - buildconflicts effect all architectures - implement MultiarchCross for build-dep and source (Closes: #632221) * cmdline/apt-key: - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file * doc/apt-cache.8.xml: - apply madison typofix from John Feuerstein, thanks! (Closes: #633455) * apt-pkg/policy.cc: - emit an error on unknown APT::Default-Release value (Closes: #407511) * apt-pkg/aptconfiguration.cc: - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector * apt-pkg/deb/deblistparser.cc: - Strip only :any and :native if MultiArch should be stripped as it is save to ignore them in non-MultiArch contexts but if the dependency is a specific architecture (and not the native) do not strip
| * \ \ \ \ \ \ merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-152-1/+10
| |\ \ \ \ \ \ \
| * | | | | | | | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-07-141-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add trusted=yes option to mark unsigned (local) repository as trusted based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498) Note that "apt-get update" still warns about unknown signatures even when [trusted=yes] is given for the source.
| * | | | | | | | * cmdline/apt-get.cc:David Kalnischkies2011-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | - add an --assume-no option for testing to say 'no' to everything
| * | | | | | | | merge with debian-experimentalDavid Kalnischkies2011-07-103-9/+19
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merged from debian-sidMichael Vogt2011-06-303-9/+19
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | * doc/makefile:Michael Vogt2011-06-303-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package:
| * | | | | | | | | | cherrypick sources.list option documentation from my sid branchDavid Kalnischkies2011-07-051-1/+17
| |/ / / / / / / / /
| * | | | | | | | | merge lp:~mvo/apt/abi-breakMichael Vogt2011-06-292-306/+728
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies2011-05-171-1/+1
| | | | | | | | | | |
| | * | | | | | | | | * doc/external-dependency-solver-protocol.txt:David Kalnischkies2011-05-171-0/+299
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | - describe EDSP and the configuration interface around it
| | | * | | | | | | | | add Dir::Bin::Solvers to enable customization of solver directoryStefano Zacchiroli2011-04-041-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EDSP version 0.4
| | | * | | | | | | | | merge documentation of the EDSP protocolStefano Zacchiroli2011-04-041-0/+295
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | edsp: rename and drop very-draft warningsStefano Zacchiroli2011-04-041-5/+0
| | | | | | | | | | | | |
| | | | * | | | | | | | | add indicative Autoremove stanzas in solutionsStefano Zacchiroli2011-03-311-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by David EDSP version 0.3
| | | | * | | | | | | | | second draft, addressing David and Michael commentsStefano Zacchiroli2011-03-301-49/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EDSP version 0.2
| | | | * | | | | | | | | solver protocol (EDSP): first draftStefano Zacchiroli2011-03-301-0/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version 0.1
| * | | | | | | | | | | | merged from debian-sidMichael Vogt2011-06-285-11/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | merged lp:~mvo/apt/add-library-pkgsMichael Vogt2011-06-108-1734/+3188
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | initial librarification pushMichael Vogt2011-06-089-1958/+3653
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Drop hardcoded "en.html" suffix in apt-secure manpage.bubulle@debian.org2012-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to David Prevot.
* | | | | | | | | | | | | Fix typo in apt-get(8). Closes: #664833bubulle@debian.org2012-03-2710-10/+10
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | French: replace "étiquetage" by "épinglage" for "pinning"bubulle@debian.org2012-03-031-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | * doc/po/de.po:Michael Basse (michael-alpha-unix)2011-12-061-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - apply typo-fix from Michael Basse, thanks! (LP: #900770)
* | | | | | | | | | * German manpage translation updateChris Leick2011-11-2013-3267/+3980
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/*.xml: - find and fix a bunch of misspellings
* | | | | | | | | | * doc/manpage-style.xml:David Kalnischkies2011-11-201-0/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | - put <brackets> around email addresses
* | | | | | | | | * doc/apt.conf.5.xml:David Kalnischkies2011-10-0510-802/+1072
| | | | | | | | | | | | | | | | | | | | | | | | | | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
* | | | | | | | | * doc/apt-get.8.xml:David Kalnischkies2011-09-141-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490)
* | | | | | | | - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-051-8/+17
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality
* | | | | | | refresh po/*Michael Vogt2011-07-262-2/+5
| | | | | | |
* | | | | | | implement MultiarchCross for build-dep and source (Closes: #632221)David Kalnischkies2011-07-252-3/+25
| | | | | | |
* | | | | | | * doc/apt-cache.8.xml:John Feuerstein2011-07-168-12/+12
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
* | | | | | * doc/apt.conf.5.xml:David Kalnischkies2011-07-052-1/+10
| | | | | | | | | | | | | | | | | | - document APT::Architectures list (Closes: #612102)
* | | | | | * doc/sources.list.5.xml:David Kalnischkies2011-07-051-1/+17
| | | | | | | | | | | | | | | | | | - document available [options] for sources.list entries (Closes: 632441)
* | | | | | clarify update vs. net-update in different distros (Closes: #632043)David Kalnischkies2011-06-292-9/+18
| | | | | |
* | | | | | * doc/makefile:David Kalnischkies2011-06-291-0/+1
| |_|/ / / |/| | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799)
* | | | | various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-2814-2166/+3793
|/ / / /
* / / / German documentation translation update (Chris Leick). Closes: #629949bubulle@debian.org2011-06-091-186/+228
|/ / /
* | | merged from lp:~donkult/apt/sidMichael Vogt2011-05-162-25/+44
|\ \ \