[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.2.deb-2-19-gf3e1171

Eugeniy Meshcheryakov eugen at debian.org
Sun Jul 25 15:55:55 UTC 2010


The following commit has been merged in the master branch:
commit 6d1945732137fb7e24a269c8ba5bdbf1ea0eded0
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat Jul 24 21:55:53 2010 +0200

    Remove pyc files

diff --git a/debian/repack.sh b/debian/repack.sh
index 86dfcfa..8307e06 100644
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -26,6 +26,7 @@ END
 	# remove some junk and autogenerated files
 	find "$ORIGDIR/" -name .depend -print -exec rm "{}" \;
 	find "$ORIGDIR/" -name .subdirs -print -exec rm "{}" \;
+	find "$ORIGDIR/" -name \*.pyc -print -exec rm "{}" \;
 }
 
 if test ! $# = 1; then exit 1; fi

-- 
Debian packaging for coccinelle



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