[Pkg-ocaml-maint-commits] [SCM] jocaml packaging branch, master, updated. debian/3.11.0-1-7-gd6b5be0
Mehdi Dogguy
dogguy at pps.jussieu.fr
Sat Apr 4 11:26:39 UTC 2009
The following commit has been merged in the master branch:
commit 54e8f5fc09e91d78909df8687136de3d348f5e5b
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Mon Mar 2 23:32:42 2009 +0100
cosmetic changes
diff --git a/debian/rules b/debian/rules
index 8604978..8124da3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ build-arch-stamp:
cp -xa boot boot.debian; \
fi
$(MAKE) world
-ifneq ($(JOCAML_OPT_ARCH),)
+ifdef $(JOCAML_OPT_ARCH)
$(MAKE) opt opt.opt
endif
touch $@
@@ -70,7 +70,7 @@ install: build-arch build-indep
dh_testroot
dh_prep
dh_installdirs
-ifneq ($(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