Author: Ralf Treinen <treinen@debian.org>
Description: all binaries have prefix dose-

Index: dose3/doc/manpages/distcheck.pod
===================================================================
--- dose3.orig/doc/manpages/distcheck.pod	2012-10-16 20:45:16.000000000 +0200
+++ dose3/doc/manpages/distcheck.pod	2012-10-16 20:45:18.000000000 +0200
@@ -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 @@
 =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
+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 compressed files (.gz , .bz2) as
+read from standard input.  B<dose-distcheck> also compressed files (.gz , .bz2) as
 positional arguments. Input read on standard input cannot be in compressed
 form.
 
@@ -62,7 +62,7 @@
 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 @@
 =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
 
@@ -272,13 +272,13 @@
 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
Index: dose3/doc/manpages/buildcheck.pod
===================================================================
--- dose3.orig/doc/manpages/buildcheck.pod	2012-10-16 20:45:16.000000000 +0200
+++ dose3/doc/manpages/buildcheck.pod	2012-10-16 20:45:18.000000000 +0200
@@ -125,7 +125,7 @@
 =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. 
Index: dose3/doc/manpages/outdated.pod
===================================================================
--- dose3.orig/doc/manpages/outdated.pod	2012-10-16 20:45:16.000000000 +0200
+++ dose3/doc/manpages/outdated.pod	2012-10-16 20:50:31.000000000 +0200
@@ -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 @@
 
 =head1 Output Specification
 
-The output of outdated is in the YAML format. 
+The output of dose-outdated is in the YAML format. 
 
 =head1 OPTIONS
 
@@ -74,7 +74,7 @@
 
 =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
 
@@ -86,8 +86,8 @@
 
 =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. 
  
Index: dose3/doc/manpages/challenged.pod
===================================================================
--- dose3.orig/doc/manpages/challenged.pod	2012-10-16 20:45:16.000000000 +0200
+++ dose3/doc/manpages/challenged.pod	2012-10-16 20:45:18.000000000 +0200
@@ -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 @@
 
 =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
 
@@ -71,7 +71,7 @@
 
 =head1 EXAMPLE
 
-  challenged -v --progress Packages.bz2 > result.yaml 
+  dose-challenged -v --progress Packages.bz2 > result.yaml 
 
 =cut
 
@@ -85,8 +85,8 @@
 
 =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.
 
Index: dose3/doc/manpages/ceve.pod
===================================================================
--- dose3.orig/doc/manpages/ceve.pod	2012-10-16 20:45:16.000000000 +0200
+++ dose3/doc/manpages/ceve.pod	2012-10-16 20:45:18.000000000 +0200
@@ -1,18 +1,18 @@
 =head1 NAME
 
-ceve - parse package metadata 
+dose-ceve - parse package metadata 
 
 =head1 SYNOPSIS
 
 =over 
 
-=item B<ceve> [-h] [-v] [-e I<pkgspec>] [-c I<pkgspec>] [-r I<pkgspec>] [--depth=I<n>]I<> [-t I<format>] [-o I<filename>] I<input-spec> 
+=item B<dose-ceve> [-h] [-v] [-e I<pkgspec>] [-c I<pkgspec>] [-r I<pkgspec>] [--depth=I<n>]I<> [-t I<format>] [-o I<filename>] 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. 
 
