From: Ralf Treinen <treinen@debian.org>
Date: Sun, 3 Jun 2018 10:47:27 +0200
Subject: all binaries have prefix dose-

---
 doc/manpages/ceve.pod           |  8 ++++----
 doc/manpages/challenged.pod     | 16 ++++++++--------
 doc/manpages/deb-buildcheck.pod |  4 ++--
 doc/manpages/debcoinstall.pod   | 10 +++++-----
 doc/manpages/distcheck.pod      | 28 ++++++++++++++--------------
 doc/manpages/outdated.pod       | 14 +++++++-------
 6 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/doc/manpages/ceve.pod b/doc/manpages/ceve.pod
index db9b011..c1bd2c7 100644
--- a/doc/manpages/ceve.pod
+++ b/doc/manpages/ceve.pod
@@ -1,18 +1,18 @@
 =head1 NAME
 
-ceve - parse package metadata 
+dose-ceve - parse package metadata 
 
 =head1 SYNOPSIS
 
 =over 
 
-=item B<ceve> [-h] [-v] [-c I<pkgspec>] [-r I<pkgspec>] [--depth=I<n>]I<> [-T I<format>] [-G I<graph type>] [-o I<filename>] I<input-spec> [I<input-spec>...]
+=item B<dose-ceve> [-h] [-v] [-c I<pkgspec>] [-r I<pkgspec>] [--depth=I<n>]I<> [-T I<format>] [-G I<graph type>] [-o I<filename>] I<input-spec> [I<input-spec>...]
 
 =back
 
 =head1 DESCRIPTION
 
-Ceve is a generalized metadata parser. It reads package specifications,
+Dose-ceve is a generalized metadata parser. It reads package specifications,
 extracts package metadata from them, performs some manipulations, and outputs
 the package metadata in one of several formats. 
 
@@ -265,7 +265,7 @@ universe.
 
 =head2 DEBIAN SPECIFIC OPTIONS
 
-Multi-arch annotations are handled by ceve. Packages whose's architecture is
+Multi-arch annotations are handled by dose-ceve. Packages whose's architecture is
 neither the native architecture nor in the list of foreign architectures (see
 below) are ignored.
 
diff --git a/doc/manpages/challenged.pod b/doc/manpages/challenged.pod
index 02e7649..38c20d7 100644
--- a/doc/manpages/challenged.pod
+++ b/doc/manpages/challenged.pod
@@ -1,19 +1,19 @@
 =head1 NAME
 
-challenged - detect broken packages due to obsolete dependencies 
+dose-challenged - detect broken packages due to obsolete dependencies 
 
 =head1 SYNOPSIS 
 
 =over
 
-=item B<challenged> [options] I<Packages file(s)> 
+=item B<dose-challenged> [options] I<Packages file(s)> 
 
 =back
 =cut
 
 =head1 DESCRIPTION
 
-challenged performs a speculative analysis of the repository to identify those
+B<dose-challenged> performs a speculative analysis of the repository to identify those
 packages that, if upgraded to a specific version, would break a large number of
 other packages in the repository. This tool would be particularly useful during
 the upgrade of a specific component to evaluate its impact on the software
@@ -23,13 +23,13 @@ archive.
 
 =head1 Input Specification
 
-The input of challenged is a list of Debian Packages files 
+The input of dose-challenged is a list of Debian Packages files 
 
 =cut
 
 =head1 Output Specification
 
-The output of challenged is in the yaml format.
+The output of dose-challenged is in the yaml format.
 
 =cut
 
@@ -74,7 +74,7 @@ Display this list of options.
 
 =head1 EXAMPLE
 
-  challenged -v --progress Packages.bz2 > result.yaml 
+  dose-challenged -v --progress Packages.bz2 > result.yaml 
 
 =cut
 
@@ -88,8 +88,8 @@ Pietro Abate and Roberto Di Cosmo
 
 =head1 SEE ALSO
 
-L<B<distcheck>(1)B<>>
-L<B<outdated>(1)B<>> 
+L<B<dose-distcheck>(1)B<>>
+L<B<dose-outdated>(1)B<>> 
 
 <http://www.mancoosi.org> is the home page of the Mancoosi project.
 
