From 2e64e80ff48ee640f07f2a858526cf773422a0ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 08:50:51 +0100 Subject: Adding debian version 2020.1+dfsg-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..1480cc4 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: pytzdata +Section: python +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + dh-python, + python3-all-dev, + python3-setuptools, +Rules-Requires-Root: no +Standards-Version: 4.5.1 +Homepage: https://github.com/sdispater/pytzdata +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pytzdata +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pytzdata + +Package: python3-pytzdata +Section: python +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: timezone database for Python + pytzdata provides functions to access timezone database files. -- cgit v1.2.3