[med-svn] [jellyfish] 02/03: the doc says you need --enable-python-binding but we call setup.py manually

Andreas Tille tille at debian.org
Tue Dec 29 21:11:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository jellyfish.

commit b6fba8da32606ec6726b676c0d6df849c307a36a
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 29 21:47:28 2015 +0100

    the doc says you need --enable-python-binding but we call setup.py manually
---
 debian/changelog | 2 +-
 debian/rules     | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 17e56d4..9527671 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ jellyfish (2.2.4-3) UNRELEASED; urgency=medium
   * Add building with python3
   * Add call to setup.py in dh_autobuild override
 
- -- Scott Kitterman <scott at kitterman.com>  Tue, 29 Dec 2015 10:43:40 -0500
+ -- Andreas Tille <tille at debian.org>  Tue, 29 Dec 2015 21:47:07 +0100
 
 jellyfish (2.2.4-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 960a128..cbe920c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,9 @@ override_dh_install:
 		    --movedev "debian/tmp/usr/include/$(DEBPKGNAME)*/$(DEBPKGNAME)/*.h" usr/include/$(DEBPKGNAME) \
 			debian/tmp/usr/lib/*/lib$(DEBPKGNAME)-*.so
 
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-swig --enable-python-binding --enable-perl-binding
+#override_dh_auto_configure:
+#	# the doc says you need --enable-python-binding but we call setup.py manually
+#	dh_auto_configure -- --enable-swig --enable-python-binding --enable-perl-binding
 
 override_dh_clean:
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git



More information about the debian-med-commit mailing list