diff -Nru python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/bzr-builder.manifest python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/bzr-builder.manifest --- python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/bzr-builder.manifest 2016-09-28 14:47:11.000000000 +0000 +++ python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/bzr-builder.manifest 2016-11-04 11:10:30.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.3 deb-version {debupstream}+bzr96+37 +# bzr-builder format 0.3 deb-version {debupstream}+bzr96+41 lp:python-jujuclient revid:tvansteenburgh@gmail.com-20160928142701-437kxs7mcrolj30h -nest-part packaging lp:~tvansteenburgh/python-jujuclient/python-jujuclient-packaging debian debian revid:tvansteenburgh@gmail.com-20160805145809-ov3qwvdel1jjf4pv +nest-part packaging lp:~tvansteenburgh/python-jujuclient/python-jujuclient-packaging debian debian revid:tvansteenburgh@gmail.com-20161025162645-kr9oahv6ys0cc93h diff -Nru python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/changelog python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/changelog --- python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/changelog 2016-09-28 14:47:11.000000000 +0000 +++ python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/changelog 2016-11-04 11:10:30.000000000 +0000 @@ -1,8 +1,14 @@ -python-jujuclient (0.53.2+bzr96+37~ubuntu14.04.1) trusty; urgency=low +python-jujuclient (0.53.3+bzr96+41~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Tim Van Steenburgh Wed, 28 Sep 2016 14:47:11 +0000 + -- Tim Van Steenburgh Fri, 04 Nov 2016 11:10:30 +0000 + +python-jujuclient (0.53.3-0ubuntu1~ppa1) yakkety; urgency=low + + * Version 0.53.3 + + -- Tim Van Steenburgh Tue, 25 Oct 2016 15:29:58 +0000 python-jujuclient (0.53.2-0ubuntu1~ppa1) yakkety; urgency=low diff -Nru python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/control python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/control --- python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/control 2016-09-28 14:47:11.000000000 +0000 +++ python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/control 2016-11-04 11:10:30.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Andreas Hasenack -Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools +Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools, python3-setuptools, python3-all, python3-websocket, python-yaml, python3-yaml Standards-Version: 3.9.4 Homepage: https://launchpad.net/python-jujuclient @@ -12,3 +12,11 @@ Provides: ${python:Provides} Description: Python API client for juju-core A simple synchronous python client for the juju-core websocket api. + +Package: python3-jujuclient +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Python API client for Juju (Python 3) + A simple synchronous python client for the Juju websocket API. + . + This package installs the library for Python 3. diff -Nru python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/rules python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/rules --- python-jujuclient-0.53.2+bzr96+37~ubuntu14.04.1/debian/rules 2016-09-28 14:47:11.000000000 +0000 +++ python-jujuclient-0.53.3+bzr96+41~ubuntu14.04.1/debian/rules 2016-11-04 11:10:30.000000000 +0000 @@ -8,6 +8,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export PYBUILD_NAME=jujuclient %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2,python3 --buildsystem=pybuild