[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. cb7338b98325c87133a04f86e2b8caf00ce297cb

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 12:23:29 UTC 2008


The following commit has been merged in the master branch:
commit cb7338b98325c87133a04f86e2b8caf00ce297cb
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 14:22:04 2008 +0200

    draft debian/rules

diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..470b02e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/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/rules/dpatch.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+
+LIB_NAME = sexplib
+DLL_PKG_NAME = lib$(LIB_NAME)-ocaml
+DEV_PKG_NAME = lib$(LIB_NAME)-ocaml-dev
+
+DEB_MAKE_BUILD_TARGET = all
+DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_INSTFLAGS="-destdir $(CURDIR)/debian/$(DEV_PKG_NAME)$(OCAML_STDLIB_DIR)"
+

-- 
sexplib310 packaging



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