diff -Nru python-bitbucket-api-0.5.0/debian/changelog python-bitbucket-api-0.5.0/debian/changelog --- python-bitbucket-api-0.5.0/debian/changelog 2016-10-15 09:06:49.000000000 +0000 +++ python-bitbucket-api-0.5.0/debian/changelog 2016-12-17 01:50:06.000000000 +0000 @@ -1,3 +1,10 @@ +python-bitbucket-api (0.5.0-2) unstable; urgency=medium + + * Remove python2 part to avoid collision with python-bitbucket + (Closes: #841511). + + -- ChangZhuo Chen (陳昌倬) Sat, 17 Dec 2016 09:50:06 +0800 + python-bitbucket-api (0.5.0-1) unstable; urgency=medium * Initial release (Closes: #840814). diff -Nru python-bitbucket-api-0.5.0/debian/control python-bitbucket-api-0.5.0/debian/control --- python-bitbucket-api-0.5.0/debian/control 2016-10-15 08:56:00.000000000 +0000 +++ python-bitbucket-api-0.5.0/debian/control 2016-12-17 01:45:24.000000000 +0000 @@ -1,7 +1,8 @@ Source: python-bitbucket-api Section: python Priority: optional -Maintainer: ChangZhuo Chen (陳昌倬) +Maintainer: Debian Python Modules Team +Uploaders: ChangZhuo Chen (陳昌倬) Build-Depends: debhelper (>= 10), dh-python, python3-all, @@ -17,24 +18,25 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-bitbucket-api.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-bitbucket-api.git/ -Package: python-bitbucket-api -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Description: library to interact with bitbucket API (Python 2) - python-bitbucket-api provides an API to use the following features in - bitbucket: - . - * Access public user information - * Access public or private repositories, tags or branches - * Create, update or delete one of your repository - * Access, create, update or delete a service (hook) - * Access, create or delete an SSH key - * Download a repository as an archive - * Access, create, update or delete an issue - * Access, create, update or delete an issue comment - . - This package installs the library for Python 2. +# Fix #841511 +#Package: python-bitbucket-api +#Architecture: all +#Depends: ${misc:Depends}, +# ${python:Depends} +#Description: library to interact with bitbucket API (Python 2) +# python-bitbucket-api provides an API to use the following features in +# bitbucket: +# . +# * Access public user information +# * Access public or private repositories, tags or branches +# * Create, update or delete one of your repository +# * Access, create, update or delete a service (hook) +# * Access, create or delete an SSH key +# * Download a repository as an archive +# * Access, create, update or delete an issue +# * Access, create, update or delete an issue comment +# . +# This package installs the library for Python 2. Package: python3-bitbucket-api Architecture: all diff -Nru python-bitbucket-api-0.5.0/debian/rules python-bitbucket-api-0.5.0/debian/rules --- python-bitbucket-api-0.5.0/debian/rules 2016-10-15 09:03:42.000000000 +0000 +++ python-bitbucket-api-0.5.0/debian/rules 2016-12-17 01:49:15.000000000 +0000 @@ -2,9 +2,10 @@ #export DH_VERBOSE = 1 export PYBUILD_NAME=bitbucket-api +export PYBUILD_DISABLE_python2=1 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: # The test requires network.