[Pkg-ocaml-maint-commits] [SCM] jocaml packaging branch, master, updated. debian/3.11.0-1-9-gcce8daa

Mehdi Dogguy dogguy at pps.jussieu.fr
Mon Apr 6 09:06:11 UTC 2009


The following commit has been merged in the master branch:
commit cce8daabc7471c274508fe75de18cb03c271805f
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Mon Apr 6 11:05:08 2009 +0200

    Fix erroneous usage of ifdef

diff --git a/debian/rules b/debian/rules
index 160dd89..a1ef38f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ build-arch-stamp:
 		cp -xa boot boot.debian; \
 	fi
 	$(MAKE) world
-ifdef $(JOCAML_OPT_ARCH)
+ifdef JOCAML_OPT_ARCH
 	$(MAKE) opt opt.opt
 endif
 	touch $@
@@ -71,7 +71,7 @@ install: build-arch build-indep
 	dh_testroot
 	dh_prep
 	dh_installdirs
-ifdef $(JOCAML_OPT_ARCH)
+ifdef JOCAML_OPT_ARCH
 	cp debian/jocaml.links.opt debian/jocaml.links
 endif
 	mkdir -p $(CURDIR)/debian/tmp/usr

-- 
jocaml packaging



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