[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:34 UTC 2010


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

    fix installation of application, use right congig options

diff --git a/debian/patches/series b/debian/patches/series
index 1d5294f..1456e2f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 build-libraries
+install
diff --git a/debian/rules b/debian/rules
index b577480..6fdce61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@ --with ocaml
+
+override_dh_auto_configure:
+	./configure --with-xml --with-ocamlgraph -- with-zip --with-bz2
+

-- 
dose3 packaging



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