[Pkg-ocaml-maint-commits] [SCM] why packaging branch, master, updated. debian/2.18.dfsg-2-4-gfe64692

Mehdi Dogguy dogguy at pps.jussieu.fr
Thu Apr 16 15:42:33 UTC 2009


The following commit has been merged in the master branch:
commit 3e0074e63e80a999071958447a5000d874043257
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Thu Apr 16 17:25:22 2009 +0200

    Replace ifndef with ifeq which is less error prone

diff --git a/debian/rules b/debian/rules
index e550f61..faa3584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ install: build
 	mv $(WHYDIR)/usr/lib/why/why-logo-1.png $(WHYDIR)/usr/share/why
 	echo 'F:OCamlRuntime=$(OCAML_RUNTIME_NOX)' >> debian/libjessie-ocaml-dev.substvars
 	echo 'F:CoqABI=$(COQ_ABI)' >> debian/libwhy-coq.substvars
-ifndef OCAML_OPT_ARCH
+ifeq ($(OCAML_OPT_ARCH),)
 	echo 'F:WhyRuntime=liblablgtk2-ocaml,$(OCAML_RUNTIME_NOX)' >> debian/why.substvars
 endif
 

-- 
why packaging



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