Control: tags 734557 + patch Control: tags 734557 + pending Control: tags 937588 + patch Control: tags 937588 + pending
Dear maintainer, I've prepared an NMU for python-augeas (versioned as 0.5.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-augeas-0.5.0/debian/changelog python-augeas-0.5.0/debian/changelog --- python-augeas-0.5.0/debian/changelog 2015-07-05 06:50:49.000000000 -0400 +++ python-augeas-0.5.0/debian/changelog 2019-10-16 22:17:14.000000000 -0400 @@ -1,3 +1,10 @@ +python-augeas (0.5.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937588, #734557 + + -- Sandro Tosi <mo...@debian.org> Wed, 16 Oct 2019 22:17:14 -0400 + python-augeas (0.5.0-1) unstable; urgency=low * New upstream release diff -Nru python-augeas-0.5.0/debian/control python-augeas-0.5.0/debian/control --- python-augeas-0.5.0/debian/control 2015-07-05 06:50:49.000000000 -0400 +++ python-augeas-0.5.0/debian/control 2019-10-16 22:16:12.000000000 -0400 @@ -6,7 +6,6 @@ debhelper (>= 9~), dh-python, libaugeas0 (>= 0.7.2), - python-all (>= 2.6.5), python3-all Standards-Version: 3.9.6 X-Python-Version: >= 2.6 @@ -15,20 +14,6 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/python-augeas.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-augeas.git -Package: python-augeas -Architecture: all -Depends: - libaugeas0 (>= 0.7.2), - ${misc:Depends}, - ${python:Depends} -Description: Python bindings for Augeas - Augeas is a library and command line tool that focuses - on the most basic problem in handling Linux configurations - programmatically: editing actual configuration files in a - controlled manner. - . - This module provides a Python interface to the Augeas API. - Package: python3-augeas Architecture: all Depends: diff -Nru python-augeas-0.5.0/debian/rules python-augeas-0.5.0/debian/rules --- python-augeas-0.5.0/debian/rules 2015-07-05 06:50:49.000000000 -0400 +++ python-augeas-0.5.0/debian/rules 2019-10-16 22:16:21.000000000 -0400 @@ -2,8 +2,7 @@ export DH_VERBOSE=1 export PYBUILD_NAME=augeas -export PYBUILD_DESTDIR_python2=debian/python-augeas/ export PYBUILD_DESTDIR_python3=debian/python3-augeas/ %: - dh $@ --buildsystem=pybuild --with python2,python3 + dh $@ --buildsystem=pybuild --with python3