From 9a54d5bd88e895bf449f1161d72b272b4c6d711e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 24 Mar 2020 23:03:39 +0100 Subject: Adding debian version 2.2.0-1. Signed-off-by: Daniel Baumann --- debian/control | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ae98a88 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: pre-commit +Section: utils +Priority: optional +Maintainer: Daniel Baumann +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. -- cgit v1.2.3