Package: src:dumb-init
Followup-For: Bug #936455

Dear Maintainer,

I uploaded fix to delay/10, full debdiff is attached.

diff -Nru dumb-init-1.2.2/debian/changelog dumb-init-1.2.2/debian/changelog
--- dumb-init-1.2.2/debian/changelog    2019-02-16 02:46:54.000000000 +0800
+++ dumb-init-1.2.2/debian/changelog    2020-01-23 10:36:55.000000000 +0800
@@ -1,3 +1,10 @@
+dumb-init (1.2.2-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Run test with python3. (Closes: #936455)
+
+ -- Shengjing Zhu <z...@debian.org>  Thu, 23 Jan 2020 10:36:55 +0800
+
 dumb-init (1.2.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru dumb-init-1.2.2/debian/control dumb-init-1.2.2/debian/control
--- dumb-init-1.2.2/debian/control      2019-02-16 02:46:54.000000000 +0800
+++ dumb-init-1.2.2/debian/control      2020-01-23 10:28:48.000000000 +0800
@@ -7,9 +7,9 @@
 Build-Depends: debhelper (>= 10)
     ,help2man
 ## Tests:
-    ,python
-    ,python-mock
-    ,python-pytest
+    ,python3
+    ,python3-mock
+    ,python3-pytest
 Homepage: https://github.com/Yelp/dumb-init/
 Vcs-Browser: https://salsa.debian.org/debian/dumb-init
 Vcs-Git: https://salsa.debian.org/debian/dumb-init.git
diff -Nru dumb-init-1.2.2/debian/rules dumb-init-1.2.2/debian/rules
--- dumb-init-1.2.2/debian/rules        2019-02-16 02:46:54.000000000 +0800
+++ dumb-init-1.2.2/debian/rules        2020-01-23 10:28:35.000000000 +0800
@@ -28,5 +28,5 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       PATH=.:$$PATH py.test tests/
+       PATH=.:$$PATH py.test-3 tests/
 endif

Reply via email to