The following commit has been merged in the master branch:
commit d242f4f2a096a2197bde5d4bd1397c8c533f9783
Author: Anton Gladky <[email protected]>
Date:   Wed Apr 20 22:04:16 2011 +0100

    Move dh binary-indep lower, than override rules

diff --git a/debian/rules b/debian/rules
index df9b33f..26c14eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,9 +50,6 @@ check: install
        #Delete all pyc files
        find . -name '*.pyc' -print0 | xargs -0 rm
 
-binary-indep: build install
-       dh binary-indep
-
 override_dh_installchangelogs:
        dh_installchangelogs ChangeLog
 
@@ -65,6 +62,9 @@ override_dh_strip:
 override_dh_compress:
        dh_compress --all -X.py -X.stl -X.gts -X.geo -X.mesh -X.msh -X.pdf 
-X.png -X.svg -X.txt -X.js -X.inv
 
+binary-indep: build install
+       dh binary-indep
+
 binary-arch: build install check
        dh binary-arch
 

-- 
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