[SCM] Core functionality for performing astronomy and astrophysics with Python branch, debian, updated. ab23d0dbcdf5798f8e0e5d93aaa3bf2e6a68456c

Ole Streicher debian at liska.ath.cx
Thu Feb 14 08:46:40 UTC 2013


The following commit has been merged in the debian branch:
commit ab23d0dbcdf5798f8e0e5d93aaa3bf2e6a68456c
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Feb 14 09:46:28 2013 +0100

    include empty override_dh_sphinxdoc-arch to avoid sphinxdoc probs on build-arch

diff --git a/debian/rules b/debian/rules
index 78e8f9c..232b4a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ override_dh_installdocs-indep:
 	python setup.py build_sphinx
 	dh_installdocs
 
+override_dh_sphinxdoc-arch:
+	# sphinxdoc is only needed on indep and does not work here.
+
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf build astropy.egg-info

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list