The following commit has been merged in the master branch: commit 321dced1f7711243ff2a6dd6e2ff7c3289d208d1 Author: Anton Gladky <gladky.an...@gmail.com> Date: Fri Jun 10 23:00:25 2011 +0200
Generate manpages in debug mode. diff --git a/debian/rules b/debian/rules index ebb55a5..0475ecb 100755 --- a/debian/rules +++ b/debian/rules @@ -38,8 +38,8 @@ override_dh_auto_build: #optimized build export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib} ; NO_SCONS_GET_RECENT= scons profile=deb PREFIX=${tmpInstall} variant='' -j1 optimize=1 debug=0 # generate manpages - export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib} ; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION} --generate-manpage yade${_VERSION}.1 - export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib} ; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION}-batch --generate-manpage yade${_VERSION}-batch.1 + export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib} ; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION} --debug --generate-manpage yade${_VERSION}.1 + export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib} ; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION}-batch --debug --generate-manpage yade${_VERSION}-batch.1 override_dh_auto_test: export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib} ; YADE_PREFIX=${tmpInstallDbg} ${tmpInstall}/bin/yade${_VERSION} --debug --test -- Yet Another Dynamic Engine. Platform for discrete element modeling. _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp