2025-02-09 21:10:37 +01:00
|
|
|
Source: pre-commit
|
|
|
|
Section: utils
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
|
|
Build-Depends:
|
2025-02-09 21:18:30 +01:00
|
|
|
debhelper-compat (= 13),
|
2025-02-09 21:25:27 +01:00
|
|
|
dh-sequence-python3,
|
2025-02-09 21:10:37 +01:00
|
|
|
python3-all,
|
|
|
|
python3-setuptools,
|
|
|
|
Rules-Requires-Root: no
|
2025-02-09 21:49:08 +01:00
|
|
|
Standards-Version: 4.7.0
|
2025-02-09 21:10:37 +01:00
|
|
|
Homepage: https://pre-commit.com
|
2025-02-09 21:55:13 +01:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/git/pre-commit
|
|
|
|
Vcs-Git: https://forgejo.debian.net/git/pre-commit
|
2025-02-09 21:10:37 +01:00
|
|
|
|
|
|
|
Package: pre-commit
|
|
|
|
Architecture: all
|
|
|
|
Depends:
|
|
|
|
python3-cfgv,
|
|
|
|
python3-identify,
|
|
|
|
${misc:Depends},
|
|
|
|
${python3:Depends},
|
|
|
|
Description: Git pre-commit hook framework
|
|
|
|
A framework for managing and maintaining multi-language Git pre-commit hooks.
|