The following commit has been merged in the master branch:
commit e4eb9a789d9b0bce3d9af2d6aeb14dd11a756c42
Author: Hendrik Tews <hend...@askra.de>
Date:   Tue Jan 31 14:53:59 2012 +0100

    get pbuilder working

diff --git a/debian/rules b/debian/rules
index 519ee8d..a708a7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+OCAMLABI:=$(shell ocamlc -version)
+
 %:
        dh --with ocaml $@
 
@@ -18,7 +20,7 @@ override_dh_auto_configure:
 
 .PHONY: override_dh_gencontrol
 override_dh_gencontrol:
-       dh_gencontrol -i -- -VF:OCamlABI="$(OCAMLABI)"
+       dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:

-- 
otags packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to