[Pkg-ocaml-maint-commits] [SCM] ocaml-fileutils packaging branch, master, updated. debian/0.4.0-2

Sylvain Le Gall gildor at debian.org
Fri Oct 9 20:42:35 UTC 2009


The following commit has been merged in the master branch:
commit 0f65e3328af85640ffb27eb07c73f08c1c00166d
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Fri Oct 9 22:40:51 2009 +0200

    Only use byte plugin (Closes: #550344)

diff --git a/debian/changelog b/debian/changelog
index 1fd7ec1..d793f0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-fileutils (0.4.0-2) unstable; urgency=low
+
+  * Only use byte plugin (Closes: #550344)
+
+ -- Sylvain Le Gall <gildor at debian.org>  Fri, 09 Oct 2009 22:40:03 +0200
+
 ocaml-fileutils (0.4.0-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/patches/00list b/debian/patches/00list
index e69de29..2a3ca79 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -0,0 +1 @@
+byte_plugin
diff --git a/debian/patches/byte_plugin.dpatch b/debian/patches/byte_plugin.dpatch
new file mode 100755
index 0000000..9644367
--- /dev/null
+++ b/debian/patches/byte_plugin.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## byte_plugin.dpatch by Sylvain Le Gall <gildor at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad ocaml-fileutils~/Makefile ocaml-fileutils/Makefile
+--- ocaml-fileutils~/Makefile	2009-09-16 19:27:57.000000000 +0200
++++ ocaml-fileutils/Makefile	2009-10-09 22:33:08.715070805 +0200
+@@ -23,7 +23,7 @@
+ 
+ BUILDDIR=./_build/src
+ SRCDIR=./src
+-OCAMLBUILDFLAGS+=-classic-display -no-log
++OCAMLBUILDFLAGS+=-classic-display -no-log -byte-plugin
+ 
+ all:
+ 

-- 
ocaml-fileutils packaging



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