[Pkg-ocaml-maint-commits] [SCM] ocamlp3l packaging branch, master, updated. debian/2.03-1-1-gf6fa907

Sylvain Le Gall gildor at debian.org
Tue Aug 12 16:49:34 UTC 2008


The following commit has been merged in the master branch:
commit a01e8fb44798a5d0bf34a4ca2bb2744cd7b54e9f
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Aug 9 22:06:31 2008 +0000

    Remove useless OCAML_HAVE_OCAMLOPT comments.

diff --git a/debian/rules b/debian/rules
index 298cdec..7c2355f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,11 +27,8 @@ PACKAGE_DEV := ocamlp3l
 DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)
 
 
-DEB_MAKE_CLEAN_TARGET    := configure clean unconfigure
-DEB_MAKE_BUILD_TARGET    := configure all
-#ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-#DEB_MAKE_BUILD_TARGET    += opt 
-#endif
+DEB_MAKE_CLEAN_TARGET   := configure clean unconfigure
+DEB_MAKE_BUILD_TARGET   := configure all
 DEB_MAKE_INSTALL_TARGET := install
 DEB_MAKE_INSTALL_TARGET += CAMLLIBDIR=$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET += PREFIX=$(DESTDIR_DEV)/usr/

-- 
ocamlp3l packaging



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