[Python-modules-commits] [python-shade] 01/01: Fix python3 to actually work

Clint Byrum spamaps at moszumanska.debian.org
Wed Nov 2 16:53:01 UTC 2016


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

spamaps pushed a commit to branch master
in repository python-shade.

commit 99055a15a3b05349cd36d10ebd6c0290a08352e0
Author: Clint Byrum <spamaps at debian.org>
Date:   Wed Nov 2 09:24:07 2016 -0700

    Fix python3 to actually work
    
    Was lacking the proper rules and control changes.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 40ab4c9..8835d2a 100644
--- a/debian/control
+++ b/debian/control
@@ -83,7 +83,7 @@ Description: Client library for operating OpenStack clouds
 
 Package: python3-shade
 Architecture: all
-Depends: ${misc:Depends},${python:Depends}
+Depends: ${misc:Depends},${python3:Depends}
 Description: Client library for operating OpenStack clouds
  Shade is a simple Python client library for operating OpenStack
  clouds. The key word here is simple. Clouds can do many things - but
diff --git a/debian/rules b/debian/rules
index c2acf95..9865bd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export PYBUILD_NAME=shade
 
 %:
-		dh $@ --with python2 --buildsystem=pybuild
+		dh $@ --with python2 --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))

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



More information about the Python-modules-commits mailing list