summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-30 11:06:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-30 11:06:20 +0000
commit17332cde8755400601bd9ea6a0c46d7f02f6798a (patch)
tree6cbf629f9e69d15f77bd1fc4e33c6818ff2228e4 /debian/control
parentAdding upstream version 4.1.0. (diff)
downloadpre-commit-hooks-debian/4.1.0-1.tar.xz
pre-commit-hooks-debian/4.1.0-1.zip
Adding debian version 4.1.0-1.debian/4.1.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5c08b7f
--- /dev/null
+++ b/debian/control
@@ -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.6.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.