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