Source: python-divert-and-modify
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-click (>> 8),
 python3-hatchling,
 python3-hatch-requirements-txt,
 python3-pytest <!nocheck>,
 python3-typedload,
Standards-Version: 4.6.2
Homepage: https://devel.ringlet.net/sysutils/divert-and-modify/
Vcs-Git: https://salsa.debian.org/python-team/packages/divert-and-modify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/divert-and-modify
Rules-Requires-Root: no

Package: python3-divert-and-modify
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-click (>> 8),
 python3-typedload,
Description: Use dpkg-divert to stash and modify files - Python library
 The `divert-and-modify` library uses `dpkg-divert` to replace files
 owned by other packages and modify them in predetermined ways.
 This allows software packages to "patch" other tools and libraries.
 .
 This package provides the Python 3.x divert_and_modify module.

Package: divert-and-modify
Section: devel
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-divert-and-modify (= ${binary:Version}),
Description: Use dpkg-divert to stash and modify files
 The `divert-and-modify` library uses `dpkg-divert` to replace files
 owned by other packages and modify them in predetermined ways.
 This allows software packages to "patch" other tools and libraries.
 .
 This package provides the divert-and-modify command-line executable.
