[python-astropy] 04/04: Remove unneeded files

Ole Streicher olebole-guest at moszumanska.debian.org
Mon Jul 7 14:56:58 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository python-astropy.

commit 4a0fcb26eadf9c40bf7f27078d71abe8d44cfcc3
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jul 7 16:38:57 2014 +0200

    Remove unneeded files
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 77e3c76..4b471e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ install-python%:
 
 override_dh_auto_install: $(PYTHON3:%=install-python%)
 	dh_auto_install
-	rm -f $(CURDIR)/debian/tmp/usr/lib/python*/dist-packages/astropy/sphinx/themes/bootstrap-astropy/static/*.png
+	find $(CURDIR)/debian/tmp/usr/lib/ -name \*.png -exec rm {} \;
 
 override_dh_auto_build:
 	dh_auto_build -- --use-system-libraries
@@ -49,6 +49,7 @@ override_dh_installchangelogs:
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf build astropy.egg-info
+	rm -rf astropy_helpers-*.egg
 	rm -rf docs/_build docs/_generated
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the debian-science-commits mailing list