The following commit has been merged in the master branch:
commit c0078215105efe8b811b5ef040ebfc4f0aecbbe2
Author: Samuel Mimram <[email protected]>
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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to