[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.0-1-2-g7f26136

Ralf Treinen treinen at free.fr
Thu Mar 3 14:29:28 UTC 2011


The following commit has been merged in the master branch:
commit 7f261366e2a824b072995b8455855a0b723e5e76
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu Mar 3 15:05:57 2011 +0100

    Pietro's review: --with-xml not needed. Add missing build-dependencies.

diff --git a/debian/control b/debian/control
index 8e21f51..ce826f7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~),
  libextlib-ocaml-dev,
  libocamlgraph-ocaml-dev,
  libcudf-ocaml-dev (>= 0.5.99),
- libexpat-ocaml-dev
+ libzip-ocaml-dev, libbz2-ocaml-dev, librpm-dev (>= 4.8)
 Standards-Version: 3.9.1
 Homepage: http://www.mancoosi.org/software/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/dose3.git
diff --git a/debian/rules b/debian/rules
index 9ba8cad..7a064e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,7 @@
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
-	./configure --with-xml --with-ocamlgraph \
-		-- with-zip --with-bz2 --with-rpm
+	./configure --with-ocamlgraph --with-zip --with-bz2 --with-rpm
 
 override_dh_auto_install:
 	dh_auto_install

-- 
dose3 packaging



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