[Pkg-ocaml-maint-commits] [SCM] ocaml-deriving-ocsigen packaging branch, master, updated. debian/0.1.1a-3-30-g699d30a

Stephane Glondu steph at glondu.net
Tue Nov 22 19:37:27 UTC 2011


The following commit has been merged in the master branch:
commit 7a58ad746e0ed180473a3eddafcd9015790391c1
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Nov 22 20:14:51 2011 +0100

    Do not build deriving executables

diff --git a/debian/patches/0007-Do-not-build-deriving-executables.patch b/debian/patches/0007-Do-not-build-deriving-executables.patch
new file mode 100644
index 0000000..1ead6db
--- /dev/null
+++ b/debian/patches/0007-Do-not-build-deriving-executables.patch
@@ -0,0 +1,24 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Tue, 22 Nov 2011 20:14:51 +0100
+Subject: Do not build deriving executables
+
+---
+ syntax/Makefile |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/syntax/Makefile b/syntax/Makefile
+index cf7ba51..5dc9f59 100644
+--- a/syntax/Makefile
++++ b/syntax/Makefile
+@@ -47,8 +47,8 @@ PREDEP := id.ml
+ 
+ all: byte opt
+ 
+-byte:: pa_deriving.cma deriving
+-opt:: pa_deriving.cmxa deriving.opt
++byte:: pa_deriving.cma
++opt:: pa_deriving.cmxa
+ ifeq "${NATDYNLINK}" "YES"
+ opt::  pa_deriving.cmxs
+ endif
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index cc1b4aa..562454b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-build-cmxs.patch
 0005-remove-syntax.base-package.patch
 0006-Install-cmx.patch
+0007-Do-not-build-deriving-executables.patch

-- 
ocaml-deriving-ocsigen packaging



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