From 8756f660bf7be594c76a91ea4e60706258f1f2e2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 25 Mar 2020 00:46:58 +0100 Subject: Adding debian version 3.1.0-1. Signed-off-by: Daniel Baumann --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0fac741 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: cfgv +Section: python +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 12), + dh-python, + python3-all, + python3-setuptools, +Standards-Version: 4.5.0 +Homepage: https://github.com/asottile/cfgv +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/cfgv +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/cfgv + +Package: python3-cfgv +Section: python +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: Python module to validate configuration files + cfgv is a Python module to validate configuration files and produce human + readable error messages. -- cgit v1.2.3