1
0
Fork 0

Adding debian version 4.5.0+dfsg-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 20:21:45 +01:00
parent 6bd375ed5f
commit f334bb73a1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 74 additions and 0 deletions

28
debian/control vendored Normal file
View file

@ -0,0 +1,28 @@
Source: pre-commit-hooks
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://pre-commit.com
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pre-commit-hooks
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pre-commit-hooks
Package: pre-commit-hooks
Architecture: all
Depends:
pre-commit,
${misc:Depends},
${python3:Depends},
Enhances:
pre-commit,
Description: Git pre-commit hook framework (hooks)
pre-commit is a framework for managing and maintaining multi-language Git
pre-commit hooks.
.
This package contains some out-of-the-box hooks.