[Pkg-ocaml-maint-commits] [SCM] otags packaging branch, master, updated. debian/3.09.3.3-1-11-gc8d5522

Hendrik Tews hendrik at askra.de
Wed Feb 1 12:39:39 UTC 2012


The following commit has been merged in the master branch:
commit e4eb9a789d9b0bce3d9af2d6aeb14dd11a756c42
Author: Hendrik Tews <hendrik at 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



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