[pandas] 02/06: Remove __pycache__ remainings from testing

Andreas Tille tille at debian.org
Mon Oct 23 08:52:46 UTC 2017


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

tille pushed a commit to branch debian
in repository pandas.

commit 47db15b7da3ca06ef81f99d57b205ddd82e72fb9
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 23 08:46:57 2017 +0200

    Remove __pycache__ remainings from testing
---
 debian/changelog | 1 +
 debian/rules     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09709c9..cf260e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pandas (0.20.3-6) UNRELEASED; urgency=medium
   * Team upload.
   * Ignore test errors on some architectures
     (Concerns bug #877419)
+  * Remove __pycache__ remainings from testing
 
  -- Andreas Tille <tille at debian.org>  Mon, 23 Oct 2017 08:40:23 +0200
 
diff --git a/debian/rules b/debian/rules
index 4c7c565..5482fd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,8 +137,9 @@ endif
 	#TODO -rm doc/_build/html/_static/jquery.js
 	dh_installdocs -A *.md
 
-#override_dh_installchangelogs:
-#	dh_installchangelogs doc/whats_new.rst
+override_dh_install:
+	dh_install
+	find debian -name __pycache__ | xargs rm -rf
 
 ## remove .so libraries from main package, and call dh_numpy*
 ## while removing 2 if not present

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



More information about the debian-science-commits mailing list