Dear maintainer, I've prepared an NMU for xlsxwriter (versioned as 1.1.2-0.2). The diff is attached to this message. Regards.
diff -Nru xlsxwriter-1.1.2/debian/changelog xlsxwriter-1.1.2/debian/changelog --- xlsxwriter-1.1.2/debian/changelog 2019-01-22 16:17:24.000000000 -0500 +++ xlsxwriter-1.1.2/debian/changelog 2019-12-12 19:34:43.000000000 -0500 @@ -1,3 +1,10 @@ +xlsxwriter (1.1.2-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938847 + + -- Sandro Tosi <mo...@debian.org> Thu, 12 Dec 2019 19:34:43 -0500 + xlsxwriter (1.1.2-0.1) unstable; urgency=medium * Non-maintainer upload diff -Nru xlsxwriter-1.1.2/debian/control xlsxwriter-1.1.2/debian/control --- xlsxwriter-1.1.2/debian/control 2019-01-22 16:17:12.000000000 -0500 +++ xlsxwriter-1.1.2/debian/control 2019-12-12 19:34:22.000000000 -0500 @@ -6,33 +6,11 @@ Section: python Priority: optional Standards-Version: 4.3.0 -Build-Depends: debhelper (>= 12), dh-python, python, python3, +Build-Depends: debhelper (>= 12), dh-python, python3, #Vcs-Git: https://salsa.debian.org/python-team/modules/xlsxwriter.git #Vcs-Browser: https://salsa.debian.org/python-team/modules/xlsxwriter Homepage: http://xlsxwriter.readthedocs.org/en/latest/ -Package: python-xlsxwriter -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Python module for creating Excel XLSX files - XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX - file format. - . - XlsxWriter can be used to write text, numbers, formulas and hyperlinks to - multiple worksheets and it supports features such as formatting and many more, - including: - . - * 100% compatible Excel XLSX files - * Full formatting - * Merged cells - * Defined names - * Charts - * Autofilters - * Data validation and drop down lists - * Conditional formatting - * Worksheet PNG/JPEG images - * Rich multi-format strings - Package: python3-xlsxwriter Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru xlsxwriter-1.1.2/debian/python-xlsxwriter.doc-base xlsxwriter-1.1.2/debian/python-xlsxwriter.doc-base --- xlsxwriter-1.1.2/debian/python-xlsxwriter.doc-base 2019-01-22 13:15:58.000000000 -0500 +++ xlsxwriter-1.1.2/debian/python-xlsxwriter.doc-base 1969-12-31 19:00:00.000000000 -0500 @@ -1,9 +0,0 @@ -Document: xlsxwriter-python-2 -Title: XlsxWriter Manual (Python 2) -Author: John McNamara <jmcnam...@cpan.org> -Abstract: This manual describes what XlsxWriter is, and how it can be used. -Section: Programming/Python - -Format: HTML -Index: /usr/share/doc/python-xlsxwriter/docs/readme.html -Files: /usr/share/doc/python-xlsxwriter/docs/*.html diff -Nru xlsxwriter-1.1.2/debian/python-xlsxwriter.docs xlsxwriter-1.1.2/debian/python-xlsxwriter.docs --- xlsxwriter-1.1.2/debian/python-xlsxwriter.docs 2019-01-22 13:15:58.000000000 -0500 +++ xlsxwriter-1.1.2/debian/python-xlsxwriter.docs 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -docs/ diff -Nru xlsxwriter-1.1.2/debian/python-xlsxwriter.examples xlsxwriter-1.1.2/debian/python-xlsxwriter.examples --- xlsxwriter-1.1.2/debian/python-xlsxwriter.examples 2019-01-22 15:48:07.000000000 -0500 +++ xlsxwriter-1.1.2/debian/python-xlsxwriter.examples 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -examples/* diff -Nru xlsxwriter-1.1.2/debian/rules xlsxwriter-1.1.2/debian/rules --- xlsxwriter-1.1.2/debian/rules 2019-01-22 15:48:07.000000000 -0500 +++ xlsxwriter-1.1.2/debian/rules 2019-12-12 19:34:29.000000000 -0500 @@ -2,4 +2,4 @@ export PYBUILD_NAME=xlsxwriter %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild