From 96962be83cd5179c56d2f2bb31082586e3978b66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 May 2023 10:58:35 +0200 Subject: Adding debian version 1.6.4-1. Signed-off-by: Daniel Baumann --- debian/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bbe254f --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: treelib +Section: python +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3-all, + python3-setuptools, + python3-six , +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/caesar0301/treelib +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/treelib +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/treelib + +Package: python3-treelib +Section: python +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: Python implementation of tree structure + treelib is a simple tree data structure implementation in Python. -- cgit v1.2.3