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

Reply via email to