[med-svn] [pdb2pqr] 01/01: fixed order of commands in debian/rules - override_dh_auto_configure
Tatiana Malygina
latticetower-guest at moszumanska.debian.org
Fri Jul 1 08:45:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
latticetower-guest pushed a commit to branch master
in repository pdb2pqr.
commit 6dd8e9861333b53843f0db0c88a72bdb4c91daff
Author: latticetower-guest <merlettaia at gmail.com>
Date: Fri Jul 1 02:03:03 2016 +0300
fixed order of commands in debian/rules - override_dh_auto_configure
---
debian/changelog | 2 ++
debian/rules | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0f4a508..00cc6a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ pdb2pqr (2.1.1+dfsg-2) UNRELEASED; urgency=medium
* fixed `pdb2pqr-test` - now should work ok (haven't checked with apbs yet)
* add patch to remove debug-file-with-no-debug-symbols warning (turn on debug)
* add networkx to d/control and test dependencies, mention in README.test
+ * fix order of commands in debian/rules - override_dh_auto_configure:
+ scons is now called after several files are regenerated with swig.
[ Andreas Tille ]
* Drop unused lintian overrides
diff --git a/debian/rules b/debian/rules
index 3089586..22b1c1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,13 +28,13 @@ override_dh_auto_clean:
override_dh_auto_configure:
dh_auto_configure
- python scons/scons.py \
- URL="http://localhost/pdb2pqr/" \
- PREFIX="/usr/share/pdb2pqr"
( cd pdb2pka && \
cp -a pMC_mult_wrap.cpp pMC_mult_wrap.cpp.saved && \
cp -a pMC_mult.py pMC_mult.py.saved && \
swig -c++ -python -o pMC_mult_wrap.cpp pMC_mult.i )
+ python scons/scons.py \
+ URL="http://localhost/pdb2pqr/" \
+ PREFIX="/usr/share/pdb2pqr"
# Disable tests, as they need an internet connection to download files
# override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pdb2pqr.git
More information about the debian-med-commit
mailing list