[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-34-g539fe72

Anton Gladky gladky.anton at gmail.com
Tue Apr 12 20:03:14 UTC 2011


The following commit has been merged in the master branch:
commit 57ce8df90a979ab07c00b4c16f54e443b082276e
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Apr 12 22:37:06 2011 +0100

    delete .pyc files from binaries before creating debs

diff --git a/debian/rules b/debian/rules
index c2163fa..5a09392 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,8 @@ check: install
 	dh_testroot
 	YADE_PREFIX=debian/yade${_VERSION}/usr debian/yade${_VERSION}/usr/bin/yade${_VERSION} --test
 	YADE_PREFIX=debian/yade${_VERSION}-dbg/usr debian/yade${_VERSION}/usr/bin/yade${_VERSION} --debug --test
+	#Delete all pyc files
+	find . -name '*.pyc' -print0 | xargs -0 rm
 
 binary-indep: build install 
 

-- 
Yet Another Dynamic Engine. Platform for discrete element modeling.



More information about the debian-science-commits mailing list