[Python-modules-commits] [billiard] 02/02: * Convert python3-billiard from arch any to arch all since binary extension builds are disabled for python3 and adjust build-depends accordingly (Closes: #799182) * Add dh-python to build-depends to ensure the most recent version is used

Scott Kitterman kitterman at moszumanska.debian.org
Wed Oct 14 12:50:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository billiard.

commit 3bbc082426830a5f9af6eedf7ff7f08f6ac9b354
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Oct 14 08:50:07 2015 -0400

    * Convert python3-billiard from arch any to arch all since binary extension
      builds are disabled for python3 and adjust build-depends accordingly
      (Closes: #799182)
    * Add dh-python to build-depends to ensure the most recent version is used
---
 debian/changelog | 11 ++++++++++-
 debian/control   |  7 ++++---
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a7553b2..9f694d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
 billiard (3.3.0.20-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ SVN-Git Migration ]
   * Added git-dpm
   * Update Vcs fields for git migration
 
- -- SVN-Git Migration <scott at kitterman.com>  Wed, 14 Oct 2015 08:25:27 -0400
+  [ Scott Kitterman ]
+  * Convert python3-billiard from arch any to arch all since binary extension
+    builds are disabled for python3 and adjust build-depends accordingly
+    (Closes: #799182)
+  * Add dh-python to build-depends to ensure the most recent version is used
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 14 Oct 2015 08:49:37 -0400
 
 billiard (3.3.0.20-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index cd9e263..12e3c45 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,14 @@ Uploaders: Michael Fladischer <fladi at debian.org>,
            Thomas Bechtold <thomasbechtold at jpberlin.de>,
            Brian May <bam at debian.org>,
 Build-Depends: debhelper (>= 9),
+               dh-python,
                python-all-dev,
                python-mock,
                python-nose,
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg-1~),
                python-unittest2,
-               python3-all-dev,
+               python3-all,
                python3-mock,
                python3-nose,
                python3-setuptools,
@@ -34,8 +35,8 @@ Description: Multiprocessing Pool Extensions for Python
  that can grow in size.
 
 Package: python3-billiard
-Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
 Suggests: python-billiard-doc
 Description: Multiprocessing Pool Extensions for Python (Python3 version)
  This package contains extensions to the multiprocessing Pool.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/billiard.git



More information about the Python-modules-commits mailing list