The following commit has been merged in the master branch:
commit de167601d1661ce39ab617fce5e517aa496bc481
Author: Anton Gladky <[email protected]>
Date:   Wed Apr 20 09:51:46 2011 +0100

    Change long list of commands in binary-arch to _dh binary-arch_

diff --git a/debian/rules b/debian/rules
index d7bb5c4..d7a3f02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,26 +53,21 @@ check: install
 
 binary-indep: build install 
 
-binary-arch: build install check
-       dh_testdir
-       dh_testroot
+
+override_dh_installchangelogs:
        dh_installchangelogs ChangeLog
-       dh_pysupport
-       dh_installdocs
-       dh_install
-       dh_installexamples
-       dh_installmenu
+
+override_dh_installman:
        dh_installman -p yade${_VERSION} yade${_VERSION}.1 
yade${_VERSION}-batch.1
-       dh_link
+
+override_dh_strip:
        dh_strip --exclude=yade${_VERSION}-dbg   # don't strip the debug package
+
+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
-       dh_fixperms
-       dh_makeshlibs
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
+
+binary-arch: build install check
+       dh binary-arch
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

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