[SCM] Core functionality for performing astronomy and astrophysics with Python branch, debian, updated. f96dff62e2d6bfb97830e86d2f333ecd31d9b6ee
Ole Streicher
debian at liska.ath.cx
Tue Jan 22 10:17:53 UTC 2013
The following commit has been merged in the debian branch:
commit 779fb9975402b765fbcd2f1b54b9cc113afaa13b
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Jan 22 11:16:47 2013 +0100
Fix documentation autoclean
diff --git a/debian/rules b/debian/rules
index 34b7f2b..d5ee3da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_sphinxdoc:
override_dh_auto_clean:
dh_auto_clean
rm -rf build astropy.egg-info
- rm -rf build docs/_build
+ rm -rf docs/_build docs/_generated
override_dh_auto_test:
python setup.py test
--
Core functionality for performing astronomy and astrophysics with Python
More information about the debian-science-commits
mailing list