[Pkg-ocaml-maint-commits] [SCM] ocaml-res packaging branch, master, updated. debian/3.2.0-2-16-g35a320c

Lifeng Sun lifongsun at gmail.com
Mon Jun 10 07:48:20 UTC 2013


The following commit has been merged in the master branch:
commit 5ec4bfc39ef47b5c905ff0cbe417c5013c5e678c
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Mon Jun 10 15:36:36 2013 +0800

    debian/rules: fix debhelper rule. (options should not come before the sequence)

diff --git a/debian/rules b/debian/rules
index 9b10edf..e7e34d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
 export OCAMLFIND_LDCONF=ignore
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
ocaml-res packaging



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