[med-svn] [libsbml] 10/14: override_dh_autoreconf since dh_autoreconf fails and cmake is the used build system anyway
Andreas Tille
tille at debian.org
Thu Dec 15 10:49:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libsbml.
commit 104552ce58b069a14d0044a6ef08f06e8164e83f
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 14 20:45:42 2016 +0100
override_dh_autoreconf since dh_autoreconf fails and cmake is the used build system anyway
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 888f948..99e6088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,9 @@ override_dh_auto_clean:
docs/src/doxygen_sqlite3.db docs/src/libsbml.py docs/src/common-text/libsbml-version.html
find src/bindings -name "*.pyc" -delete
+override_dh_autoreconf:
+ echo "autoreconf -f -i returns exit code 1 - skip this"
+
override_dh_auto_configure:
ifdef BIND_MATLAB
cat debian/control.matlab >> debian/control || true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git
More information about the debian-med-commit
mailing list