diff -Nru pyee-3.0.3/debian/changelog pyee-3.0.3/debian/changelog --- pyee-3.0.3/debian/changelog 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/changelog 2019-08-10 20:00:48.000000000 +0000 @@ -1,3 +1,18 @@ +pyee (3.0.3-2) unstable; urgency=medium + + * Team upload. + + [ Ondřej Nový ] + * d/control: Set Vcs-* to salsa.debian.org + * d/copyright: Use https protocol in Format field + * Convert git repository from git-dpm to gbp layout + * Use debhelper-compat instead of debian/compat. + + [ Andrey Rahmatullin ] + * Drop Python 2 support. + + -- Andrey Rahmatullin Sun, 11 Aug 2019 01:00:48 +0500 + pyee (3.0.3-1) unstable; urgency=medium * Initial Debian packaging (closes: #869099) diff -Nru pyee-3.0.3/debian/compat pyee-3.0.3/debian/compat --- pyee-3.0.3/debian/compat 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru pyee-3.0.3/debian/control pyee-3.0.3/debian/control --- pyee-3.0.3/debian/control 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/control 2019-08-10 20:00:48.000000000 +0000 @@ -3,14 +3,8 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: Ethan Ward -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 10), dh-python, - python-all, - python-mock, - python-pytest, - python-pytest-runner, - python-setuptools, - python-twisted, python3-all, python3-mock, python3-pytest, @@ -19,18 +13,8 @@ python3-twisted, Standards-Version: 4.0.0 Homepage: https://github.com/jfhbrook/pyee -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyee.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyee.git - -Package: python-pyee -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -XB-Python-Version: ${python:Versions} -Description: Python 2 port of node.js's EventEmitter to Python - This package contains the pyee module for Python 2. pyee supplies an - EventEmitter object similar to the EventEmitter from node.js. This allows - developers to register a function to an event, which means that when the event - is emitted, the function will be called. +Vcs-Git: https://salsa.debian.org/python-team/modules/pyee.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/pyee Package: python3-pyee Architecture: all diff -Nru pyee-3.0.3/debian/copyright pyee-3.0.3/debian/copyright --- pyee-3.0.3/debian/copyright 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/copyright 2019-08-10 20:00:48.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: pyee Source: https://pypi.python.org/pypi/pyee diff -Nru pyee-3.0.3/debian/.git-dpm pyee-3.0.3/debian/.git-dpm --- pyee-3.0.3/debian/.git-dpm 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -# see git-dpm(1) from git-dpm package -e5096664ffb6425a86e8cf0d3b044c1cc3525d41 -e5096664ffb6425a86e8cf0d3b044c1cc3525d41 -a53727b59001424354a52a0bd190907ab41d4c7f -a53727b59001424354a52a0bd190907ab41d4c7f -pyee_3.0.3.orig.tar.gz -ee0ca9d5134a928547d374ac63fa59dfaf137c93 -5986 -debianTag="debian/%e%v" -patchedTag="patched/%e%v" -upstreamTag="upstream/%e%u" diff -Nru pyee-3.0.3/debian/python-pyee.lintian-overrides pyee-3.0.3/debian/python-pyee.lintian-overrides --- pyee-3.0.3/debian/python-pyee.lintian-overrides 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/python-pyee.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# python2 module will be deprecated when mycroft moves to python3 -python-pyee: new-package-should-not-package-python2-module python-pyee diff -Nru pyee-3.0.3/debian/rules pyee-3.0.3/debian/rules --- pyee-3.0.3/debian/rules 2017-07-17 15:25:02.000000000 +0000 +++ pyee-3.0.3/debian/rules 2019-08-10 20:00:48.000000000 +0000 @@ -4,4 +4,4 @@ export PYBUILD_NAME=pyee %: - dh $@ --with python2,python3 --buildsystem=pybuild --test-pytest + dh $@ --with python3 --buildsystem=pybuild --test-pytest