Source: markupsafe
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all-dbg,
 python3-all-dev:any,
 python3-setuptools
Standards-Version: 4.6.1
Homepage: https://palletsprojects.com/p/markupsafe/
Vcs-Git: https://salsa.debian.org/python-team/modules/markupsafe.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/markupsafe

Package: python3-markupsafe
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: HTML/XHTML/XML string library for Python 3
 MarkupSafe is a Python library implementing a unicode subclass that is
 aware of HTML escaping rules. It can be used to implement automatic
 string escaping.
 .
 This package contains the Python 3 version.

Package: python3-markupsafe-dbg
Architecture: any
Section: debug
Depends: python3-markupsafe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: HTML/XHTML/XML string library for Python 3 - debug version
 MarkupSafe is a Python library implementing a unicode subclass that is
 aware of HTML escaping rules. It can be used to implement automatic
 string escaping.
 .
 This package contains the extension built for the Python 3 debug interpreter.
