chiark / gitweb /
Update description of the madison tool (by replacing it with a
authorhe <he@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 12 Jun 2008 22:49:38 +0000 (22:49 +0000)
committerhe <he@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 12 Jun 2008 22:49:38 +0000 (22:49 +0000)
description of the dak ls tool). Update the example while we're
at it.

git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@5230 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
pkgs.dbk
resources.dbk

index 437adcab3c2815ab180f75c9b36cff54e4389dc6..c5e7c8ce9b888458340bc0b11407e0c7b32de9fe 100644 (file)
@@ -40,6 +40,9 @@ developers-reference (3.4.0) UNRELEASED; urgency=low
   * Clarify instructions for replacing/renaming binary packages,
     pointing out that using Provides is sometimes advisable. Closes:
     #467102
+  * Update description of the madison tool (by replacing it with a
+    description of the dak ls tool). Update the example while we're
+    at it.
 
  -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 01 Jun 2008 16:26:33 +0200
 
index 1e0b29d9593b81ade4d436d9ef8540f87a748780..1a86405d841fc0db51840aa899a9034a8bbd2ba2 100644 (file)
--- a/pkgs.dbk
+++ b/pkgs.dbk
@@ -2281,7 +2281,7 @@ available in <literal>unstable</literal>, but not affecting the version in
 <listitem>
 <para>
 It must be available on all architectures on which it has previously been built
-in <literal>unstable</literal>.  <xref linkend="madison"/> may be of interest
+in <literal>unstable</literal>.  <xref linkend="dak ls"/> may be of interest
 to check that information;
 </para>
 </listitem>
index fa9cc705d10b0cf35958b7181bc5bd92d0089dc2..74fa28ab59f7eba2db78da69e06a1ed466037cf6 100644 (file)
@@ -971,28 +971,30 @@ a given package at the URL
 </para>
 </section>
 
-<section id="madison">
-<title>The <command>madison</command> utility</title>
+<section id="dak ls">
+<title>The <command>dak ls</command> utility</title>
 <para>
-<command>madison</command> is a command-line utility that is available on
-<literal>&ftp-master-host;</literal>, and on the mirror on
-<literal>&ftp-master-mirror;</literal>.  It uses a single argument corresponding
-to a package name.  In result it displays which version of the package is
-available for each architecture and distribution combination.  An example will
-explain it better.
+<command>dak ls</command> is part of the dak suite of tools, listing
+available package versions for all known distributions and architectures.
+The <command>dak</command> tool is available on <literal>&ftp-master-host;
+</literal>, and on the mirror on <literal>&ftp-master-mirror;</literal>.
+It uses a single argument corresponding to a package name. An example will
+explain it better:
 </para>
 <screen>
-$ madison libdbd-mysql-perl
-libdbd-mysql-perl |   1.2202-4 |        stable | source, alpha, arm, i386, m68k, powerpc, sparc
-libdbd-mysql-perl |   1.2216-2 |       testing | source, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc
-libdbd-mysql-perl | 1.2216-2.0.1 |       testing | alpha
-libdbd-mysql-perl |   1.2219-1 |      unstable | source, alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc
+$ dak ls evince
+evince | 0.1.5-2sarge1 |     oldstable | source, alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc
+evince |    0.4.0-5 |     etch-m68k | source, m68k
+evince |    0.4.0-5 |        stable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
+evince |   2.20.2-1 |       testing | source
+evince | 2.20.2-1+b1 |       testing | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
+evince |   2.22.2-1 |      unstable | source, alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc
 </screen>
 <para>
 In this example, you can see that the version in <literal>unstable</literal>
 differs from the version in <literal>testing</literal> and that there has
-been a binary-only NMU of the package for the alpha architecture.  Each version
-of the package has been recompiled on most of the architectures.
+been a binary-only NMU of the package for all architectures.  Each version
+of the package has been recompiled on all architectures.
 </para>
 </section>