The following commit has been merged in the master branch:
commit da95f92114dd2d9d03cb726a293a16c66a823284
Author: Samuel Mimram <[email protected]>
Date:   Thu Feb 19 13:15:44 2009 +0100

    Better cleaning of ocamlinit files.

diff --git a/debian/rules b/debian/rules
index ec79b39..f78202a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ build-stamp: config.status
        if [ -e /usr/bin/ocamlopt ]; then $(MAKE) opt; fi
        touch $@
 
-clean: unpatch
+clean: unpatch ocamlinit-clean
        dh_testdir
        dh_testroot
        rm -f build-stamp
@@ -47,7 +47,6 @@ clean: unpatch
        rm -f META
        rm -f config.status config.log Makefile
        rm -rf doc
-       rm -f $(OCAML_IN_FILES)
        dh_clean
 
 install: build

-- 
ocaml-sqlite3 packaging

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

Reply via email to