summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merged from lp:~donkult/apt/sid/Michael Vogt2011-12-201-1/+1
|\
| * * doc/po/de.po:Michael Basse (michael-alpha-unix)2011-12-061-1/+1
| | | | | | | | - apply typo-fix from Michael Basse, thanks! (LP: #900770)
* | merged from debian-sidMichael Vogt2011-12-1911-370/+829
|\|
| * * 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
* | merge with my debian-sid branchDavid Kalnischkies2011-10-307-14/+229
|\|
| * * 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)
* | merge with debian/sidDavid Kalnischkies2011-09-131-8/+17
|\|
| * - 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
* | * 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
| * 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)
* | merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-152-1/+10
|\|
| * * 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)
* | * 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
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-2814-2166/+3793
| | | | |
* | | | | merged lp:~mvo/apt/add-library-pkgsMichael Vogt2011-06-108-1734/+3188
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | initial librarification pushMichael Vogt2011-06-089-1958/+3653
| |/ / /
* / / / 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
|\ \ \
| * | | * doc/po/de.po:Chris Leick2011-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | - undo the translation of the command 'dump' in manpage of apt-config as report by Burghard Grossmann on debian-l10n-german, thanks!
| * | | provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies2011-04-261-0/+23
| | | |
| * | | update the apt-mark manpageDavid Kalnischkies2011-04-211-24/+20
| | | |
* | | | doc/apt-key.8.xml: Document apt-key net-update (LP: #192810)Julian Andres Klode2011-04-211-0/+16
|/ / /
* / / * apt-pkg/policy.cc:Julian Andres Klode2011-04-151-0/+43
|/ / | | | | | | - Allow pinning by glob() expressions, and regular expressions surrounded by slashes (the "/" character).
* | document ButAutomaticUpgrades together with NotAutomaticDavid Kalnischkies2011-03-231-3/+8
| | | | | | as suggested by Charles Plessy (Closes: #619083)
* | * doc/apt_preferences.5.xml:David Kalnischkies2011-03-231-1/+1
|/ | | - correct typo spotted by Charles Plessy (Closes: #619088)
* doc/po/fr.po: fix typoMichael Vogt2011-03-101-1/+1
|
* merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-102-181/+141
|\
| * * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt2011-03-101-1/+4
| | | | | | | | | | | | - deal with missing FSTAB_DIR when using libudev to discover cdrom - add experimental APT::cdrom::CdromOnly option (on by default). When this is set to false apt-cdrom will handle any removable deivce (like a usb-stick) as a "cdrom/dvd" source