summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:10:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:10:54 +0000
commita22e53d155a2469aa2c525e48dc5901e843fa4ee (patch)
tree23b6a945da4686b9eb7f835165b822bf7f782012 /debian/control
parentAdding upstream version 2.1.2. (diff)
downloadmarkupsafe-debian.tar.xz
markupsafe-debian.zip
Adding debian version 2.1.2-1.debian/2.1.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2d68bc0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: markupsafe
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr@debian.org>
+Uploaders:
+ Debian Python Team <team+python@tracker.debian.org>,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ dh-sequence-python3,
+ libpython3-all-dev,
+ 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/packages/markupsafe.git
+Vcs-Browser: https://salsa.debian.org/python-team/packages/markupsafe
+
+Package: python3-markupsafe
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Description: HTML/XHTML/XML string library
+ 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.