]> git.saurik.com Git - apt.git/commitdiff
* merged man-page change
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Oct 2006 18:41:55 +0000 (20:41 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Oct 2006 18:41:55 +0000 (20:41 +0200)
debian/changelog
doc/apt-get.8.xml

index 9eebb5516c1f050e9b6d237a354d38b4d51d33c5..7d12cd3c5a6be24ca4c868e7f28222c6cc1a1c0e 100644 (file)
@@ -1,8 +1,10 @@
 apt (0.6.45ubuntu15) edgy; urgency=low
 
-  * 
+  * doc/apt-get.8.xml:
+    - documented autoremove, thanks to Vladimír Lapáček 
+      (lp: #62919)
 
- -- 
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  2 Oct 2006 15:53:14 +0200
 
 apt (0.6.45ubuntu14) edgy; urgency=low
 
index b98d5873719f1c9ea8dff4230ef84980d1cd0918..db852d0077bcbfe2a5408629728b51b9e2624e55 100644 (file)
@@ -47,6 +47,7 @@
          <arg>check</arg>
          <arg>clean</arg>
          <arg>autoclean</arg>
+         <arg>autoremove</arg>
       </group>   
    </cmdsynopsis>
  </refsynopsisdiv>
      <literal>APT::Clean-Installed</literal> will prevent installed packages from being
      erased if it is set to off.</para></listitem>
      </varlistentry>
+
+     <varlistentry><term>autoremove</term>
+     <listitem><para><literal>autoremove</literal> is used to remove packages that were automatically
+     installed to satisfy dependencies for some package and that are no more needed.</para></listitem>
+     </varlistentry>
    </variablelist>
  </refsect1>
  
      Configuration Item: <literal>APT::Get::Remove</literal>.</para></listitem>
      </varlistentry>
 
+     <varlistentry><term><option>--auto-remove</option></term>
+     <listitem><para>If the command is either <literal>install</literal> or <literal>remove</literal>,
+     then this option acts like running <literal>autoremove</literal> command, removing the unused
+     dependency packages. Configuration Item: <literal>APT::Get::AutomaticRemove</literal>.
+     </para></listitem>
+     </varlistentry>
+
      <varlistentry><term><option>--only-source</option></term>
      <listitem><para>Only has meaning for the
      <literal>source</literal> and <literal>build-dep</literal>