Source: lxml-html-clean
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 python3-setuptools,
 pkgconf,
 pkg-config,
 python3-all,
 python3-lxml,
Standards-Version: 4.6.2
Homepage: https://github.com/fedora-python/lxml_html_clean
#Vcs-Browser: https://salsa.debian.org/debian/lxml-html-clean
#Vcs-Git: https://salsa.debian.org/debian/lxml-html-clean.git

Package: python3-lxml-html-clean
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: Separate project for HTML cleaning functionalities copied from lxml.html.clean
 This project was initially a part of lxml. Because HTML cleaner is designed as blocklist-based, many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project.