Source: zope.deprecation
Section: zope
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
           Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-sphinx,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.1
Homepage: http://pypi.python.org/pypi/zope.deprecation
Vcs-Git: https://salsa.debian.org/debian/zope.deprecation.git
Vcs-Browser: https://salsa.debian.org/debian/zope.deprecation
XS-Testsuite: autopkgtest

Package: python-zope.deprecation
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-zope.testing
Description: Zope Deprecation Infrastructure
 This package provides a simple function called 'deprecated(names, reason)' to
 mark deprecated modules, classes, functions, methods and properties.
 .
 This is the Python 2 version.

Package: python3-zope.deprecation
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-zope.testing
Description: Zope Deprecation Infrastructure
 This package provides a simple function called 'deprecated(names, reason)' to
 mark deprecated modules, classes, functions, methods and properties.
 .
 This is the Python 3 version.
