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

Mehdi Dogguy dogguy at pps.jussieu.fr
Wed Apr 8 19:44:00 UTC 2009


The following commit has been merged in the master branch:
commit 6ff32fc9ba7b65ac479033752e592eb53a987377
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Wed Apr 8 21:43:55 2009 +0200

    Fix erroneous usage of ifdef in debian/rules

diff --git a/debian/changelog b/debian/changelog
index f3f1f31..840b3bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 why (2.18.dfsg-3) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET.
+  * Fix erroneous usage of ifdef in debian/rules.
 
  -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Fri, 03 Apr 2009 22:33:41 +0200
 
diff --git a/debian/rules b/debian/rules
index f8bf813..e550f61 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)
+ifndef 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