The following commit has been merged in the master branch:
commit d8d080e3d1f6babcdbf667c84d8b46cfa9340b94
Author: Stephane Glondu <[email protected]>
Date:   Sun Feb 1 00:55:20 2009 +0100

    Remove also backup files in purify_tarball

diff --git a/debian/purify_tarball b/debian/purify_tarball
index 4682a21..52d54ac 100755
--- a/debian/purify_tarball
+++ b/debian/purify_tarball
@@ -19,6 +19,7 @@ rm -rf coq-$VERSION/doc/refman
 rm -rf coq-$VERSION/doc/rt
 rm -rf coq-$VERSION/doc/tools
 rm -rf coq-$VERSION/doc/tutorial
+find coq-$VERSION -name '*~' -delete
 
 tar zcf coq_$VERSION+dfsg.orig.tar.gz coq-$VERSION/
 rm -rf coq-$VERSION

-- 
coq packaging

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

Reply via email to