Control: tags 936114 + patch
Dear maintainer, I've prepared an NMU for alabaster (versioned as 0.7.8-1.1). The diff is attached to this message. Regards.
diff -Nru alabaster-0.7.8/debian/changelog alabaster-0.7.8/debian/changelog --- alabaster-0.7.8/debian/changelog 2016-06-11 23:18:17.000000000 -0400 +++ alabaster-0.7.8/debian/changelog 2020-03-27 23:22:09.000000000 -0400 @@ -1,3 +1,10 @@ +alabaster (0.7.8-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936114 + + -- Sandro Tosi <mo...@debian.org> Fri, 27 Mar 2020 23:22:09 -0400 + alabaster (0.7.8-1) unstable; urgency=medium * Imported Upstream version 0.7.8 diff -Nru alabaster-0.7.8/debian/control alabaster-0.7.8/debian/control --- alabaster-0.7.8/debian/control 2016-06-10 00:02:21.000000000 -0400 +++ alabaster-0.7.8/debian/control 2020-03-27 23:21:44.000000000 -0400 @@ -4,30 +4,12 @@ Maintainer: Jeremy T. Bouse <jbo...@debian.org> Build-Depends: debhelper (>=9), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.8 Homepage: https://github.com/bitprophet/alabaster Vcs-Git: https://github.com/jbouse-debian/alabaster.git Vcs-Browser: https://github.com/jbouse-debian/alabaster -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 - -Package: python-alabaster -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends} -Suggests: python-sphinx -Provides: ${python:Provides} -Description: Configurable sidebar-enabled Sphinx theme (Python 2) - This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially - as used in his Requests project), which was itself originally based on - @mitsuhiko's theme used for Flask & related projects. - . - This is the Python 2 version of the package. Package: python3-alabaster Architecture: all diff -Nru alabaster-0.7.8/debian/python-alabaster.lintian-overrides alabaster-0.7.8/debian/python-alabaster.lintian-overrides --- alabaster-0.7.8/debian/python-alabaster.lintian-overrides 2015-03-12 21:23:58.000000000 -0400 +++ alabaster-0.7.8/debian/python-alabaster.lintian-overrides 1969-12-31 19:00:00.000000000 -0500 @@ -1,3 +0,0 @@ -# Override this error as the Google Analytics is part of a layout template -# that is only included when configured to do so. -python-alabaster: privacy-breach-google-adsense usr/lib/python2.7/dist-packages/alabaster/layout.html diff -Nru alabaster-0.7.8/debian/rules alabaster-0.7.8/debian/rules --- alabaster-0.7.8/debian/rules 2015-03-12 21:23:58.000000000 -0400 +++ alabaster-0.7.8/debian/rules 2020-03-27 23:21:59.000000000 -0400 @@ -5,7 +5,7 @@ # main packaging script based on dh7 syntax %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild # To support python2.7 and python3, there are 2 ways to package: # * packaging with --buildsystem=pybuild (jessie and later)