diff --git a/doc/manpages/deb-buildcheck.pod b/doc/manpages/deb-buildcheck.pod
index 9b29eff..cb877b4 100644
--- a/doc/manpages/deb-buildcheck.pod
+++ b/doc/manpages/deb-buildcheck.pod
@@ -258,7 +258,7 @@ Compute the list of source packages for armel in Sources for which it is not
 possible to install a mix build environment on amd64 plus armel, assuming that
 the binary packages described in file Packages are available: 
 
- deb-builddebcheck --failures --successes --deb-native-arch=amd64 \
+ dose-builddebcheck --failures --successes --deb-native-arch=amd64 \
  --deb-foreign-archs=armel,linux-any --deb-host-arch=armel \
  DebianPackages/Sid-amd64-armel-Packages-050812.bz2 
  DebianPackages/Sid-Sources-single-version-050812.bz2
@@ -276,7 +276,7 @@ edos-distcheck.
 =head1 SEE ALSO
 
 L<B<deb-control>(5)>, 
-L<B<dose3-distcheck>(1)> 
+L<B<dose-distcheck>(1)> 
 
 <http://www.edos-project.org> is the home page of the EDOS project. 
 <http://www.mancoosi.org> is the home page of the Mancoosi project. 
diff --git a/doc/manpages/debcoinstall.pod b/doc/manpages/debcoinstall.pod
index e401e2f..7bc9392 100644
--- a/doc/manpages/debcoinstall.pod
+++ b/doc/manpages/debcoinstall.pod
@@ -1,19 +1,19 @@
 =head1 NAME
 
-dose-debcoinstall - calculate a coinstallation set of a given set of Debian binary packages
+dose-deb-coinstall - calculate a coinstallation set of a given set of Debian binary packages
 
 =head1 SYNOPSIS
 
 =over
 
-=item B<dose-debcoinstall> [options] I<binary-repositories>
+=item B<dose-deb-coinstall> [options] I<binary-repositories>
 
 =back
 =cut
 
 =head1 DESCRIPTION
 
-dose-debcoinstall determines whether a set of foreground Debian binary packages
+dose-deb-coinstall determines whether a set of foreground Debian binary packages
 can be installed together given a set of background Debian binary packages. If
 a valid coinstallation set exists, than it is printed on standard output; else
 the application exists with exit code 1 and prints nothing. 
@@ -135,13 +135,13 @@ essential:
  /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages \
  > essential
 
- dose-debcoinstall --deb-native-arch=amd64 \
+ dose-deb-coinstall --deb-native-arch=amd64 \
  --bg /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages \
  --fg essential > essential_coinstall
 
 Compute the list of source packages needed to build these packages:
 
- dose-debcoinstall --deb-native-arch=amd64 \
+ dose-deb-coinstall --deb-native-arch=amd64 \
  --src /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_source_Sources \
  --bg /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages \
  --fg essential > essential_coinstall_src
diff --git a/doc/manpages/distcheck.pod b/doc/manpages/distcheck.pod
index 4361cf9..54c160a 100644
--- a/doc/manpages/distcheck.pod
+++ b/doc/manpages/distcheck.pod
@@ -1,25 +1,25 @@
 =head1 NAME
 
-distcheck - check installability of packages according to metadata 
+dose-distcheck - check installability of packages according to metadata 
 
 =head1 SYNOPSIS
 
 =over 
 
-=item B<distcheck> [option] ... I<uri>
+=item B<dose-distcheck> [option] ... I<uri>
 
-=item B<debcheck> [option] ... [I<file>]
+=item B<dose-debcheck> [option] ... [I<file>]
 
-=item B<rpmcheck> [option] ... [I<file>]
+=item B<dose-rpmcheck> [option] ... [I<file>]
 
-=item B<eclipsecheck> [option] ... [I<file>] 
+=item B<dose-eclipsecheck> [option] ... [I<file>] 
 
 =back
 =cut
 
 =head1 DESCRIPTION
 
-distcheck determines, for a set of package control stanzas, called the
+dose-distcheck determines, for a set of package control stanzas, called the
 repository, whether packages of the repository can be installed relative to the
 repository according to the inter-package relationsships expressed in the
 package control stanzas.  The exact set of relevant control fields and their
@@ -39,17 +39,17 @@ all packages are in the foreground.
 =head1 Input Specification
 
 Currently supported input types are debian, rpm, and eclipse. The
