yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07442
[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-34-g539fe72
The following commit has been merged in the master branch:
commit 57ce8df90a979ab07c00b4c16f54e443b082276e
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
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.