diff options
author | Michael Vogt <egon@tas> | 2008-11-04 22:12:20 +0100 |
---|---|---|
committer | Michael Vogt <egon@tas> | 2008-11-04 22:12:20 +0100 |
commit | 4d7e6ec35d52d093e9426378ab51f56be27d49d8 (patch) | |
tree | 16070fbb958d6a4cfc4f4a238d807fd37414e877 /doc/apt-cache.8.xml | |
parent | e9120a9931b6914bb7d169dc1e068edf60b03efb (diff) | |
parent | 40a6cfced93c564bedea27554427c91fa6eff08c (diff) |
* debian/control:
- 'Vcs-Bzr' field is official, used it.
- Bumped 'Standards-Version' to 3.8.0, no changes needed.
- Actualized 'Uploaders' field.
* doc/:
- Substituded 'apt-archive' with 'apt-ftparchive' in docs.
Patch based on work of Andre Felipe Machado. (Closes: #350865)
- Mentioned '/<release>' and '=<version>' for 'apt-get install' and
'=<version>' for 'apt-get source' in apt-get manpage. Patch based on
work of Andre Felipe Machado. (Closes: #399673)
- Mentioned more short options in the apt-get manpage. Documented 'xvcg'
option in the apt-cache manpage. The part of patch by Andre Felipe
Machado. (Closes: #176106, #355945)
- Documented that 'apt-get install' command should be used for upgrading
some of installed packages. Based on patch by Nori Heikkinen and
Andre Felipe Machado. (Closes: #267087)
- Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
- Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
- APT::Install-Recommends is now true by default, mentioned this in
configure-index example. (Closes: #463268)
- Added 'APT::Get::AllowUnauthenticated' to configure-index example.
(Closes: #320225)
- Documented '--no-install-recommends' option in apt-get manpage.
(Closes: #462962)
- Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
- Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
sources.list manpage, as they are already described under in the manpage.
- Removed notice that ssh/rsh access cannot use password authentication
from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
Diffstat (limited to 'doc/apt-cache.8.xml')
-rw-r--r-- | doc/apt-cache.8.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 6416f4edf..21605ff0e 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -51,6 +51,7 @@ <arg>rdepends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>pkgnames <arg choice="plain"><replaceable>prefix</replaceable></arg></arg> <arg>dotty <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> + <arg>xvcg <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg>policy <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg> <arg>madison <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg> </group> @@ -249,6 +250,11 @@ Reverse Provides: <para>Caution, dotty cannot graph larger sets of packages.</para></listitem> </varlistentry> + <varlistentry><term>xvcg <replaceable>pkg(s)</replaceable></term> + <listitem><para>The same as <literal>dotty</literal>, only for xvcg from the + <ulink url="http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html">VCG tool</ulink>. + </para></listitem></varlistentry> + <varlistentry><term>policy <replaceable>[ pkg(s) ]</replaceable></term> <listitem><para><literal>policy</literal> is meant to help debug issues relating to the preferences file. With no arguments it will print out the |