summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|\
| * * 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
| * doc/examples/configure-index: remove no longer used option NoConfigureMichael Vogt2011-02-211-1/+0
| |
* | add options to disable specific checksums for IndexesDavid Kalnischkies2011-02-221-4/+7
| |
* | * Fix error in French translation of manpages (apt_preferences(5)).bubulle@debian.org2011-02-181-24/+21
| | | | | | | | Merci, Rémi Vanicat. Closes: #613689 * Complete French manpage translation
* | * Add missing dot in French translation of manpages. Merci, Olivierbubulle@debian.org2011-02-161-88/+63
| | | | | | | | | | Humbert. * French translation update * French manpages translation update
* | doc/po/*: refreshedMichael Vogt2011-02-149-6994/+8088
| |
* | * cmdline/apt-get.cc:David Kalnischkies2011-02-091-0/+5
| | | | | | - add --install-suggests option (Closes: #473089)
* | a notice is printed for ignored files (Closes: #597615)David Kalnischkies2011-02-073-5/+11
| |
* | * cmdline/apt-cache.cc:David Kalnischkies2011-02-041-8/+2
|/ | | | | | - remove not implemented 'apt-cache add' command * doc/apt-cache.8.xml: - describe reality as apt-cache just queries and doesn't manipulate the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
* merge 'after squeeze release'-stuffDavid Kalnischkies2011-02-037-114/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ David Kalnischkies ] * apt-pkg/depcache.cc: - add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) * cmdline/apt-get.cc: - if --print-uris is used don't setup downloader as we don't need progress, lock nor the directories it would create otherwise - show dependencies of essential packages which are going to remove only if they cause the remove of this essential (Closes: #601961) - keep not installed garbage packages uninstalled instead of showing in the autoremove section and installing those (Closes: #604222) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier - really do not show packages in the extra section if they were requested on the commandline, e.g. with a modifier (Closes: #184730) * debian/control: - add Vcs-Browser now that loggerhead works again (Closes: #511168) - depend on debhelper 7 to raise compat level - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling * apt-pkg/contrib/fileutl.cc: - add a RealFileExists method and check that your configuration files are real files to avoid endless loops if not (Closes: #604401) - ignore non-regular files in GetListOfFilesInDir (Closes: #594694) * apt-pkg/contrib/weakptr.h: - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6 * methods/https.cc: - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled * deb/dpkgpm.cc: - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter Reinholdtsen for report and patch! (Closes: #607803) * doc/apt.conf.5.xml: - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636) * apt-inst/contrib/extracttar.cc: - let apt-utils work with encoded tar headers if uid/gid are large. Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162) * apt-pkg/cacheiterator.h: - do not segfault if cache is not build (Closes: #254770) * doc/apt-get.8.xml: - remove duplicated mentioning of --install-recommends * doc/sources.list.5.xml: - remove obsolete references to non-us (Closes: #594495) * debian/rules: - use -- instead of deprecated -u for dh_gencontrol - remove shlibs.local creation and usage - show differences in the symbol files, but never fail * pre-build.sh: - remove as it is not needed for a working 'bzr bd' * debian/{apt,apt-utils}.symbols: - ship experimental unmangled c++ symbol files * methods/rred.cc: - operate optional on gzip compressed pdiffs * apt-pkg/acquire-item.cc: - don't uncompress downloaded pdiff files before feeding it to rred - try downloading clearsigned InRelease before trying Release.gpg - change the internal handling of Extensions in pkgAcqIndex - add a special uncompressed compression type to prefer those files - download and use i18n/Index to choose which Translations to download * cmdline/apt-key: - don't set trustdb-name as non-root so 'list' and 'finger' can be used without being root (Closes: #393005, #592107) * apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles * ftparchive/writer.cc: - add config option to search for more patterns in release command - include Index files by default in the Release file * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero * apt-pkg/aptconfiguration.cc: - remove the inbuilt Translation files whitelist
| * - change the internal handling of Extensions in pkgAcqIndexDavid Kalnischkies2011-01-262-6/+5
| | | | | | | | | | - add a special uncompressed compression type to prefer those files * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero
| * merge with debian-sidDavid Kalnischkies2011-01-251-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Christian Perrier ] * Fix encoding for Slovenian translation. PO file switched to UTF-8. Closes: #609957 [ David Kalnischkies ] * ftparchive/apt-ftparchive.cc: - fix endless loop for multiple TranslationsWriters [ Julian Andres Klode ] * cmdline/apt-cache.cc: Create an error for apt-cache depends if packages could not found (LP: #647045) [ Manpages translations ] * Correct a typo and an error in French manpages translation. Closes: # 607170 [ Programs translations ] * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy strings, thanks to Javier Fernandez-Sanguino (closes: #610692) * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
| * | * ftparchive/writer.cc:David Kalnischkies2011-01-201-4/+7
| | | | | | | | | - add config option to search for more patterns in release command
| * | - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies2011-01-201-2/+3
| | | | | | | | | | | | * apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
| * | * doc/sources.list.5.xml:David Kalnischkies2011-01-141-17/+13
| | | | | | | | | - remove obsolete references to non-us (Closes: #594495)
| * | remove duplicated text and refer to the sources.list manpage insteadDavid Kalnischkies2011-01-141-76/+4
| | |
| * | * doc/apt-get.8.xml:David Kalnischkies2011-01-131-8/+0
| | | | | | | | | - remove duplicated mentioning of --install-recommends
| * | * doc/apt.conf.5.xml:Jakub Wilk2011-01-131-1/+1
| | | | | | | | | | | | - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
| * | add the possibility to disable only the progress reporting stuff as theDavid Kalnischkies2010-11-301-0/+1
| | | | | | | | | | | | | | | quiet level 1 does this, but also disables other stuff we might want to test against in a testcase
* | | merged from the lp:~mvo/apt/mvo branchMichael Vogt2011-02-022-45/+76
|\ \ \ | |_|/ |/| |
| * | merged from apt-get-downloadMichael Vogt2010-11-181-0/+6
| |\ \
| | * | doc/apt-get.8.xml: document downloadMichael Vogt2010-11-181-0/+6
| | | |
| * | | merged from apt-get-changelogMichael Vogt2010-11-181-0/+17
| |\ \ \
| | * | | doc/apt-get.8.xml: document based on the work from Martin Pitt (thanks!)Michael Vogt2010-11-181-0/+17
| | | | |
| * | | | merged from the apt-get-changelog branchMichael Vogt2010-11-181-3/+4
| |\| | |
| | * | | refactor/simplify changelog fetching codeMichael Vogt2010-11-181-3/+4
| | | | |
| * | | | merged lp:~mvo/apt/apt-get-changelog Michael Vogt2010-11-181-45/+52
| |\| | | | | |/ / | |/| |
| | * | doc/examples/configure-index: updated to include apt::changelogs::serverMichael Vogt2010-11-151-45/+52
| | | |
* | | | * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145 bubulle@debian.org2010-12-151-2/+2
| |_|/ |/| | | | | | | | * Correct a typo and an error in French manpages translation. Closes: # 607170
* | | merged from lp:~donkult/apt/sidMichael Vogt2010-11-309-240/+141
|/ /