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

Ole Streicher debian at liska.ath.cx
Mon Jul 16 11:46:11 UTC 2012


The following commit has been merged in the debian branch:
commit d91ef9c4b6cdb5bdc600b20881d683caed14cf22
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Jul 13 15:09:13 2012 +0200

    Workaround a non-working "dh_sphinxdoc -a"

diff --git a/debian/rules b/debian/rules
index 821944d..a5f0c2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_installdocs:
 	python setup.py build_sphinx
 	dh_installdocs
 
+override_dh_sphinxdoc:
+	dh_sphinxdoc || /bin/true
+
 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