Your message dated Mon, 11 Aug 2014 19:04:29 -0400
with message-id <5657123.QKSEU6d3Gz@scott-latitude-e6320>
and subject line Fixed in 1.3.dfsg2-1
has caused the Debian Bug report #720510,
regarding please add python3-blinker binary package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
720510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720510
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-blinker
Version: 1.2.dfsg1-2
Severity: wishlist
Tags: patch

Please consider attached patch that adds python3-blinker binary package
diff -Nru blinker-1.2.dfsg1/debian/changelog blinker-1.2.dfsg1/debian/changelog
--- blinker-1.2.dfsg1/debian/changelog	2013-04-15 11:26:01.000000000 +0200
+++ blinker-1.2.dfsg1/debian/changelog	2013-08-22 21:02:31.000000000 +0200
@@ -1,3 +1,12 @@
+blinker (1.2.dfsg1-2) UNRELEASED; urgency=low
+
+  * Add python3-blinker binary package
+    - python3-all added to Build-Depends
+  * Switch dh buildsystem to pybuild
+    - dh-python added to Build-Depends
+
+ -- Piotr Ożarowski <pi...@debian.org>  Thu, 22 Aug 2013 20:55:01 +0200
+
 blinker (1.2.dfsg1-1) unstable; urgency=low
 
   * Initial packaging. (Closes: #702231)
diff -Nru blinker-1.2.dfsg1/debian/control blinker-1.2.dfsg1/debian/control
--- blinker-1.2.dfsg1/debian/control	2013-04-15 11:26:01.000000000 +0200
+++ blinker-1.2.dfsg1/debian/control	2013-08-22 21:01:21.000000000 +0200
@@ -2,7 +2,7 @@
 Maintainer: Ondřej Surý <ond...@debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Build-Depends: python-all (>= 2.6.6-3), python3-all, debhelper (>= 7), dh-python
 Standards-Version: 3.9.4
 
 Package: python-blinker
@@ -14,3 +14,15 @@
  .
  Signal receivers can subscribe to specific senders or receive signals
  sent by any sender.
+
+Package: python3-blinker
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+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 3 version.
diff -Nru blinker-1.2.dfsg1/debian/python3-blinker.install blinker-1.2.dfsg1/debian/python3-blinker.install
--- blinker-1.2.dfsg1/debian/python3-blinker.install	1970-01-01 01:00:00.000000000 +0100
+++ blinker-1.2.dfsg1/debian/python3-blinker.install	2013-08-22 21:00:42.000000000 +0200
@@ -0,0 +1 @@
+/usr/lib/python3.*
diff -Nru blinker-1.2.dfsg1/debian/python-blinker.install blinker-1.2.dfsg1/debian/python-blinker.install
--- blinker-1.2.dfsg1/debian/python-blinker.install	1970-01-01 01:00:00.000000000 +0100
+++ blinker-1.2.dfsg1/debian/python-blinker.install	2013-08-22 21:00:32.000000000 +0200
@@ -0,0 +1 @@
+/usr/lib/python2.*
diff -Nru blinker-1.2.dfsg1/debian/rules blinker-1.2.dfsg1/debian/rules
--- blinker-1.2.dfsg1/debian/rules	2013-04-15 11:26:01.000000000 +0200
+++ blinker-1.2.dfsg1/debian/rules	2013-08-22 21:03:00.000000000 +0200
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Mon, 04 Mar 2013 11:44:57 +0100
-
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
-
-
+	dh $@ --with python2,python3 --buildsystem=pybuild

--- End Message ---
--- Begin Message ---

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to