[Pkg-ocaml-maint-commits] [SCM] jocaml packaging branch, master, updated. upstream/3.11.0-12-g05161f1
Samuel Mimram
smimram at debian.org
Wed Feb 11 21:36:38 UTC 2009
The following commit has been merged in the master branch:
commit c0078215105efe8b811b5ef040ebfc4f0aecbbe2
Author: Samuel Mimram <smimram at debian.org>
Date: Wed Feb 11 17:10:23 2009 +0100
Use dh_prep and don't clean _tags.
diff --git a/debian/rules b/debian/rules
index 2d3fb6f..e86aec5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ build-indep-stamp:
clean:
dh_testdir
dh_testroot
- $(RM) -rf build-indep-stamp build-arch-stamp config-stamp myocamlbuild_config.ml _tags
+ $(RM) -rf build-indep-stamp build-arch-stamp config-stamp myocamlbuild_config.ml
$(RM) -f debian/jocaml.install debian/jocaml.dirs
if [ -f Makefile -a -f config/Makefile ]; then \
$(MAKE) clean; \
@@ -67,8 +67,8 @@ clean:
install: build-arch build-indep
dh_testdir
dh_testroot
- dh_clean -k
- dh_installdirs
+ dh_prep
+ dh_installdirs
$(MAKE) PREFIX=$(CURDIR)/debian/jocaml/usr LIBDIR=$(CURDIR)/debian/jocaml/usr/lib/jocaml/$(JOCAMLABI) install
chmod +x $(CURDIR)/debian/jocaml/usr/lib/jocaml/$(JOCAMLABI)/camlheader
find $(CURDIR)/debian/jocaml/ -type f -iname "*.ml" -exec rm -f {} \;
@@ -81,7 +81,7 @@ binary-common:
dh_installman
dh_link
dh_strip
- dh_compress
+ dh_compress
dh_fixperms
dh_makeshlibs
dh_installdeb
--
jocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list