[Pkg-ocaml-maint-commits] r3181 -
/trunk/packages/ocaml/trunk/debian/rules
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Mon Sep 18 18:12:01 UTC 2006
Author: smimram
Date: Mon Sep 18 18:12:01 2006
New Revision: 3181
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3181
Log:
Correctly install dh_ocaml.
Modified:
trunk/packages/ocaml/trunk/debian/rules
Modified: trunk/packages/ocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/rules?rev=3181&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/rules (original)
+++ trunk/packages/ocaml/trunk/debian/rules Mon Sep 18 18:12:01 2006
@@ -164,9 +164,6 @@
-C debian/ocaml-source/usr/src ocaml-$(OCAMLABI)
rm -rf debian/ocaml-source/usr/src/ocaml-$(OCAMLABI)
- # Install dh_ocaml
- $(MAKE) -C debian/dh-ocaml install DESTDIR=$(CURDIR)/debian/ocaml-nox
-
dh_install -i
install-arch: build-arch
@@ -231,10 +228,10 @@
$(CURDIR)/debian/ocaml-compiler-libs/usr/lib/ocaml/$(OCAMLABI)/compiler-libs; \
fi
- # install ocaml-md5sums
+ # Install ocaml-md5sums
$(MAKE) -C debian/ocaml-md5sums install DESTDIR=$(CURDIR)/debian/ocaml-base-nox/usr/bin
- # compute core entries of the ocaml md5sums registry and install them
+ # Compute core entries of the ocaml md5sums registry and install them
(cd debian/ocaml-md5sums && \
chmod +x feeding.sh && \
for pkg in ocaml-nox ocaml ocaml-compiler-libs; do \
@@ -242,6 +239,9 @@
./feeding.sh $$pkg $(STDLIBDIR) $(OCAMLABI) ../$$pkg$(STDLIBDIR) > \
../$$pkg$(MD5SUMSDIR)/$$pkg.md5sums; \
done)
+
+ # Install dh_ocaml
+ $(MAKE) -C debian/dh-ocaml install DESTDIR=$(CURDIR)/debian/ocaml-nox
# Remove .opt manpages from ocaml-nox
rm -f debian/ocaml-nox/usr/share/man/man1/*.opt.1
More information about the Pkg-ocaml-maint-commits
mailing list