[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. upstream/0.7-35-g929b2cb

Ralf Treinen treinen at free.fr
Wed Jul 21 20:17:19 UTC 2010


The following commit has been merged in the master branch:
commit fb04f96950bf6e1fb0312a5c334fedb6c2880a34
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jul 21 20:21:57 2010 +0200

    add patches

diff --git a/debian/patches/build-libraries b/debian/patches/build-libraries
new file mode 100644
index 0000000..5eca3ff
--- /dev/null
+++ b/debian/patches/build-libraries
@@ -0,0 +1,35 @@
+Index: dose3/Makefile
+===================================================================
+--- dose3.orig/Makefile	2010-07-21 20:16:10.000000000 +0200
++++ dose3/Makefile	2010-07-21 20:17:19.000000000 +0200
+@@ -12,7 +12,7 @@
+ 				 $(wildcard common/*.ml common/*.mli))
+ 
+ all:
+-	CPPFLAGS="$(CPPFLAGS)" LDFLAGS="-fstack-protector" $(OCAMLBUILD) $(OBFLAGS) $(TARGETS)
++	CPPFLAGS="$(CPPFLAGS)" LDFLAGS="-fstack-protector" $(OCAMLBUILD) $(OBFLAGS) $(TARGETS) $(LIBS)
+ 
+ clean:
+ 	$(OCAMLBUILD) $(OBFLAGS) -clean
+Index: dose3/META
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ dose3/META	2010-07-21 20:19:34.000000000 +0200
+@@ -0,0 +1,17 @@
++description = "Dose3 common library"
++version = "placeholder"
++archive(byte) = "common.cma"
++archive(native) = "common.cmxa"
++requires = "extlib"
++
++description = "Dose3 algorithms library"
++version = "placeholder"
++archive(byte) = "algo.cma"
++archive(native) = "algo.cmxa"
++requires = "extlib"
++
++description = "Dose3 Debian library"
++version = "placeholder"
++archive(byte) = "debian.cma"
++archive(native) = "debian.cmxa"
++requires = "extlib"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1d5294f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build-libraries

-- 
dose3 packaging



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