yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07503
[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 d242f4f2a096a2197bde5d4bd1397c8c533f9783
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
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.