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

Stefano Zacchiroli zack at upsilon.cc
Thu May 15 22:04:53 UTC 2008


The following commit has been merged in the master branch:
commit 8513f6f8e65cfb15dfa73fb89ddeb4f29e195844
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu May 15 23:30:18 2008 +0200

    manually invoke ./configure

diff --git a/debian/rules b/debian/rules
index 0d6d1d5..9c071c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
-DEB_MAKE_BUILD_TARGET = all
 LIB_NAME = dose2
 DLL_PKG_NAME = lib$(LIB_NAME)-ocaml
 DEV_PKG_NAME = lib$(LIB_NAME)-ocaml-dev
+DEB_MAKE_BUILD_TARGET = depend all
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(DEV_PKG_NAME)$(OCAML_STDLIB_DIR)
+configure/$(DEV_PKG_NAME)::
+	./configure
 install/$(DEV_PKG_NAME)::
 	mkdir -p debian/$(DLL_PKG_NAME)$(OCAML_DLL_DIR)
 	mv debian/$(DEV_PKG_NAME)$(OCAML_STDLIB_DIR)/mmap/*.so \

-- 
dose2 packaging



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