The following commit has been merged in the master branch:
commit 8513f6f8e65cfb15dfa73fb89ddeb4f29e195844
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
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
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits