Control: tags 936563 + patch
Control: tags 936563 + pending

Dear maintainer,

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

Regards.

diff -Nru frozen-flask-0.11/debian/changelog frozen-flask-0.11/debian/changelog
--- frozen-flask-0.11/debian/changelog	2015-08-15 03:44:17.000000000 -0400
+++ frozen-flask-0.11/debian/changelog	2019-10-06 15:43:03.000000000 -0400
@@ -1,3 +1,10 @@
+frozen-flask (0.11-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936563
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 06 Oct 2019 15:43:03 -0400
+
 frozen-flask (0.11-3) unstable; urgency=medium
 
    * Fixes test suite error by exporting locale to utf8
diff -Nru frozen-flask-0.11/debian/control frozen-flask-0.11/debian/control
--- frozen-flask-0.11/debian/control	2015-07-14 11:52:10.000000000 -0400
+++ frozen-flask-0.11/debian/control	2019-10-06 15:42:52.000000000 -0400
@@ -4,11 +4,8 @@
 Priority: extra
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-setuptools,
                python3-setuptools,
-               python-all (>= 2.6.6-3~),
                python3-all, 
-               python-flask (>= 0.7),
                python3-flask (>= 0.7)
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
@@ -17,17 +14,6 @@
 Vcs-browser: https://github.com/SimonSapin/Frozen-Flask/
 Vcs-Git: https://github.com/SimonSapin/Frozen-Flask.git
 
-Package: python-frozen-flask
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${python:Depends}, python-flask (>= 0.7)
-Description: Freezes a Flask application into a set of static files 
- Frozen-Flask freezes a Flask application into a set of static files. 
- The result can be hosted without any server-side software other than a 
- traditional web server.
- .
- This is a python2 package.
-
 Package: python3-frozen-flask
 Architecture: all
 Multi-Arch: foreign
@@ -37,4 +23,4 @@
  The result can be hosted without any server-side software other than a 
  traditional web server.
  .
- This is a python3 package.
\ No newline at end of file
+ This is a python3 package.
diff -Nru frozen-flask-0.11/debian/rules frozen-flask-0.11/debian/rules
--- frozen-flask-0.11/debian/rules	2015-08-15 07:01:47.000000000 -0400
+++ frozen-flask-0.11/debian/rules	2019-10-06 15:43:00.000000000 -0400
@@ -5,4 +5,4 @@
 export PYBUILD_NAME=frozen-flask
 export LC_ALL=C.UTF-8
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to