[Pkg-ocaml-maint-commits] [SCM] ocamlduce packaging branch, master, updated. debian/3.11.2.0-1-18-ge87b40c
Stephane Glondu
steph at glondu.net
Sun Apr 17 09:56:41 UTC 2011
The following commit has been merged in the master branch:
commit c6e17bb622a899dc2fea468df29bf1b344964134
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Apr 17 11:27:04 2011 +0200
Apply also Debian ocaml patches to ocamlduce
diff --git a/debian/rules b/debian/rules
index f5fb9e9..b7db842 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,9 @@ ODOC_DESTDIR := debian/tmp$(OCAML_STDLIB_DIR)/ocamlduce/ocamldoc
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
$(MAKE) prepare
+ cd $(OCAML_SRCDIR) && for u in `cat debian-patches/series`; do \
+ patch -p1 < debian-patches/$$u; \
+ done
for ext in sub guess; do \
if [ -f /usr/share/misc/config.$$ext ]; then \
cp -f /usr/share/misc/config.$$ext $(OCAML_SRCDIR)/config/gnu/config.$$ext; \
--
ocamlduce packaging
More information about the Pkg-ocaml-maint-commits
mailing list