Source: python-sentinels
Maintainer: Stuart Prescott <stuart@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-all (>= 2.6.6-3),
 python-nose,
 python-setuptools (>= 0.6b3),
 python3-all,
 python3-nose,
 python3-setuptools (>= 0.6b3),
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/sentinels
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-sentinels.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/python-sentinels.git

Package: python-sentinels
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: Python module for sentinel objects (Python 2 version)
 Sentinels are objects with special meanings that can be passed as meaningful
 flags rather than special casing 0, None, -1, False etc. Sentinels can be
 thought of as singletons, but they service the need of having 'special'
 values in code,
 .
 This package contains the Python 2 version of the sentinels module.

Package: python3-sentinels
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Python module for sentinel objects (Python 3 version)
 Sentinels are objects with special meanings that can be passed as meaningful
 flags rather than special casing 0, None, -1, False etc. Sentinels can be
 thought of as singletons, but they service the need of having 'special'
 values in code,
 .
 This package contains the Python 3 version of the sentinels module.
