diff -Nru lazr.smtptest-2.0.3/debian/changelog lazr.smtptest-2.0.3/debian/changelog --- lazr.smtptest-2.0.3/debian/changelog 2015-07-22 17:19:36.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/changelog 2019-09-12 13:21:24.000000000 +0000 @@ -1,8 +1,28 @@ -lazr.smtptest (2.0.3-1build1) wily; urgency=medium +lazr.smtptest (2.0.3-2) unstable; urgency=medium - * No-change rebuild for python3.5 transition + * Team upload. + [ Ondřej Nový ] + * Fixed VCS URL (https) + * 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. + * Use Python 3 for building docs. + * Drop Python 2 support (Closes: #936823). + * Bump debhelper compat level to 12. + * Bump standards version to 4.4.0 (no changes). + * Use dh_auto_build instead of dh_installdocs for building docs. - -- Steve Langasek Wed, 22 Jul 2015 17:19:36 +0000 + [ Barry Warsaw ] + * Put DPMT in Maintainers and myself in Uploaders. + + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + * d/copyright: Use https protocol in Format field + * d/watch: Use https protocol + * d/control: Remove XS-Testsuite field, not needed anymore + + -- Ondřej Nový Thu, 12 Sep 2019 15:21:24 +0200 lazr.smtptest (2.0.3-1) unstable; urgency=medium diff -Nru lazr.smtptest-2.0.3/debian/compat lazr.smtptest-2.0.3/debian/compat --- lazr.smtptest-2.0.3/debian/compat 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru lazr.smtptest-2.0.3/debian/control lazr.smtptest-2.0.3/debian/control --- lazr.smtptest-2.0.3/debian/control 2015-07-22 17:19:36.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/control 2019-09-12 13:09:20.000000000 +0000 @@ -1,40 +1,18 @@ Source: lazr.smtptest -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Barry Warsaw -Uploaders: Debian Python Modules Team - +Maintainer: Debian Python Modules Team +Uploaders: Barry Warsaw Homepage: https://launchpad.net/lazr.smtptest Section: python -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all (>= 2.6.6-3~), - python-docutils, - python-nose, - python-setuptools, - python-sphinx (>= 1.0.7+dfsg-1~), + python3-sphinx (>= 1.0.7+dfsg-1~), python3-all, python3-nose, python3-setuptools -Standards-Version: 3.9.6 -XS-Testsuite: autopkgtest -Vcs-Git: git://anonscm.debian.org/python-modules/packages/lazr.smtptest.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/lazr.smtptest.git - -Package: python-lazr.smtptest -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Suggests: python-lazr.smtptest-doc -Description: framework for testing SMTP-based applications and libraries - This is LAZR smtptest, a framework for testing SMTP-based applications - and libraries. It provides a real, live SMTP server that you can send - messages to, and from which you can read those test messages. This - can be used to ensure proper operation of your applications which send - email. - . - This is the Python 2 version. +Standards-Version: 4.4.0 +Vcs-Git: https://salsa.debian.org/python-team/modules/lazr.smtptest.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/lazr.smtptest Package: python3-lazr.smtptest Architecture: all diff -Nru lazr.smtptest-2.0.3/debian/copyright lazr.smtptest-2.0.3/debian/copyright --- lazr.smtptest-2.0.3/debian/copyright 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/copyright 2019-09-12 12:11:25.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: lazr.smtptest Source: https://pypi.python.org/pypi/lazr.smtptest diff -Nru lazr.smtptest-2.0.3/debian/.git-dpm lazr.smtptest-2.0.3/debian/.git-dpm --- lazr.smtptest-2.0.3/debian/.git-dpm 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# see git-dpm(1) from git-dpm package -ed42fe0c06be06b167166a5daa15190f1f2207dd -ed42fe0c06be06b167166a5daa15190f1f2207dd -ed42fe0c06be06b167166a5daa15190f1f2207dd -ed42fe0c06be06b167166a5daa15190f1f2207dd -lazr.smtptest_2.0.3.orig.tar.gz -bfe1209c2d4746fa2a54a038688082914665c489 -14321 diff -Nru lazr.smtptest-2.0.3/debian/rules lazr.smtptest-2.0.3/debian/rules --- lazr.smtptest-2.0.3/debian/rules 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/rules 2019-09-12 13:17:27.000000000 +0000 @@ -5,8 +5,8 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild -override_dh_installdocs: - python setup.py build_sphinx - dh_installdocs +override_dh_auto_build: + python3 setup.py build_sphinx + dh_auto_build diff -Nru lazr.smtptest-2.0.3/debian/tests/control lazr.smtptest-2.0.3/debian/tests/control --- lazr.smtptest-2.0.3/debian/tests/control 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/tests/control 2019-09-12 13:08:59.000000000 +0000 @@ -1,2 +1,2 @@ -Tests: smoketest-2 smoketest-3 +Tests: smoketest-3 Depends: @ diff -Nru lazr.smtptest-2.0.3/debian/tests/smoketest-2 lazr.smtptest-2.0.3/debian/tests/smoketest-2 --- lazr.smtptest-2.0.3/debian/tests/smoketest-2 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/tests/smoketest-2 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -#!/usr/bin/python - -import lazr.smtptest -print lazr.smtptest.__file__, lazr.smtptest.__version__ diff -Nru lazr.smtptest-2.0.3/debian/watch lazr.smtptest-2.0.3/debian/watch --- lazr.smtptest-2.0.3/debian/watch 2015-06-08 22:40:27.000000000 +0000 +++ lazr.smtptest-2.0.3/debian/watch 2019-09-12 12:11:25.000000000 +0000 @@ -1,4 +1,4 @@ version=3 #opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \ opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/lazr.smtptest/lazr.smtptest-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/lazr.smtptest/lazr.smtptest-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))