[med-svn] [python-htseq] 10/15: Try to delete generated test data and setup generated files.

Diane Trout diane-guest at moszumanska.debian.org
Thu Jun 12 21:55:39 UTC 2014


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

diane-guest pushed a commit to branch master
in repository python-htseq.

commit 0c72d1dd14d2946ec081ab530340e388cfa37be4
Author: Diane Trout <diane at ghic.org>
Date:   Thu Jun 12 11:15:02 2014 -0700

    Try to delete generated test data and setup generated files.
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9965075..351bc75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ htseq (0.6.1p1-1) UNRELEASED; urgency=medium
   * Add build-dependency on python-debian for get-orig-source
   * New upstream release.
   * Use upstream scripts to build and clean.
+  * Try to delete generated test data and setup generated files.
 
  -- Diane Trout <diane at ghic.org>  Wed, 11 Jun 2014 16:30:42 -0700
 
diff --git a/debian/rules b/debian/rules
index d236a12..7dc55c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,9 @@ override_dh_sphinxdoc-arch:
 
 override_dh_auto_clean:
 	./clean
-	rm -rf *.egg-info
+	-rm -rf *.egg-info HTSeq/_version.py
+	-rm example_data/minus.wig example_data/plus.wig
+	-rm example_data/test.fa example_data/test.fq
 	dh_auto_clean
 
 # need an explicit clean target to deal with the file named clean

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



More information about the debian-med-commit mailing list