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

Ralf Treinen treinen at free.fr
Mon Feb 6 19:34:06 UTC 2012


The following commit has been merged in the master branch:
commit 6ba87e9dec8f53eb22f6ceb9f52a63aa7347e041
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Feb 6 20:07:13 2012 +0100

    fix binary prefix from edos- to dose3-

diff --git a/debian/patches/binaries-prefix-edos b/debian/patches/binaries-prefix-edos
index e335c70..a4ed7c4 100644
--- a/debian/patches/binaries-prefix-edos
+++ b/debian/patches/binaries-prefix-edos
@@ -3,8 +3,8 @@ Description: all binaries have prefix dose3-
 
 Index: dose3/doc/manpages/distcheck.pod
 ===================================================================
---- dose3.orig/doc/manpages/distcheck.pod	2012-02-06 15:27:40.000000000 +0100
-+++ dose3/doc/manpages/distcheck.pod	2012-02-06 16:39:59.000000000 +0100
+--- dose3.orig/doc/manpages/distcheck.pod	2012-02-06 20:01:28.000000000 +0100
++++ dose3/doc/manpages/distcheck.pod	2012-02-06 20:05:39.000000000 +0100
 @@ -1,19 +1,19 @@
  =head1 NAME
  
@@ -88,3 +88,21 @@ Index: dose3/doc/manpages/distcheck.pod
  project. The current version has been rewritten on the basis of the dose3
  library by Pietro Abate.
  
+Index: dose3/applications/distcheck.ml
+===================================================================
+--- dose3.orig/applications/distcheck.ml	2012-02-06 20:01:28.000000000 +0100
++++ dose3/applications/distcheck.ml	2012-02-06 20:06:09.000000000 +0100
+@@ -72,10 +72,10 @@
+   let posargs =
+     let args = OptParse.OptParser.parse_argv Options.options in
+     match Filename.basename(Sys.argv.(0)),args with
+-    |("debcheck"|"edos-debcheck"),[] -> ["deb://-"]
+-    |("debcheck"|"edos-debcheck"),l -> List.map ((^) "deb://") l
++    |("debcheck"|"dose3-debcheck"),[] -> ["deb://-"]
++    |("debcheck"|"dose3-debcheck"),l -> List.map ((^) "deb://") l
+     |"eclipsecheck",l -> List.map ((^) "eclipse://") l
+-    |("rpmcheck"|"edos-rpmcheck"),l -> List.map ((^) "synth://") l
++    |("rpmcheck"|"dose3-rpmcheck"),l -> List.map ((^) "synth://") l
+     |_,_ -> args
+   in
+   Boilerplate.enable_debug (OptParse.Opt.get Options.verbose);

-- 
dose3 packaging



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