1
0
Fork 0

Adding debian version 2.2.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:10:37 +01:00
parent c0d06915b7
commit b978c848a9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 73 additions and 0 deletions

26
debian/control vendored Normal file
View file

@ -0,0 +1,26 @@
Source: pre-commit
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper (>= 12.8~),
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://pre-commit.com
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pre-commit
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pre-commit
Package: pre-commit
Architecture: all
Depends:
python3-cfgv,
python3-identify,
python3-importlib-metadata,
${misc:Depends},
${python3:Depends},
Description: Git pre-commit hook framework
A framework for managing and maintaining multi-language Git pre-commit hooks.