[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-11-23-gf5850e5

Ralf Treinen treinen at free.fr
Sun Feb 13 21:18:55 UTC 2011


The following commit has been merged in the master branch:
commit 25cd38fa9918a58a9ad9174753c535ca7d709a46
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Feb 13 12:22:28 2011 +0100

    fix name of configure rule

diff --git a/debian/rules b/debian/rules
index 44988f9..aee952b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ OPT = $(shell test -x /usr/bin/ocamlopt && echo true)
 %:
 	dh $@ --with ocaml
 
-override_dh_auto_conigure:
+override_dh_auto_configure:
 ifeq ($(OPT),true)
 	$(MAKE) depend pkglab.opt
 else

-- 
pkglab packaging



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