The following commit has been merged in the master branch:
commit 7b8896d594d98041cfac30837687f8b06af3b3fc
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to