[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:59 UTC 2011


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

    config just needs make depend

diff --git a/debian/rules b/debian/rules
index aee952b..3220e61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,7 @@ OPT = $(shell test -x /usr/bin/ocamlopt && echo true)
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
-ifeq ($(OPT),true)
-	$(MAKE) depend pkglab.opt
-else
-	$(MAKE) depend pklab
-endif
+	$(MAKE) depend
 
 override_dh_auto_build:
 	$(MAKE)

-- 
pkglab packaging



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