diff -Nru python-nosehtmloutput-0.0.5/debian/changelog python-nosehtmloutput-0.0.5/debian/changelog --- python-nosehtmloutput-0.0.5/debian/changelog 2016-08-13 19:40:56.000000000 +0000 +++ python-nosehtmloutput-0.0.5/debian/changelog 2019-09-02 07:06:42.000000000 +0000 @@ -1,3 +1,30 @@ +python-nosehtmloutput (0.0.5-2) unstable; urgency=medium + + * Team upload. + [ Daniel Baumann ] + * Updating vcs fields. + * Updating copyright format url. + * Updating maintainer field. + * Running wrap-and-sort -bast. + * Removing gbp.conf, not used anymore or should be specified in the + developers dotfiles. + * Updating standards version to 4.1.0. + + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + * d/copyright: Bump my copyright year + * d/control: Use team+openstack@tracker.debian.org as maintainer + * Use debhelper-compat instead of debian/compat. + * d/control: Add trailing tilde to min version depend to allow + backports. + * Use pybuild to build package. + * Drop Python 2 support (Closes: #937951). + + [ Thomas Goirand ] + * Remove Julien and Mehdi from uploaders (Closes: #928580). + + -- Ondřej Nový Mon, 02 Sep 2019 09:06:42 +0200 + python-nosehtmloutput (0.0.5-1) unstable; urgency=medium * Team upload. diff -Nru python-nosehtmloutput-0.0.5/debian/compat python-nosehtmloutput-0.0.5/debian/compat --- python-nosehtmloutput-0.0.5/debian/compat 2016-08-13 18:01:11.000000000 +0000 +++ python-nosehtmloutput-0.0.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru python-nosehtmloutput-0.0.5/debian/control python-nosehtmloutput-0.0.5/debian/control --- python-nosehtmloutput-0.0.5/debian/control 2016-08-13 18:55:42.000000000 +0000 +++ python-nosehtmloutput-0.0.5/debian/control 2019-09-02 07:05:35.000000000 +0000 @@ -1,41 +1,28 @@ Source: python-nosehtmloutput Section: python Priority: optional -Maintainer: PKG OpenStack -Uploaders: Julien Danjou , - Thomas Goirand , - Mehdi Abaakouk -Build-Depends: debhelper (>= 9), - openstack-pkg-tools (>= 52~), - dh-python, - python-all (>= 2.6.6-3~), - python-nose, - python-setuptools, - python3-all, - python3-nose, - python3-setuptools, -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-nosehtmloutput.git/ -Vcs-Git: https://anonscm.debian.org/git/openstack/python-nosehtmloutput.git +Maintainer: Debian OpenStack +Uploaders: + Thomas Goirand , +Build-Depends: + debhelper-compat (= 9), + dh-python, + openstack-pkg-tools (>= 52~), + python3-all, + python3-nose, + python3-setuptools, +Standards-Version: 4.1.0 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-nosehtmloutput +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-nosehtmloutput.git Homepage: https://pypi.python.org/pypi/nosehtmloutput -Package: python-nosehtmloutput -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Recommends: ${python:Recommends} -Description: plugin to produce test results in html - Python 2.x - A plugin for nosetests that will write out test results to results.html. The - code is adapted from the example html output plugin at: - https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py - and the pyunit Html test runner at - http://tungwaiyip.info/software/HTMLTestRunner.html. - . - This package contains the Python 2.x module. - Package: python3-nosehtmloutput Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Recommends: ${python3:Recommends} +Depends: + ${misc:Depends}, + ${python3:Depends}, +Recommends: + ${python3:Recommends}, Description: plugin to produce test results in html - Python 3.x A plugin for nosetests that will write out test results to results.html. The code is adapted from the example html output plugin at: diff -Nru python-nosehtmloutput-0.0.5/debian/copyright python-nosehtmloutput-0.0.5/debian/copyright --- python-nosehtmloutput-0.0.5/debian/copyright 2016-08-13 19:10:50.000000000 +0000 +++ python-nosehtmloutput-0.0.5/debian/copyright 2019-09-02 07:01:45.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nosehtmloutput Source: https://github.com/openstack-infra/nose-html-output.git @@ -10,7 +10,7 @@ Files: debian/* Copyright: (c) 2013, Thomas Goirand - (c) 2016, Ondřej Nový + (c) 2016-2019, Ondřej Nový License: Apache-2-and-BSD-3-clauses License: Apache-2-and-BSD-3-clauses diff -Nru python-nosehtmloutput-0.0.5/debian/gbp.conf python-nosehtmloutput-0.0.5/debian/gbp.conf --- python-nosehtmloutput-0.0.5/debian/gbp.conf 2016-08-13 18:01:11.000000000 +0000 +++ python-nosehtmloutput-0.0.5/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -[DEFAULT] -upstream-branch = master -debian-branch = debian/unstable -upstream-tag = %(version)s -compression = xz - -[git-buildpackage] -export-dir = ../build-area/ diff -Nru python-nosehtmloutput-0.0.5/debian/rules python-nosehtmloutput-0.0.5/debian/rules --- python-nosehtmloutput-0.0.5/debian/rules 2016-08-13 19:06:57.000000000 +0000 +++ python-nosehtmloutput-0.0.5/debian/rules 2019-09-02 07:05:35.000000000 +0000 @@ -2,13 +2,7 @@ UPSTREAM_GIT := https://github.com/openstack-infra/nose-html-output.git -include /usr/share/openstack-pkg-tools/pkgos.make +export PYBUILD_NAME=nosehtmloutput %: - dh $@ --buildsystem=python_distutils --with python2,python3 - -override_dh_auto_install: - pkgos-dh_auto_install - -override_dh_clean: - dh_clean -O--buildsystem=python_distutils - rm -rf nose-*-py*.egg nosehtmloutput.egg-info + dh $@ --buildsystem=pybuild --with python3