diff -Nru python-setproctitle-1.1.10/debian/changelog python-setproctitle-1.1.10/debian/changelog --- python-setproctitle-1.1.10/debian/changelog 2020-02-20 10:18:58.000000000 +0000 +++ python-setproctitle-1.1.10/debian/changelog 2020-05-12 15:50:52.000000000 +0000 @@ -1,39 +1,32 @@ -python-setproctitle (1.1.10-1ubuntu1) focal; urgency=medium +python-setproctitle (1.1.10-2) unstable; urgency=medium - * Test using python2. - * Build-depend on 2to3. + * Team upload. - -- Matthias Klose Thu, 20 Feb 2020 11:18:58 +0100 + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + * d/copyright: Use https protocol in Format field + * d/control: Deprecating priority extra as per policy 4.0.1 + * d/control: Remove ancient X-Python-Version field + * d/control: Remove ancient X-Python3-Version field + * Convert git repository from git-dpm to gbp layout + * Use debhelper-compat instead of debian/compat. + + [ Debian Janitor ] + * Bump debhelper from old 9 to 12. + * Set upstream metadata fields: Bug-Database, Repository, Repository- + Browse. + + [ Gordon Ball ] + * Drop python2 support (Closes: #938166) + * Enable testing on python3 (Closes: #849023) + * Run the testsuite as an autopkgtest + * Declare Rules-Requires-Root: no + * Update Standards-Version to 4.5.0 + * Don't build an automatic -dbgsym package since there is an explicit -dbg + * Update d/watch to use pypi.debian.net; the old link was broken + * Don't convert (non-manpage) restructuredtext documentation to manpages -python-setproctitle (1.1.10-1build5) focal; urgency=medium - - * No-change rebuild to build with python3.8. - - -- Matthias Klose Fri, 18 Oct 2019 18:11:44 +0000 - -python-setproctitle (1.1.10-1build4) disco; urgency=medium - - * No-change rebuild to build without python3.6 support. - - -- Matthias Klose Sat, 03 Nov 2018 12:09:53 +0000 - -python-setproctitle (1.1.10-1build3) cosmic; urgency=medium - - * No-change rebuild to build for python3.7. - - -- Matthias Klose Thu, 28 Jun 2018 06:55:17 +0000 - -python-setproctitle (1.1.10-1build2) artful; urgency=medium - - * No change rebuild to drop Python 3.5 support. - - -- Michael Hudson-Doyle Sat, 05 Aug 2017 21:38:54 +1200 - -python-setproctitle (1.1.10-1build1) artful; urgency=medium - - * No change rebuild to add Python 3.6 support. - - -- Michael Hudson-Doyle Fri, 12 May 2017 14:54:38 +1200 + -- Gordon Ball Tue, 12 May 2020 15:50:52 +0000 python-setproctitle (1.1.10-1) unstable; urgency=medium diff -Nru python-setproctitle-1.1.10/debian/compat python-setproctitle-1.1.10/debian/compat --- python-setproctitle-1.1.10/debian/compat 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru python-setproctitle-1.1.10/debian/control python-setproctitle-1.1.10/debian/control --- python-setproctitle-1.1.10/debian/control 2020-02-20 10:18:58.000000000 +0000 +++ python-setproctitle-1.1.10/debian/control 2020-05-12 15:50:52.000000000 +0000 @@ -1,57 +1,22 @@ Source: python-setproctitle Section: python -Priority: extra +Priority: optional Maintainer: Debian Python Modules Team Uploaders: Matthew Grant , Build-Depends: - debhelper (>= 9), + debhelper-compat (= 12), dh-python, - 2to3, procps, - python-all-dbg, - python-all-dev, - python-nose, + 2to3, python3-all-dbg, python3-all-dev, - python3-docutils, python3-nose, -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 -Standards-Version: 3.9.8 +Standards-Version: 4.5.0 Homepage: https://github.com/dvarrazzo/py-setproctitle -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-setproctitle.git -Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-setproctitle.git - -Package: python-setproctitle -Architecture: any -Multi-Arch: same -Depends: - ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends}, -Description: Setproctitle implementation for Python 2 - The library allows a process to change its title (as displayed by system tools - such as ps and top). - . - Changing the title is mostly useful in multi-process systems, for example when - a master process is forked: changing the children's title allows one to - identify the task each process is busy with. The technique is used by - PostgreSQL and the OpenSSH Server for example. - -Package: python-setproctitle-dbg -Section: debug -Architecture: any -Multi-Arch: same -Depends: - python-setproctitle (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends}, -Description: Setproctitle implementation for Python 2 (debug) - The library allows a process to change its title (as displayed by system tools - such as ps and top). - . - This is the debugging symbols for setproctitle. +Vcs-Git: https://salsa.debian.org/python-team/modules/python-setproctitle.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/python-setproctitle +Rules-Requires-Root: no Package: python3-setproctitle Architecture: any diff -Nru python-setproctitle-1.1.10/debian/copyright python-setproctitle-1.1.10/debian/copyright --- python-setproctitle-1.1.10/debian/copyright 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/copyright 2020-05-12 15:50:52.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: setproctitle Upstream-Contact: Daniele Varrazzo Source: https://github.com/dvarrazzo/py-setproctitle diff -Nru python-setproctitle-1.1.10/debian/.git-dpm python-setproctitle-1.1.10/debian/.git-dpm --- python-setproctitle-1.1.10/debian/.git-dpm 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# see git-dpm(1) from git-dpm package -5cc1ee774d43ff48fe578f2349423d3b4f3dea2b -5cc1ee774d43ff48fe578f2349423d3b4f3dea2b -5cc1ee774d43ff48fe578f2349423d3b4f3dea2b -5cc1ee774d43ff48fe578f2349423d3b4f3dea2b -python-setproctitle_1.1.10.orig.tar.gz -9331e4cdd416c5d2bd2c1abccd2d9292965e613d -24042 diff -Nru python-setproctitle-1.1.10/debian/python3-setproctitle.docs python-setproctitle-1.1.10/debian/python3-setproctitle.docs --- python-setproctitle-1.1.10/debian/python3-setproctitle.docs 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/python3-setproctitle.docs 2020-05-12 15:50:52.000000000 +0000 @@ -1,2 +1,2 @@ -build/HISTORY -build/README +HISTORY.rst +README.rst diff -Nru python-setproctitle-1.1.10/debian/python-setproctitle.docs python-setproctitle-1.1.10/debian/python-setproctitle.docs --- python-setproctitle-1.1.10/debian/python-setproctitle.docs 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/python-setproctitle.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -build/HISTORY -build/README diff -Nru python-setproctitle-1.1.10/debian/rules python-setproctitle-1.1.10/debian/rules --- python-setproctitle-1.1.10/debian/rules 2020-02-20 10:18:58.000000000 +0000 +++ python-setproctitle-1.1.10/debian/rules 2020-05-12 15:50:52.000000000 +0000 @@ -1,15 +1,13 @@ #!/usr/bin/make -f -#DH_VERBOSE=1 +export DH_VERBOSE=1 export PYBUILD_NAME=setproctitle +export PYBUILD_DISABLE_python3-dbg=test +export PYBUILD_BEFORE_TEST=2to3 -w --no-diffs tests/setproctitle_test.py +export PYBUILD_TEST_ARGS=-e embedded %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild -override_dh_auto_build: - dh_auto_build - rst2man README.rst | nroff -mandoc > build/README - rst2man HISTORY.rst | nroff -mandoc > build/HISTORY - -override_dh_auto_test: - $(MAKE) check PYTHON=python2 PYCONFIG=python2-config +override_dh_strip: + dh_strip --no-automatic-dbgsym diff -Nru python-setproctitle-1.1.10/debian/tests/control python-setproctitle-1.1.10/debian/tests/control --- python-setproctitle-1.1.10/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ python-setproctitle-1.1.10/debian/tests/control 2020-05-12 15:50:52.000000000 +0000 @@ -0,0 +1,3 @@ +Tests: setproctitle +Depends: procps, 2to3, python3-setproctitle, python3-nose +Restrictions: allow-stderr diff -Nru python-setproctitle-1.1.10/debian/tests/setproctitle python-setproctitle-1.1.10/debian/tests/setproctitle --- python-setproctitle-1.1.10/debian/tests/setproctitle 1970-01-01 00:00:00.000000000 +0000 +++ python-setproctitle-1.1.10/debian/tests/setproctitle 2020-05-12 15:50:52.000000000 +0000 @@ -0,0 +1,4 @@ +#/bin/sh -e + +2to3 -w --no-diff tests/setproctitle_test.py +python3 -m nose -v -e embedded diff -Nru python-setproctitle-1.1.10/debian/upstream/metadata python-setproctitle-1.1.10/debian/upstream/metadata --- python-setproctitle-1.1.10/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ python-setproctitle-1.1.10/debian/upstream/metadata 2020-05-12 15:50:52.000000000 +0000 @@ -0,0 +1,3 @@ +Bug-Database: https://github.com/dvarrazzo/py-setproctitle/issues +Repository: https://github.com/dvarrazzo/py-setproctitle.git +Repository-Browse: https://github.com/dvarrazzo/py-setproctitle diff -Nru python-setproctitle-1.1.10/debian/watch python-setproctitle-1.1.10/debian/watch --- python-setproctitle-1.1.10/debian/watch 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/watch 2020-05-12 15:50:52.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://pypi.python.org/packages/source/s/setproctitle/setproctitle-(.*)\.tar\.gz +https://pypi.debian.net/setproctitle/setproctitle-(.*)\.tar\.gz