diff -Nru python-phpserialize-1.3/debian/changelog python-phpserialize-1.3/debian/changelog --- python-phpserialize-1.3/debian/changelog 2015-10-14 18:20:56.000000000 +0000 +++ python-phpserialize-1.3/debian/changelog 2019-10-06 01:17:54.000000000 +0000 @@ -1,3 +1,10 @@ +python-phpserialize (1.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938023 + + -- Sandro Tosi Sat, 05 Oct 2019 21:17:54 -0400 + python-phpserialize (1.3-1) unstable; urgency=low * Initial release (closes: #801801). diff -Nru python-phpserialize-1.3/debian/control python-phpserialize-1.3/debian/control --- python-phpserialize-1.3/debian/control 2015-10-14 18:20:56.000000000 +0000 +++ python-phpserialize-1.3/debian/control 2019-10-06 01:17:36.000000000 +0000 @@ -2,22 +2,10 @@ Section: python Priority: optional Maintainer: Tristan Seligmann -Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools, python3, python3-setuptools +Build-Depends: debhelper (>= 9), dh-python, python3, python3-setuptools Standards-Version: 3.9.6 Homepage: http://github.com/mitsuhiko/phpserialize -Package: python-phpserialize -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Recommends: ${python:Recommends} -Suggests: ${python:Suggests} -XB-Python-Egg-Name: phpserialize -Description: Python port of PHP serialize and unserialize functions (Python 2) - This module implements the Python serialization interface (eg: provides dumps, - loads and similar functions). - . - This package contains phpserialize for Python 2. - Package: python3-phpserialize Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru python-phpserialize-1.3/debian/python-phpserialize.pydist python-phpserialize-1.3/debian/python-phpserialize.pydist --- python-phpserialize-1.3/debian/python-phpserialize.pydist 2015-10-14 18:20:56.000000000 +0000 +++ python-phpserialize-1.3/debian/python-phpserialize.pydist 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -phpserialize python-phpserialize; PEP386 diff -Nru python-phpserialize-1.3/debian/rules python-phpserialize-1.3/debian/rules --- python-phpserialize-1.3/debian/rules 2015-10-14 18:20:56.000000000 +0000 +++ python-phpserialize-1.3/debian/rules 2019-10-06 01:17:52.000000000 +0000 @@ -2,4 +2,4 @@ export PYBUILD_NAME=phpserialize %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild