Bug#943867: stressant: non-buildd binaries

2019-11-09 Thread Antoine Beaupré
On 2019-11-09 08:05:32, peter green wrote:
> 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.

thanks, feel free to upload sooner.

merged in git.

a.
-- 
La destruction de la société totalitaire marchande n'est pas une affaire
d'opinion. Elle est une nécessité absolue dans un monde que l'on sait
condamné. Puisque le pouvoir est partout, c'est partout et tout le temps
qu'il faut le combattre. - Jean-François Brient, de la servitude moderne



Bug#943867: stressant: non-buildd binaries

2019-11-09 Thread peter green

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.0 +
+++ stressant-0.5.0+nmu1/CHANGELOG  2019-11-09 07:50:54.0 +
@@ -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   Sat, 09 Nov 2019 07:50:54 +
+
 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/changelog2019-10-27 20:29:43.0 +
+++ stressant-0.5.0+nmu1/debian/changelog   2019-11-09 07:50:54.0 
+
@@ -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   Sat, 09 Nov 2019 07:50:54 +
+
 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/rules2019-10-27 20:29:43.0 +
+++ stressant-0.5.0+nmu1/debian/rules   2019-11-09 07:50:54.0 +
@@ -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.py2019-10-27 20:29:43.0 +
+++ stressant-0.5.0+nmu1/__version.py   2019-11-09 07:50:54.0 +
@@ -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'


Bug#943867: stressant: non-buildd binaries

2019-10-30 Thread peter green

Package: stressant
Version: 0.5.0
Severity: serious

The release team have decreed that non-buildd binaries can no longer migrate to 
testing. Please make a source-only upload so your package can migrate.