[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. 51230bcd5342bb4389ed717c73b414037b1de943

Sylvain Le Gall gildor at debian.org
Mon Jun 16 23:08:10 UTC 2008


The following commit has been merged in the master branch:
commit 3535a67887353b6535da97488b56546f76f1c210
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Tue Jun 17 00:44:21 2008 +0200

    Remove debugging statement from code.

diff --git a/debian/patches/00list b/debian/patches/00list
index e467521..32949df 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1,2 @@
 01_adapt_debian
+02_remove_dbug_print
diff --git a/debian/patches/02_remove_dbug_print.dpatch b/debian/patches/02_remove_dbug_print.dpatch
new file mode 100755
index 0000000..9748b83
--- /dev/null
+++ b/debian/patches/02_remove_dbug_print.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## remove_dbug_print.dpatch by Sylvain Le Gall <gildor at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove debug print statement.
+
+ at DPATCH@
+diff -urNad ocamlbricks~/SHELL/shell.ml ocamlbricks/SHELL/shell.ml
+--- ocamlbricks~/SHELL/shell.ml	2008-06-16 23:48:47.000000000 +0200
++++ ocamlbricks/SHELL/shell.ml	2008-06-17 00:40:17.000000000 +0200
+@@ -391,6 +391,6 @@
+ (** Check if a file with the given name can be created by the current user. *)
+ let freshname_possible x =
+   let d = (Filename.dirname x) in 
+-  prerr_endline ("freshname_possible: x="^x^" d="^d) ; 
++  (*prerr_endline ("freshname_possible: x="^x^" d="^d) ; *)
+   (dir_writable d)
+  ;; 

-- 
ocamlbricks packaging



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