-B<distcheck> tool expects its input specifiations in the form
+B<dose-distcheck> tool expects its input specifiations in the form
 I<type://pathname> where I<type> is one of B<deb>, B<synthesis>,
 B<hdlist> or B<eclipse>, and I<pathname> is the pathname of a file
 containing the input. The package metadata found in that file must
 correspond to the I<type> given in the URI.
 
-When invoked as I<typeB<check>> then the type of input is assumed to be
+When invoked as I<B<dose->typeB<check>> then the type of input is assumed to be
 I<type>, and repositories (in positional arguments or in the values of options
 B<--fg> and B<--bg>) are simply given in form of a pathname of a file
 containing the repository. If no positional argument is given then input is
-read from standard input. B<distcheck> also accepts compressed files (.gz ,
+read from standard input. B<dose-distcheck> also accepts compressed files (.gz ,
 .bz2) as positional arguments. Input read on standard input cannot be in
 compressed form.
 
@@ -62,7 +62,7 @@ compressed form.
 The input file has to contain stanzas in the format
 of L<deb-control(5)>, separated by one blank line. For instance, the Packages
 files as found on a Debian mirror server, or in the directory I</var/lib/apt/lists/>
-of a Debian system, are suitable as input to B<debcheck>. Installability of
+of a Debian system, are suitable as input to B<dose-debcheck>. Installability of
 packages is analyzed according to their B<Depends>, B<Conflicts>, and B<Provides>
 fields with their meaning as of Debian policy version 3.9.0. B<Pre-depends> are
 treated like B<Depends>, and B<Breaks> are treated like B<Conflicts>.
@@ -80,8 +80,8 @@ with the same name but different versions.
 =head2 Rpm
 
 The input file can be either a I<synthesis> file or a I<hdlist> file.  By
-default rpmcheck expects a synthesis file as input. To specify a hdlist file
-distcheck must be invoked with a file argument of the form hdlist:// 
+default dose-rpmcheck expects a synthesis file as input. To specify a hdlist file
+dose-distcheck must be invoked with a file argument of the form hdlist:// 
 
 =cut
 
@@ -373,13 +373,13 @@ found in the directory B</var/lib/apt/lists>.
 Check which packages in contrib are not installable when dependencies may
 be satisfied from main:
  
-  debcheck --failures --bg=main_Packages contrib_Packages
+  dose-debcheck --failures --bg=main_Packages contrib_Packages
 
 =cut
 
 =head1 NOTE
 
-Distcheck is a complete reimplementation of edos-debcheck, written for the EDOS
+Dose-distcheck is a complete reimplementation of edos-debcheck, written for the EDOS
 project. 
 
 =cut
diff --git a/doc/manpages/outdated.pod b/doc/manpages/outdated.pod
index 22b043b..99c2abc 100644
--- a/doc/manpages/outdated.pod
+++ b/doc/manpages/outdated.pod
@@ -1,16 +1,16 @@
 =head1 NAME
 
-outdated - detect uninstallable packages due to obsolete dependencies 
+dose-outdated - detect uninstallable packages due to obsolete dependencies 
 
 =head1 SYNOPSIS
 
-B<outdated> [option] ... I<file> ... 
+B<dose-outdated> [option] ... I<file> ... 
 
 =cut
 
 =head1 DESCRIPTION
 
-B<outdated> identifies in a debian package repository those packages that
+B<dose-outdated> identifies in a debian package repository those packages that
 are not installable with respect to that repository by the their inter-package
 relationships (dependencies, conflicts, ...), and that furthermore cannot
 become installable (in the current version) how matter how the rest of the
@@ -28,7 +28,7 @@ from the input files.
 
 =head1 Output Specification
 
-The output of outdated is in the YAML format. 
+The output of dose-outdated is in the YAML format. 
 
 =head1 OPTIONS
 
@@ -83,7 +83,7 @@ errors).
 
 =head1 EXAMPLE
 
- dose3-outdated -f -v /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages
+ dose-outdated -f -v /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages
 
 =cut
 
@@ -95,8 +95,8 @@ Pietro Abate and Ralf Treinen
 
 =head1 SEE ALSO
 
-L<B<distcheck>(5)>
-L<B<challenged>(5)> 
+L<B<dose-distcheck>(5)>
+L<B<dose-challenged>(5)> 
 
 <http://www.mancoosi.org> is the home page of the Mancoosi project. 
  
