The following commit has been merged in the master branch:
commit abd1f59c603f7de737f314a8602bad8cbc932b03
Author: Anton Gladky <[email protected]>
Date:   Wed Apr 20 21:59:10 2011 +0100

    Add dh binary-indep

diff --git a/debian/rules b/debian/rules
index d7a3f02..df9b33f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,12 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
        ## eudoxos: FIXME: scons skips config when cleaning and doesn't know 
where it built anything
-       dh_testdir
-       # scons clean
+       scons clean
        ## remove builddirs and installation directories
        rm -rf debian/build-* `find debian/ -name 'yade-*' -type d`
        rm -rf doc/sphinx/_build
        rm -rf tags
-       dh_clean 
+       dh clean 
 
 install: build
        dh_testdir
@@ -51,8 +50,8 @@ check: install
        #Delete all pyc files
        find . -name '*.pyc' -print0 | xargs -0 rm
 
-binary-indep: build install 
-
+binary-indep: build install
+       dh binary-indep
 
 override_dh_installchangelogs:
        dh_installchangelogs ChangeLog

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