[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.5.3-1-42-g1b9df77
Stefano Zacchiroli
zack at upsilon.cc
Fri Nov 13 10:50:09 UTC 2009
The following commit has been merged in the master branch:
commit 29d0d1c7c4b32b7168589aee110157da4673d119
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Fri Nov 13 11:26:11 2009 +0100
rely on "make install" to create DEST_DIR
diff --git a/debian/rules b/debian/rules
index 8d9e849..6510fbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ EXT_PKG = libcore-extended-ocaml-dev
# ocamldoc on the actually installed .mli-s (and not on lib/,extended/). The
# dep should be binary to install (instead of build to install) to ensure when
# arch packages are installed we are under fakeroot.
-binary/$(DOC_PKG):: ocamldoc-pp-stamp $(DEST_DIR)
+binary/$(DOC_PKG):: ocamldoc-pp-stamp
binary/$(DOC_PKG):: install-arch common-binary-post-install-arch
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
@@ -44,10 +44,6 @@ ocamldoc-pp-stamp:
done
touch $@
-build/$(DEV_PKG):: $(DEST_DIR)
-$(DEST_DIR):
- test -d $@ || mkdir -p $@
-
clean::
for f in $(PP_FILES) ; do \
[ ! -f $$f.debian ] || mv $$f.debian $$f ; \
--
janest-core packaging
More information about the Pkg-ocaml-maint-commits
mailing list