The following commit has been merged in the master branch:
commit 57ce8df90a979ab07c00b4c16f54e443b082276e
Author: Anton Gladky <[email protected]>
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.

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to