Control: tags 936217 + patch

Dear maintainer,

I've prepared an NMU for blinker (versioned as 1.4+dfsg1-0.3). The diff
is attached to this message.

Regards.

diff -Nru blinker-1.4+dfsg1/debian/changelog blinker-1.4+dfsg1/debian/changelog
--- blinker-1.4+dfsg1/debian/changelog	2018-08-04 02:51:55.000000000 -0400
+++ blinker-1.4+dfsg1/debian/changelog	2019-12-28 00:30:49.000000000 -0500
@@ -1,3 +1,10 @@
+blinker (1.4+dfsg1-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936217
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 28 Dec 2019 00:30:49 -0500
+
 blinker (1.4+dfsg1-0.2) unstable; urgency=medium
 
   * Fix FTBFS (Closes: #903325)
diff -Nru blinker-1.4+dfsg1/debian/control blinker-1.4+dfsg1/debian/control
--- blinker-1.4+dfsg1/debian/control	2018-08-04 02:49:00.000000000 -0400
+++ blinker-1.4+dfsg1/debian/control	2019-12-28 00:30:24.000000000 -0500
@@ -3,25 +3,12 @@
 Uploaders: Ondřej Surý <ond...@debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), python3-all, debhelper (>= 7), dh-python, python-nose
+Build-Depends: python3-all, debhelper (>= 7), dh-python, python3-nose
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/blinker/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/blinker/trunk/
 Standards-Version: 3.9.5
 Homepage: http://pythonhosted.org/blinker/
 
-Package: python-blinker
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-blinker-doc
-Description: Fast, simple object-to-object and broadcast signaling library
- Blinker provides a fast dispatching system that allows any number of
- interested parties to subscribe to events, or "signals".
- .
- Signal receivers can subscribe to specific senders or receive signals
- sent by any sender.
- .
- This package contains the Python 2 version.
-
 Package: python3-blinker
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru blinker-1.4+dfsg1/debian/python-blinker.install blinker-1.4+dfsg1/debian/python-blinker.install
--- blinker-1.4+dfsg1/debian/python-blinker.install	2014-08-02 13:49:39.000000000 -0400
+++ blinker-1.4+dfsg1/debian/python-blinker.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-/usr/lib/python2.*
diff -Nru blinker-1.4+dfsg1/debian/rules blinker-1.4+dfsg1/debian/rules
--- blinker-1.4+dfsg1/debian/rules	2014-08-02 13:54:49.000000000 -0400
+++ blinker-1.4+dfsg1/debian/rules	2019-12-28 00:30:49.000000000 -0500
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_test:
-	nosetests
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to