[Pkg-ocaml-maint-commits] [SCM] type-conv packaging branch, master, updated. 7b8896d594d98041cfac30837687f8b06af3b3fc

Stefano Zacchiroli zack at upsilon.cc
Sun May 4 13:29:00 UTC 2008


The following commit has been merged in the master branch:
commit 7b8896d594d98041cfac30837687f8b06af3b3fc
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun May 4 15:28:49 2008 +0200

    simpler debian/rules: type-conv is bytecode only

diff --git a/debian/rules b/debian/rules
index 43fb918..94b8212 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,8 @@ LIB_NAME = type-conv
 PKG_NAME = lib$(LIB_NAME)-camlp4-dev
 DESTDIR = $(CURDIR)/debian/$(PKG_NAME)$(OCAML_STDLIB_DIR)
 
-ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET = all
 DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_INSTFLAGS="-destdir $(DESTDIR)"
-else
-DEB_MAKE_BUILD_TARGET = byte
-DEB_MAKE_INSTALL_TARGET = libinstall-byte-code OCAMLFIND_INSTFLAGS="-destdir $(DESTDIR)"
-endif
 
 build/$(PKG_NAME)::
 	mkdir -p $(DESTDIR)

-- 
type-conv packaging



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