Control: tags 936525 + patch
Control: tags 936525 + pending

Dear maintainer,

I've prepared an NMU for flask-flatpages (versioned as 0.6-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru flask-flatpages-0.6/debian/changelog flask-flatpages-0.6/debian/changelog
--- flask-flatpages-0.6/debian/changelog	2015-10-23 10:08:38.000000000 -0400
+++ flask-flatpages-0.6/debian/changelog	2019-10-17 20:12:51.000000000 -0400
@@ -1,3 +1,10 @@
+flask-flatpages (0.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936525
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 17 Oct 2019 20:12:51 -0400
+
 flask-flatpages (0.6-1) unstable; urgency=low
 
   * Initial release. Closes: 792680
diff -Nru flask-flatpages-0.6/debian/control flask-flatpages-0.6/debian/control
--- flask-flatpages-0.6/debian/control	2015-10-23 10:59:07.000000000 -0400
+++ flask-flatpages-0.6/debian/control	2019-10-17 20:12:37.000000000 -0400
@@ -4,36 +4,17 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-setuptools,
                python3-setuptools,
-               python-yaml (>=3.10),
                python3-yaml (>=3.10),
-               python-markdown (>=2.3.1),
                python3-markdown (>=2.3.1),
-               python-all,
                python3-all, 
-               python-flask (>= 0.8),
                python3-flask (>= 0.8),
-               python-sphinx
+               python3-sphinx
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python-Version3: >= 3.3
 Homepage: http://flask-flatpages.readthedocs.org/en/latest/
 
-Package: python-flask-flatpages
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, 
-         ${python:Depends},
-         python-flask (>= 0.8), 
-         python-yaml (>=3.10),
-         python-markdown (>=2.3.1)
-Description: Provides flat static pages to a Python 2 Flask application
- Flask-FlatPages provides flat static pages to a Flask application, 
- based on text files as opposed to a relational database.
- .
- This is a Python 2 package
-
 Package: python3-flask-flatpages
 Architecture: all
 Multi-Arch: foreign
diff -Nru flask-flatpages-0.6/debian/rules flask-flatpages-0.6/debian/rules
--- flask-flatpages-0.6/debian/rules	2015-10-23 10:58:21.000000000 -0400
+++ flask-flatpages-0.6/debian/rules	2019-10-17 20:12:46.000000000 -0400
@@ -2,7 +2,7 @@
 
 export PYBUILD_NAME=flask-flatpages
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_clean:

Reply via email to