summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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