summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/apt-get.8.xml: explicitly say that 'dist-upgrade' command may remove ↵Eugene V. Lyubimkin2008-11-121-0/+1
| | | | packages.
* Stripped unneeded statring newline from 'install' command description in ↵Eugene V. Lyubimkin2008-11-081-18/+17
| | | | apt-get manpage.
* Update synopsis in apt-get manpage for '-v'/'--version'.Eugene V. Lyubimkin2008-11-081-2/+8
|
* Noted allowed file name characters in /etc/apt/sources.list.d/* files.Eugene V. Lyubimkin2008-11-081-3/+6
|
* doc/apt-get.8.xml: advanced descriptions for 'remove' and 'purge'.Eugene V. Lyubimkin2008-11-061-3/+5
|
* doc/sources.list.5.xml: fixed grammar and typo.Eugene V. Lyubimkin2008-11-061-1/+1
|
* doc/examples/configure-index: 'linux-kernel' -> 'linux-image'.Eugene V. Lyubimkin2008-11-061-1/+1
|
* Removed obsolete header line from configure-index.Eugene V. Lyubimkin2008-11-061-1/+0
|
* Added 'dist-upgrade' to apt-get synopsis in apt-get manpage.Eugene V. Lyubimkin2008-11-051-0/+1
|
* Added (x) to some manpage referrings in apt-get manpage.Eugene V. Lyubimkin2008-11-052-4/+16
|
* * Fix typos:Michael Vogt2008-11-051-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - apt-pkg/depcache.cc * Fix compilation warnings: - apt-pkg/acquire.cc - apt-pkg/versionmatch.cc * Compilation fixes and portability improvement for compiling APT against non-GNU libc (thanks to Martin Koeppe, closes: #392063): - buildlib/apti18n.h.in: + textdomain() and bindtextdomain() must not be visible when --disable-nls - buildlib/inttypes.h.in: undefine standard int*_t types - Append INTLLIBS to SLIBS: + cmdline/makefile + ftparchive/makefile + methods/makefile * doc/apt.conf.5.xml: - clarify whether configuration items of apt.conf are case-sensitive (thanks to Vincent McIntyre, closes: #345901)
| * Clarify whether configuration items of apt.conf are case-sensitiveLuca Bruno2008-10-111-0/+3
| |
* | Cleaned up unnecessary [<...>] from apt-get synopsis. Added '--help'.Eugene V. Lyubimkin2008-11-021-13/+19
| |
* | Another fix for 'apt-get <...> -t' synopsis.Eugene V. Lyubimkin2008-11-021-2/+2
| |
* | Another fix for synopsis of 'apt-get install'.Eugene V. Lyubimkin2008-11-021-8/+10
| |
* | Removed notice that ssh/rsh access cannot use password authentication from ↵Eugene V. Lyubimkin2008-11-021-2/+2
| | | | | | | | sources.list manpage.
* | Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list ↵Eugene V. Lyubimkin2008-11-021-1/+2
| | | | | | | | manpage.
* | Documented 'Acquire::PDiffs' in apt.conf manpage.Eugene V. Lyubimkin2008-11-021-0/+6
| |
* | Documented '--no-install-recommends' in apt-get manpage.Eugene V. Lyubimkin2008-11-021-0/+5
| |
* | Typo fix.Eugene V. Lyubimkin2008-11-021-1/+1
| |
* | Added APT::Get::AllowUnauthenticated to configure-index.Eugene V. Lyubimkin2008-11-021-0/+1
| |
* | Changed 'Install-Recommends' to 'true' in configure-index.Eugene V. Lyubimkin2008-11-021-1/+1
| |
* | Documented 'APT::Default-Release' in apt.conf.Eugene V. Lyubimkin2008-11-021-0/+5
| |
* | Corrected synopsis part for 'apt-get' source.Eugene V. Lyubimkin2008-11-011-5/+3
| |
* | Fixed validation of apt-get.8.xmlEugene V. Lyubimkin2008-11-011-23/+17
| |
* | Removed unneeded </arg>.Eugene V. Lyubimkin2008-11-011-20/+19
| |
* | Fixed placing for 'xvcg' entry, added missing closing tags.Eugene V. Lyubimkin2008-11-011-5/+5
| |
* | Mentioned 'apt_preferences(5)' in apt manpage.Eugene V. Lyubimkin2008-11-011-0/+1
| |
* | Advanced documentation for 'apt-get install' command, mentioned upgrading ↵Eugene V. Lyubimkin2008-11-011-11/+30
| | | | | | | | possibility.
* | Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in ↵Eugene V. Lyubimkin2008-11-012-4/+38
| | | | | | | | the apt-get manpage.
* | Clearly documented '/<release>' and '=<version>' in apt-get.8.Eugene V. Lyubimkin2008-11-011-5/+32
| |
* | Substituted 'apt-archive' with 'apt-ftparchive'.Eugene V. Lyubimkin2008-11-016-10/+16
|/
* doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt2008-10-101-2/+2
|
* * doc/apt-cache.8.xml:Luca Bruno2008-10-051-2/+7
| | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536)
* * doc/offline.sgml: clarify remote and target hostsLuca Bruno2008-10-041-8/+10
|
* * Better documentation for apt-get --optionLuca Bruno2008-10-041-0/+2
|
* * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)Luca Bruno2008-10-041-1/+1
|
* Applied patch from #461458 for apt.8 typoLuca Bruno2008-10-031-3/+5
|
* Applied patch from #411532 for typosLuca Bruno2008-10-031-1/+1
|
* * Better documentation on using both APT::Default-Release and ↵Luca Bruno2008-10-032-2/+7
| | | | /etc/apt/preferences (closes: #145575)
* * Document apt-key finger and adv commands (thanks to Stefan Schmidt, ↵Luca Bruno2008-10-031-0/+23
| | | | closes: #350575)
* Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-031-1/+1
|
* * debian/changelog:egon2008-09-161-1/+1
| | | | | | | - upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
* * merge patch that enforces stricter https server certificateMichael Vogt2008-07-251-0/+165
| | | | | | | checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964)
* Fix typo in offline.sgmlbubulle@debian.org2008-03-151-1/+1
|
* Fix Polish offline translationbubulle@debian.org2008-03-152-101/+104
|
* * doc/apt_preferences.5.xml:Michael Vogt2008-03-041-1/+1
| | | - fix typo
* Fix typos in manpagesbubulle@debian.org2008-02-198-14/+14
|
* * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-041-0/+6
|\ | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| * * doc/examples/configure-index:Michael Vogt2006-06-071-0/+6
| | | | | | | | | | | | - document the new features * apt-pkg/init.h, apt-pkg/makefile, methods/makefile: - we break the ABI, record this