[Pkg-ocaml-maint-commits] [SCM] core packaging branch, master, updated. 0f92ab7e6655a36e8f3680474164a91ae1f15e51

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 09:40:40 UTC 2008


The following commit has been merged in the master branch:
commit fc6394604f9b4462f3830aeb8060c72abbc5de4a
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 11:39:10 2008 +0200

    draft debian/rules (untested)

diff --git a/debian/rules b/debian/rules
index 097bcf4..cfb7141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +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/rules/dpatch.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+
+LIB_NAME = core
+DLL_PKG_NAME = lib$(LIB_NAME)-ocaml
+DEV_PKG_NAME = lib$(LIB_NAME)-ocaml-dev
+
+DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_INSTFLAGS="-destdir $(CURDIR)/debian/$(DEV_PKG_NAME)$(OCAML_STDLIB_DIR)"
 
-# Add here any variable or target overrides you need.

-- 
core packaging



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