tags 943867 +patch
thanks

Since there was no maintainer response to this bug report, I decided to go 
ahead and prepare a NMU. While testing for said NMU I found that the package's 
clean target did not clean up properly. So I fixed it.

I have uploaded a NMU to delayed/5 with the attached debdiff, please tell me if 
you see an issue with it.
diff -Nru stressant-0.5.0/CHANGELOG stressant-0.5.0+nmu1/CHANGELOG
--- stressant-0.5.0/CHANGELOG   2019-10-27 20:29:43.000000000 +0000
+++ stressant-0.5.0+nmu1/CHANGELOG      2019-11-09 07:50:54.000000000 +0000
@@ -1,3 +1,11 @@
+stressant (0.5.0+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Re-upload source-only to allow migration to testing (Closes: 943867).
+  * Fix clean target.
+
+ -- Peter Michael Green <plugw...@debian.org>  Sat, 09 Nov 2019 07:50:54 +0000
+
 stressant (0.5.0) unstable; urgency=medium
 
   * ship new stressant-meta package
diff -Nru stressant-0.5.0/debian/changelog stressant-0.5.0+nmu1/debian/changelog
--- stressant-0.5.0/debian/changelog    2019-10-27 20:29:43.000000000 +0000
+++ stressant-0.5.0+nmu1/debian/changelog       2019-11-09 07:50:54.000000000 
+0000
@@ -1,3 +1,11 @@
+stressant (0.5.0+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Re-upload source-only to allow migration to testing (Closes: 943867).
+  * Fix clean target.
+
+ -- Peter Michael Green <plugw...@debian.org>  Sat, 09 Nov 2019 07:50:54 +0000
+
 stressant (0.5.0) unstable; urgency=medium
 
   * ship new stressant-meta package
diff -Nru stressant-0.5.0/debian/rules stressant-0.5.0+nmu1/debian/rules
--- stressant-0.5.0/debian/rules        2019-10-27 20:29:43.000000000 +0000
+++ stressant-0.5.0+nmu1/debian/rules   2019-11-09 07:50:54.000000000 +0000
@@ -26,3 +26,8 @@
         # builder=html,man only supported in Sphinx 1.6, not yet released:
         # http://www.sphinx-doc.org/en/master/setuptools.html
        cd doc ; make html man
+
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -rf doc/_build
+       rm -rf stressant.egg-info
diff -Nru stressant-0.5.0/__version.py stressant-0.5.0+nmu1/__version.py
--- stressant-0.5.0/__version.py        2019-10-27 20:29:43.000000000 +0000
+++ stressant-0.5.0+nmu1/__version.py   2019-11-09 07:50:54.000000000 +0000
@@ -1,4 +1,4 @@
 # coding: utf-8
 # file generated by setuptools_scm
 # don't change, don't track in version control
-version = '0.5.0'
+version = '0.5.0+nmu1'

Reply via email to