Control: tags 937721 + patch
Control: tags 937721 + pending

Dear maintainer,

I've prepared an NMU for python-ebooklib (versioned as 0.15~ds0-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-ebooklib-0.15~ds0/debian/changelog python-ebooklib-0.15~ds0/debian/changelog
--- python-ebooklib-0.15~ds0/debian/changelog	2014-05-01 12:45:46.000000000 -0400
+++ python-ebooklib-0.15~ds0/debian/changelog	2019-10-14 20:12:51.000000000 -0400
@@ -1,3 +1,10 @@
+python-ebooklib (0.15~ds0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937721
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 14 Oct 2019 20:12:51 -0400
+
 python-ebooklib (0.15~ds0-1) unstable; urgency=low
 
   * Initial upload to Debian, closes: #745542
diff -Nru python-ebooklib-0.15~ds0/debian/control python-ebooklib-0.15~ds0/debian/control
--- python-ebooklib-0.15~ds0/debian/control	2014-05-01 13:01:58.000000000 -0400
+++ python-ebooklib-0.15~ds0/debian/control	2019-10-14 20:12:25.000000000 -0400
@@ -5,11 +5,8 @@
 Build-Depends:
  debhelper (>= 8),
  dh-python,
- python-all (>= 2.7.3-4~),
- python-lxml,
- python-setuptools,
- python-six,
- python-sphinx (>= 1.0.7+dfsg),
+ python3-lxml,
+ python3-six,
  python3-all,
  python3-setuptools,
  python3-sphinx
@@ -20,23 +17,6 @@
 Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/python-ebooklib.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-ebooklib.git
 
-Package: python-ebooklib
-Architecture: all
-Depends:
- python-lxml,
- python-six,
- ${misc:Depends},
- ${python:Depends}
-Description: Python 2 E-book library for handling EPUB2/EPUB3/Kindle formats
- EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's
- capable of reading and writing EPUB files programmatically (Kindle support is
- under development).
- .
- The API is designed to be as simple as possible, while at the same time making
- complex things possible too. It has support for covers, table of contents,
- spine, guide, metadata and more. EbookLib works with Python 2.7 and Python
- 3.3, this is the Python 2 version of the package.
-
 Package: python3-ebooklib
 Architecture: all
 Depends:
diff -Nru python-ebooklib-0.15~ds0/debian/python-ebooklib.docs python-ebooklib-0.15~ds0/debian/python-ebooklib.docs
--- python-ebooklib-0.15~ds0/debian/python-ebooklib.docs	2014-05-01 13:34:45.000000000 -0400
+++ python-ebooklib-0.15~ds0/debian/python-ebooklib.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1,5 +0,0 @@
-AUTHORS.txt
-CHANGES.TXT
-README.md
-VERSION.txt
-_build/html/
diff -Nru python-ebooklib-0.15~ds0/debian/rules python-ebooklib-0.15~ds0/debian/rules
--- python-ebooklib-0.15~ds0/debian/rules	2014-05-01 13:42:32.000000000 -0400
+++ python-ebooklib-0.15~ds0/debian/rules	2019-10-14 20:12:40.000000000 -0400
@@ -6,7 +6,7 @@
 export REPACK_SH=$(CURDIR)/debian/repack.sh
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

Reply via email to