summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2020-11-02 15:27:33 +0100
committerAndreas Tille <tille@debian.org>2020-11-02 15:59:37 +0100
commitd33ef32952c835fd542db5301a70294105ee0e1a (patch)
treef1cb9f2d99e73a218c43580b7b27f41246b120a4
parentdae83356ccd4c9d60aaacf93015eb4ad254d2116 (diff)
Remove .hypothesis dir in examples
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules1
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a57139..a4750fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-pyranges (0.0.85+ds-1) UNRELEASED; urgency=medium
+pyranges (0.0.85+ds-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Remove trailing whitespace in debian/copyright (routine-update)
* debian/copyright: use spaces rather than tabs to start continuation lines.
+ * Remove .hypothesis dir in examples
- -- Andreas Tille <tille@debian.org> Mon, 02 Nov 2020 08:39:34 +0100
+ -- Andreas Tille <tille@debian.org> Mon, 02 Nov 2020 10:56:13 +0100
pyranges (0.0.79+ds-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 4f9c820..6300f4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,4 @@ override_dh_install:
dh_install
find debian/ -name *.bam* | xargs rm -rf
find debian/ -name 'hi' | xargs rm -rf
+ find debian/ -name '.hypothesis' | xargs rm -rf