[pynfft] 02/02: d/rules: disable doc, python 3.3 is only supported

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Feb 14 09:47:50 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pynfft.

commit 9e39c80ee213675b897e8352764b56af65c8ceb0
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date:   Fri Feb 14 09:46:54 2014 +0000

    d/rules: disable doc, python 3.3 is only supported
---
 debian/rules | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index ef5e42a..49cda86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,20 +5,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export DH_VERBOSE=1
 export PYBUILD_NAME=nfft3
-export PYBUILD_DESTDIR_python2=debian/python-${PYBUILD_NAME}/
-export PYBUILD_DESTDIR_python2-dbg=debian/python-${PYBUILD_NAME}-dbg/
-export PYBUILD_DESTDIR_python3=debian/python3-${PYBUILD_NAME}/
-export PYBUILD_DESTDIR_python3-dbg=debian/python3-${PYBUILD_NAME}-dbg/
+export DEBPYTHON3_SUPPORTED=3.3
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-
-build-indep:
-	dh build-indep
-	PYTHONPATH=. sphinx-build -N -q -E -b html doc/source debian/python-${PYBUILD_NAME}-doc/usr/share/doc/python-${PYBUILD_NAME}-doc/ 
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install 
 	dh_numpy
 	dh_numpy3
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynfft.git



More information about the debian-science-commits mailing list