tags 938847 patch
thanks

There are no rev deps left for the Python 2 package, patch attached.

Cheers,
        Moritz
diff -Naur xlsxwriter-1.1.2.orig/debian/control xlsxwriter-1.1.2/debian/control
--- xlsxwriter-1.1.2.orig/debian/control	2019-01-22 22:17:12.000000000 +0100
+++ xlsxwriter-1.1.2/debian/control	2019-11-28 23:11:23.041913286 +0100
@@ -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 -Naur xlsxwriter-1.1.2.orig/debian/python-xlsxwriter.doc-base xlsxwriter-1.1.2/debian/python-xlsxwriter.doc-base
--- xlsxwriter-1.1.2.orig/debian/python-xlsxwriter.doc-base	2019-01-22 19:15:58.000000000 +0100
+++ xlsxwriter-1.1.2/debian/python-xlsxwriter.doc-base	1970-01-01 01:00:00.000000000 +0100
@@ -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 -Naur xlsxwriter-1.1.2.orig/debian/python-xlsxwriter.docs xlsxwriter-1.1.2/debian/python-xlsxwriter.docs
--- xlsxwriter-1.1.2.orig/debian/python-xlsxwriter.docs	2019-01-22 19:15:58.000000000 +0100
+++ xlsxwriter-1.1.2/debian/python-xlsxwriter.docs	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-docs/
diff -Naur xlsxwriter-1.1.2.orig/debian/python-xlsxwriter.examples xlsxwriter-1.1.2/debian/python-xlsxwriter.examples
--- xlsxwriter-1.1.2.orig/debian/python-xlsxwriter.examples	2019-01-22 21:48:07.000000000 +0100
+++ xlsxwriter-1.1.2/debian/python-xlsxwriter.examples	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-examples/*
diff -Naur xlsxwriter-1.1.2.orig/debian/rules xlsxwriter-1.1.2/debian/rules
--- xlsxwriter-1.1.2.orig/debian/rules	2019-01-22 21:48:07.000000000 +0100
+++ xlsxwriter-1.1.2/debian/rules	2019-11-28 23:11:12.309844464 +0100
@@ -2,4 +2,4 @@
 export PYBUILD_NAME=xlsxwriter
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to