]> git.saurik.com Git - apt.git/commitdiff
Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt...
authorEugene V. Lyubimkin <jackyf@1501-debian>
Sat, 1 Nov 2008 11:42:09 +0000 (13:42 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Sat, 1 Nov 2008 11:42:09 +0000 (13:42 +0200)
debian/changelog
doc/apt-cache.8.xml
doc/apt-get.8.xml

index da540872e9acc6aa3d43a3553410746b9cdd528c..69f1500fcf139f8a4661b81f1e5ba77cf3fac7b0 100644 (file)
@@ -42,6 +42,9 @@ apt (0.7.17) unstable; urgency=low
     - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
       '=<version>' for 'apt-get source'. 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)
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
 
index 6416f4edf99eff973434a9df8d90e3ec8818dd5c..520c3cdca7d84222e8dfb47dc3fb2959fd07949a 100644 (file)
@@ -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>   
@@ -241,6 +242,11 @@ Reverse Provides:
      To limit the output to only the packages listed on the command line,
      set the <literal>APT::Cache::GivenOnly</literal> option.</para>
 
+     <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>
+
      <para>The resulting nodes will have several shapes; normal packages are boxes,
      pure provides are triangles, mixed provides are diamonds, 
      missing packages are hexagons. Orange boxes mean recursion was stopped 
index 7dc2fedb9c87c72db8d126cc23643424e59f66ca..f0c740cd2e5560a6b35cf66727974f936785714d 100644 (file)
@@ -15,7 +15,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>28 October 2008</date>
+   <date>30 October 2008</date>
  </refentryinfo>
  
  <refmeta>
  <refsynopsisdiv>
    <cmdsynopsis>
       <command>apt-get</command>
-      <arg><option>-hvs</option></arg>
-      <arg><option>-o=<replaceable>config string</replaceable></option></arg>
-      <arg><option>-c=<replaceable>file</replaceable></option></arg>
+      <arg><option>-hvsqdyfmubV</option></arg>
+      <arg>
+             <option>-o=
+                     <group choice='opt'>
+                             <arg>
+                                     <replaceable>config_string</replaceable>
+                             </arg>
+                             <arg>
+                                     <replaceable>config string</replaceable>
+                             </arg>
+                     </group>
+             </option>
+      </arg>
+      <arg>
+             <option>-c=
+                     <replaceable>config_file</replaceable>
+             </option>
+      </arg>
+      <arg>
+             <option>-t=
+                     <group choice='opt'>
+                             <arg>
+                                     <replaceable>target_release_name</replaceable>
+                             </arg>
+                             <arg>
+                                     <replaceable>target_release_number_expression</replaceable>
+                             </arg>
+                     </group>
+             </option>
+      </arg>
+
       <group choice="req">
          <arg>update</arg>
          <arg>upgrade</arg>