Adding debian version 1.10.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-16 20:21:11 +02:00
parent 91f63e89fb
commit 770fce1728
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 76 additions and 0 deletions

26
debian/control vendored Normal file
View file

@ -0,0 +1,26 @@
Source: pygrep-hooks
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
pre-commit <!nocheck>,
python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://pre-commit.com
Vcs-Browser: https://forgejo.debian.net/pre-commit/pygrep-hooks
Vcs-Git: https://forgejo.debian.net/pre-commit/pygrep-hooks
Package: pre-commit-pygrep-hooks
Architecture: all
Depends:
pre-commit,
${misc:Depends},
Enhances:
pre-commit,
Description: Git pre-commit hook framework (Python 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 for Python.