[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.8-1-38-gec4b9bb

Ralf Treinen treinen at free.fr
Tue Feb 7 21:24:15 UTC 2012


The following commit has been merged in the master branch:
commit 7a3ded367b60d6a6653e60d5633d613fd9234800
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Feb 7 21:47:18 2012 +0100

    use dose- prefix in all manpages

diff --git a/debian/patches/binaries-prefix-edos b/debian/patches/binaries-prefix-edos
index dd753a2..b8ef869 100644
--- a/debian/patches/binaries-prefix-edos
+++ b/debian/patches/binaries-prefix-edos
@@ -3,8 +3,8 @@ Description: all binaries have prefix dose-
 
 Index: dose3/doc/manpages/distcheck.pod
 ===================================================================
---- dose3.orig/doc/manpages/distcheck.pod	2012-02-07 18:36:35.000000000 +0100
-+++ dose3/doc/manpages/distcheck.pod	2012-02-07 18:44:31.000000000 +0100
+--- dose3.orig/doc/manpages/distcheck.pod	2012-02-07 21:33:52.000000000 +0100
++++ dose3/doc/manpages/distcheck.pod	2012-02-07 21:42:27.000000000 +0100
 @@ -1,25 +1,25 @@
  =head1 NAME
  
@@ -99,8 +99,8 @@ Index: dose3/doc/manpages/distcheck.pod
  =cut
 Index: dose3/applications/distcheck.ml
 ===================================================================
---- dose3.orig/applications/distcheck.ml	2012-02-07 18:36:35.000000000 +0100
-+++ dose3/applications/distcheck.ml	2012-02-07 18:45:09.000000000 +0100
+--- dose3.orig/applications/distcheck.ml	2012-02-07 21:33:52.000000000 +0100
++++ dose3/applications/distcheck.ml	2012-02-07 21:42:27.000000000 +0100
 @@ -64,10 +64,10 @@
    let posargs =
      let args = OptParse.OptParser.parse_argv Options.options in
@@ -115,3 +115,153 @@ Index: dose3/applications/distcheck.ml
      |_,_ -> args
    in
    Boilerplate.enable_debug (OptParse.Opt.get Options.verbose);
+Index: dose3/doc/manpages/buildcheck.pod
+===================================================================
+--- dose3.orig/doc/manpages/buildcheck.pod	2012-02-07 21:33:52.000000000 +0100
++++ dose3/doc/manpages/buildcheck.pod	2012-02-07 21:43:21.000000000 +0100
+@@ -1,19 +1,19 @@
+ =head1 NAME
+ 
+-dose3-buildcheck - check installability of build-dependencies 
++dose-buildcheck - check installability of build-dependencies 
+ 
+ =head1 SYNOPSIS
+ 
+ =over 
+ 
+-=item B<dose3-buildcheck> [options] I<binary-repositories> I<source-repository> 
++=item B<dose-buildcheck> [options] I<binary-repositories> I<source-repository> 
+ 
+ =back
+ =cut
+ 
+ =head1 DESCRIPTION
+ 
+-dose3-buildcheck determines, for a set of debian source package control
++dose-buildcheck determines, for a set of debian source package control
+ stanzas, called the source repository, whether a build environment for the
+ packages of the source repository can be installed by using packages from the
+ binary repository. For this, only package meta-information is taken into
+@@ -85,13 +85,13 @@
+ it is not possible to install a build environment on i386, assuming that
+ the binary packages described in file Packages are available: 
+ 
+- dose3-builddebcheck --architecture i386 --failures --explain Packages Sources 
++ dose-builddebcheck --architecture i386 --failures --explain Packages Sources 
+ 
+ =cut
+ 
+ =head1 AUTHOR
+ 
+-The current version has been rewritten on the basis of the dose3 library by
++The current version has been rewritten on the basis of the dose library by
+ Pietro Abate; it replaces an earlier version that was  simply a wrapper for
+ edos-distcheck.
+ 
+@@ -99,7 +99,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-02-07 21:33:52.000000000 +0100
++++ dose3/doc/manpages/outdated.pod	2012-02-07 21:44:44.000000000 +0100
+@@ -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
+@@ -74,7 +74,7 @@
+ 
+ =head1 EXAMPLE
+ 
+- outdated -v --progress -f -e Packages.bz2 > result.yaml 
++ dose-outdated -v --progress -f -e Packages.bz2 > result.yaml 
+ 
+ =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-02-07 21:33:52.000000000 +0100
++++ dose3/doc/manpages/challenged.pod	2012-02-07 21:46:23.000000000 +0100
+@@ -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 outdated is a list of Debian Packages files 
++The input of challenged is a list of Debian Packages files 
+ 
+ =cut
+ 
+ =head1 Output Specification
+ 
+-The output of outdated is in the yaml format.
++The output of challenged is in the yaml format.
+ 
+ =cut
+ 
+@@ -84,8 +84,8 @@
+ Pietro Abate and Roberto Di Cosmo 
+ 
+ =head1 SEE ALSO
+-L<B<distcheck>(5)B<>>
+-L<B<outdated>(5)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.
+ 

-- 
dose3 packaging



More information about the Pkg-ocaml-maint-commits mailing list