diff -Nru python-offtrac-0.1.0/debian/changelog python-offtrac-0.1.0/debian/changelog --- python-offtrac-0.1.0/debian/changelog 2016-06-25 16:58:27.000000000 +0000 +++ python-offtrac-0.1.0/debian/changelog 2018-08-13 16:34:22.000000000 +0000 @@ -1,5 +1,20 @@ +python-offtrac (0.1.0-2) unstable; urgency=medium + + [ Ana C. Custura ] + * Fixes copyright file + * Updates Standards-Version to 4.2.0 + * Removes ancient Python version fields + * Bumps debhelper version to 11 + * Updates homepage URL + * Updates VCS fields + * Adds DMPT to uploaders field + * Updates homepage URL + * Removes python2 package + + -- Ana Custura Mon, 13 Aug 2018 17:34:22 +0100 + python-offtrac (0.1.0-1) unstable; urgency=medium - * Initial release (Closes: #827872) + * Initial release (Closes: #827872) -- Ana Custura Sat, 25 Jun 2016 17:34:55 +0100 diff -Nru python-offtrac-0.1.0/debian/compat python-offtrac-0.1.0/debian/compat --- python-offtrac-0.1.0/debian/compat 2016-06-25 16:58:27.000000000 +0000 +++ python-offtrac-0.1.0/debian/compat 2018-08-13 16:11:59.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru python-offtrac-0.1.0/debian/control python-offtrac-0.1.0/debian/control --- python-offtrac-0.1.0/debian/control 2016-06-25 16:58:27.000000000 +0000 +++ python-offtrac-0.1.0/debian/control 2018-08-13 16:24:08.000000000 +0000 @@ -1,31 +1,16 @@ Source: python-offtrac Maintainer: Ana Custura +Uploaders: Debian Python Modules Team Section: python Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/users/ana.c-guest/python-offtrac.git -Vcs-Git: https://anonscm.debian.org/users/ana.c-guest/python-offtrac.git -Homepage: http://fedorahosted.org/offtrac -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 - -Package: python-offtrac -Architecture: all -Depends: ${python:Depends}, - ${misc:Depends} -Description: Python-based xmlrpc client library for trac instances (Python 2) - The Offtrac library aims to be a python-based xmlrpc client library for - trac instances. It offers the !TracServer class, used for interaction with a - Trac instance. It supports ticket and milestone queries and offers means for - creating new tickets and milestones. - . - This package installs the library for Python 2. +Standards-Version: 4.2.0 +Vcs-Browser: https://salsa.debian.org/python-team/modules/python-offtrac +Vcs-Git: https://salsa.debian.org/python-team/modules/python-offtrac.git +Homepage: https://pypi.org/project/offtrac/ Package: python3-offtrac Architecture: all diff -Nru python-offtrac-0.1.0/debian/rules python-offtrac-0.1.0/debian/rules --- python-offtrac-0.1.0/debian/rules 2016-06-25 16:58:27.000000000 +0000 +++ python-offtrac-0.1.0/debian/rules 2018-08-13 16:24:27.000000000 +0000 @@ -4,4 +4,4 @@ export PYBUILD_NAME=offtrac %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild