Adding debian version 1.10.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
91f63e89fb
commit
770fce1728
6 changed files with 76 additions and 0 deletions
26
debian/control
vendored
Normal file
26
debian/control
vendored
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue