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