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

Stephane Glondu steph at glondu.net
Fri Dec 5 17:34:52 UTC 2008


The following commit has been merged in the master branch:
commit c6dc0c08f8a9550d20ded509cdd4f9197bf32779
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Dec 5 17:53:23 2008 +0100

    Restore upstream symlink during cleanup

diff --git a/debian/rules b/debian/rules
index 65786ad..677a956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ install/$(PKGNAME)::
 		rmdir $(CURDIR)/debian/tmp/usr/share/man/man3
 
 clean::
-	$(MAKE) README # restore the symlink that is in upstream sources
+	ln -sf doc/README README
 	-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

-- 
findlib packaging



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