Control: tags 938865 + patch Control: tags 938865 + pending
Dear maintainer, I've prepared an NMU for yapsy (versioned as 1.12.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru yapsy-1.12.0/debian/changelog yapsy-1.12.0/debian/changelog --- yapsy-1.12.0/debian/changelog 2018-09-29 10:28:36.000000000 -0400 +++ yapsy-1.12.0/debian/changelog 2019-10-14 20:47:33.000000000 -0400 @@ -1,3 +1,10 @@ +yapsy (1.12.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938865 + + -- Sandro Tosi <mo...@debian.org> Mon, 14 Oct 2019 20:47:33 -0400 + yapsy (1.12.0-1) unstable; urgency=medium * New upstream version 1.12.0 (Closes: #867900) diff -Nru yapsy-1.12.0/debian/control yapsy-1.12.0/debian/control --- yapsy-1.12.0/debian/control 2018-09-29 10:28:36.000000000 -0400 +++ yapsy-1.12.0/debian/control 2019-10-14 20:46:53.000000000 -0400 @@ -4,10 +4,7 @@ Maintainer: Agustin Henze <t...@debian.org> Uploaders: Ulises Vitulli <der...@debian.org> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: python-all, - python-sphinx, - python-setuptools, - python3-all, +Build-Depends-Indep: python3-all, python3-setuptools, python-configparser, python3-sphinx, @@ -18,18 +15,6 @@ Vcs-Git: https://salsa.debian.org/debian/yapsy.git Vcs-Browser: https://salsa.debian.org/debian/yapsy -Package: python-yapsy -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-configparser -Suggests: python-yapsy-doc -Description: simple plugin system for Python applications - Yapsy, or Yet Another Plugin SYstem, is a small library implementing the core - mechanisms needed to build a plugin system into a wider application. - . - The main purpose is to depend only on Python's standard libraries (at least - version 2.3) and to implement only the basic functionalities needed to detect, - load and keep track of several plugins. - Package: python3-yapsy Architecture: all Depends: ${python3:Depends}, ${misc:Depends} diff -Nru yapsy-1.12.0/debian/rules yapsy-1.12.0/debian/rules --- yapsy-1.12.0/debian/rules 2018-09-29 10:28:36.000000000 -0400 +++ yapsy-1.12.0/debian/rules 2019-10-14 20:47:19.000000000 -0400 @@ -9,7 +9,7 @@ export PYBUILD_NAME=$(DEB_SOURCE) %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_clean: dh_clean