[med-svn] [python-pysam] 02/08: Fix clean target

Andreas Tille tille at debian.org
Tue Jul 21 09:49:08 UTC 2015


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

tille pushed a commit to branch master
in repository python-pysam.

commit febbbcecc9b79e9b249e3a59ff9955511f669268
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 20 15:09:44 2015 +0200

    Fix clean target
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index e44c18e..c499320 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,8 @@ export HTSLIB_INCLUDE_DIR=/usr/include
 override_dh_auto_clean:
 	dh_auto_clean
 	$(MAKE) -C tests/pysam_data clean
+	find . -name "*.pyc" -delete
+	find . -name "*.pyxbldc" -delete
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list