[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. 7fed3623d29483b6d41c545f29ab58c7c09ca1b6

Stefano Zacchiroli zack at upsilon.cc
Thu Apr 10 13:42:57 UTC 2008


The following commit has been merged in the master branch:
commit 7fed3623d29483b6d41c545f29ab58c7c09ca1b6
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Apr 10 15:35:08 2008 +0200

    first draft of (working) rules

diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ca61561
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
+DEB_MAKE_BUILD_TARGET = all
+else
+DEB_MAKE_BUILD_TARGET = byte
+endif
+
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/

-- 
dose2 packaging



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