[Pkg-ocaml-maint-commits] [SCM] findlib packaging branch, master, updated. debian/1.2.1-6-10-g96b4312

Stephane Glondu steph at glondu.net
Thu Dec 4 19:04:27 UTC 2008


The following commit has been merged in the master branch:
commit 96b43128b3ad47d65e0cb947f42cb131c47b7358
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Dec 4 19:38:55 2008 +0100

    Remove generated files during cleanup

diff --git a/debian/rules b/debian/rules
index 5f0e4bb..65786ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,3 +39,9 @@ install/$(PKGNAME)::
 	test -d $(CURDIR)/debian/tmp/usr/share/man/man3 && \
 		rmdir $(CURDIR)/debian/tmp/usr/share/man/man3
 
+clean::
+	$(MAKE) README # restore the symlink that is in upstream sources
+	-find . -name META -delete
+	-rm -f src/findlib/depend src/findlib/fl_metascanner.ml
+	-rm -f Makefile.config ocargs.log src/findlib/ocaml_args.ml
+	-rm -Rf site-lib-src/camlp4/

-- 
findlib packaging



More information about the Pkg-ocaml-maint-commits mailing list