diff -Nru wsgicors-0.4.1/debian/changelog wsgicors-0.4.1/debian/changelog --- wsgicors-0.4.1/debian/changelog 2015-03-25 08:15:46.000000000 +0000 +++ wsgicors-0.4.1/debian/changelog 2019-10-06 18:25:37.000000000 +0000 @@ -1,3 +1,10 @@ +wsgicors (0.4.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938833 + + -- Sandro Tosi Sun, 06 Oct 2019 14:25:37 -0400 + wsgicors (0.4.1-1) unstable; urgency=medium * New upstream release diff -Nru wsgicors-0.4.1/debian/control wsgicors-0.4.1/debian/control --- wsgicors-0.4.1/debian/control 2015-03-25 08:15:46.000000000 +0000 +++ wsgicors-0.4.1/debian/control 2019-10-06 18:24:09.000000000 +0000 @@ -8,23 +8,11 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all, python3-all, - python-setuptools, python3-setuptools, Standards-Version: 3.9.5 X-Python-Version: >= 2.7 -Package: python-wsgicors -Architecture: all -Depends: - ${python:Depends}, - ${misc:Depends}, -Description: WSGI middleware to handle CORS preflight requests - This is a WSGI middleware that answers CORS preflight - requests and adds the needed header to the response. For CORS - see: http://www.w3.org/TR/cors/. - Package: python3-wsgicors Architecture: all Depends: diff -Nru wsgicors-0.4.1/debian/python3-wsgicors.install wsgicors-0.4.1/debian/python3-wsgicors.install --- wsgicors-0.4.1/debian/python3-wsgicors.install 2015-03-25 08:15:46.000000000 +0000 +++ wsgicors-0.4.1/debian/python3-wsgicors.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/python3* diff -Nru wsgicors-0.4.1/debian/python-wsgicors.docs wsgicors-0.4.1/debian/python-wsgicors.docs --- wsgicors-0.4.1/debian/python-wsgicors.docs 2015-03-25 08:15:46.000000000 +0000 +++ wsgicors-0.4.1/debian/python-wsgicors.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -README.rst -AUTHORS.rst -CHANGES.rst diff -Nru wsgicors-0.4.1/debian/python-wsgicors.install wsgicors-0.4.1/debian/python-wsgicors.install --- wsgicors-0.4.1/debian/python-wsgicors.install 2015-03-25 08:15:46.000000000 +0000 +++ wsgicors-0.4.1/debian/python-wsgicors.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/python2.* diff -Nru wsgicors-0.4.1/debian/rules wsgicors-0.4.1/debian/rules --- wsgicors-0.4.1/debian/rules 2015-03-25 08:15:46.000000000 +0000 +++ wsgicors-0.4.1/debian/rules 2019-10-06 18:24:23.000000000 +0000 @@ -4,6 +4,6 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: