[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt po fr



On Tue, Jan 06, 2004 at 09:02:41AM +0100, Philippe Batailler wrote:
[...]
> Toujours pareil avec apt 0.5.20 ! Suis-je impatient ?
> 
> Pareil pour les manpages ! 

J'observe ces différences entre apt 0.5.20 et le répertoire manpages
du DDP (toujours pas remis sur les rails, il doit donc certainement
contenir apt 0.5.14). Peux-tu mettre à jour les pages de man qui
doivent l'être pour #203119 ?

Denis
--- apt.old/doc/apt-cache.8.sgml	2003-08-13 22:10:57.000000000 +0200
+++ apt-0.5.20/doc/apt-cache.8.sgml	2004-01-04 20:54:32.000000000 +0200
@@ -43,6 +43,7 @@
          <arg>pkgnames <arg choice="plain"><replaceable>prefix</replaceable></arg></arg>
          <arg>dotty <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>   
    </cmdsynopsis>
  </refsynopsisdiv>
@@ -266,6 +267,19 @@
      priorities of each source. Otherwise it prints out detailed information
      about the priority selection of the named package.
      </VarListEntry>
+
+     <VarListEntry><Term>madison <replaceable/[ pkg(s) ]/</Term>
+     <ListItem><Para>
+
+     <literal/apt-cache/'s <literal/madison/ command attempts to mimic
+     the output format and a subset of the functionality of the Debian
+     archive management tool, <literal/madison/.  It displays
+     available versions of a package in a tabular format.  Unlike the
+     original <literal/madison/, it can only display information for
+     the architecture for which APT has rerieved package lists
+     (<literal/APT::Architecture/).
+
+     </VarListEntry>
    </VariableList>
  </RefSect1>
  
@@ -342,11 +356,18 @@
 
      <VarListEntry><term><option/--recurse/</>
      <ListItem><Para>
-     Make <literal/depends/ recursive so that all packages mentioned are 
-     printed once.
+     Make <literal/depends/ and <literal/rdepends/ recursive so that
+     all packages mentioned are printed once.
      Configuration Item: <literal/APT::Cache::RecurseDepends/.
      </VarListEntry>
 
+     <VarListEntry><term><option/--installed/</>
+     <ListItem><Para>
+     Limit the output of <literal/depends/ and <literal/rdepends/ to
+     packages which are currently installed.
+     Configuration Item: <literal/APT::Cache::Installed/.
+     </VarListEntry>
+
      &apt-commonoptions;
      
    </VariableList>
--- apt.old/doc/apt-ftparchive.1.sgml	2003-08-13 22:10:57.000000000 +0200
+++ apt-0.5.20/doc/apt-ftparchive.1.sgml	2003-12-26 22:23:14.000000000 +0200
@@ -35,6 +35,7 @@
          <arg>packages<arg choice="plain" rep="repeat"><replaceable>path</replaceable></arg><arg><replaceable>override</replaceable><arg><replaceable>pathprefix</replaceable></arg></arg></arg>
          <arg>sources<arg choice="plain" rep="repeat"><replaceable>path</replaceable></arg><arg><replaceable>override</replaceable><arg><replaceable>pathprefix</replaceable></arg></arg></arg>
          <arg>contents <arg choice="plain"><replaceable>path</replaceable></arg></arg>
+         <arg>release <arg choice="plain"><replaceable>path</replaceable></arg></arg>
          <arg>generate <arg choice="plain"><replaceable>config-file</replaceable></arg> <arg choice="plain" rep="repeat"><replaceable>section</replaceable></arg></arg>
          <arg>clean <arg choice="plain"><replaceable>config-file</replaceable></arg></arg>
       </group>
@@ -99,6 +100,25 @@
      The option <option/--db/ can be used to specify a binary caching DB.
      </VarListEntry>
 
+     <VarListEntry><term>release</term>
+     <ListItem><Para>
+     The <literal/release/ command generates a Release file from a
+     directory tree. It recursively searches the given directory for
+     Packages, Packages.gz, Packages.bz2, Sources, Sources.gz,
+     Sources.bz2, Release and md5sum.txt files.  It then writes to
+     stdout a Release file containing an MD5 digest and SHA1 digest
+     for each file.
+     <para>
+     Values for the additional metadata fields in the Release file are
+     taken from the corresponding variables under
+     <literal/APT::FTPArchive::Release/,
+     e.g. <literal/APT::FTPArchive::Release::Origin/.  The supported fields
+     are: <literal/Origin/, <literal/Label/, <literal/Suite/,
+     <literal/Version/, <literal/Codename/, <literal/Date/,
+     <literal/Architectures/, <literal/Components/, <literal/Description/.
+
+     </VarListEntry>
+
      <VarListEntry><term>generate</term>
      <ListItem><Para>
      The <literal/generate/ command is designed to be runnable from a cron script and
--- apt.old/doc/apt-get.8.sgml	2003-09-07 22:12:11.000000000 +0200
+++ apt-0.5.20/doc/apt-get.8.sgml	2003-12-21 01:49:02.000000000 +0200
@@ -325,9 +325,12 @@
 
      <VarListEntry><term><option/--no-upgrade/</>
      <ListItem><Para>
-     Do not upgrade packages; When used in conjunction with <literal/install/
-     <literal/no-upgrade/ will prevent packages listed from being upgraded
-     if they are already installed. 
+
+     Do not upgrade packages; When used in conjunction with
+     <literal/install/, <literal/no-upgrade/ will prevent packages
+     listed on the command linefrom being upgraded if they are already
+     installed.
+
      Configuration Item: <literal/APT::Get::Upgrade/.
      </VarListEntry>
 
--- apt.old/doc/apt_preferences.5.sgml	2003-09-07 22:12:23.000000000 +0200
+++ apt-0.5.20/doc/apt_preferences.5.sgml	2003-12-25 00:38:28.000000000 +0200
@@ -374,7 +374,7 @@
 
 <programlisting>
 Pin: release v=3.0
-Pin: release a=stable v=3.0
+Pin: release a=stable, v=3.0
 Pin: release 3.0
 </programlisting>
 

Reply to: