Source: typogrify
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-smartypants,
               python3-all,
               python3-setuptools,
               python3-smartypants
Standards-Version: 3.9.5
Homepage: https://github.com/mintchaos/typogrify
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/typogrify/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/typogrify/trunk/

Package: python-typogrify
Architecture: all
Recommends: python-jinja2
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: filters to transform text into typographically-improved HTML
 This provides a set of custom filters that automatically apply various
 transformations to plain text in order to yield typographically-improved HTML.
 While often used in conjunction with Jinja and Django template systems, the
 filters can be used in any environment.

Package: python3-typogrify
Architecture: all
Recommends: python3-jinja2
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: filters to transform text into typographically-improved HTML (Python 3)
 This provides a set of custom filters that automatically apply various
 transformations to plain text in order to yield typographically-improved HTML.
 While often used in conjunction with Jinja and Django template systems, the
 filters can be used in any environment.
 .
 This is the Python 3 version of the package.
