[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.2.beta4+dfsg-2-17-gcc283f2

Stephane Glondu steph at glondu.net
Sun Feb 1 00:22:27 UTC 2009


The following commit has been merged in the master branch:
commit d8d080e3d1f6babcdbf667c84d8b46cfa9340b94
Author: Stephane Glondu <steph at glondu.net>
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



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