[Pkg-ocaml-maint-commits] [coccinelle] 01/05: Remove more binary files from upstream source

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Sun Nov 27 18:23:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

eugen pushed a commit to branch master
in repository coccinelle.

commit d07677a28ca4a66544fee3e602fcf8a0057fab82
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sun Nov 27 19:08:42 2016 +0100

    Remove more binary files from upstream source
---
 debian/repack.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/repack.sh b/debian/repack.sh
index a9dadde..f44c9e7 100644
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -12,6 +12,12 @@ cleanup()
 	find "$ORIGDIR/" -name .depend -print -exec rm "{}" \;
 	find "$ORIGDIR/" -name .subdirs -print -exec rm "{}" \;
 	find "$ORIGDIR/" -name \*.pyc -print -exec rm "{}" \;
+       	rm "$ORIGDIR/dllpyml_stubs.so"
+       	rm "$ORIGDIR/python/coccipython.cmxa"
+       	rm "$ORIGDIR/tests/SCORE_expected.sexp"
+       	rm "$ORIGDIR/tests/SCORE_expected_orig.sexp"
+       	rm "$ORIGDIR/tools/spgen/source/spgen"
+        rm "$ORIGDIR/tools/spgen/source/spgen.opt"
 }
 
 if test ! $# = 1; then exit 1; fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git



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