debian-python-phpserialize/debian/control

32 lines
1.1 KiB
Plaintext

Source: python-phpserialize
Section: python
Priority: optional
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools, 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}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: phpserialize
Description: Python port of PHP serialize and unserialize functions (Python 3)
This module implements the Python serialization interface (eg: provides dumps,
loads and similar functions).
.
This package contains phpserialize for Python 3.