diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:01:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:01:25 +0000 |
commit | e6e39b4ab72cfe5b1342f25602ab59eb1675b331 (patch) | |
tree | 7e31b088533d46e20aa7c70f9756c2192cb95aaf /debian/control | |
parent | Adding upstream version 1.14.1. (diff) | |
download | iredis-e6e39b4ab72cfe5b1342f25602ab59eb1675b331.tar.xz iredis-e6e39b4ab72cfe5b1342f25602ab59eb1675b331.zip |
Adding debian version 1.14.1-1.debian/1.14.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b8d06e2 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: iredis +Section: database +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + pybuild-plugin-pyproject, + python3, + python3-poetry, + python3-setuptools, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://iredis.io +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/iredis +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/iredis +Testsuite: autopkgtest-pkg-python + +Package: iredis +Section: database +Architecture: all +Depends: + python3-importlib-resources, + python3-mistune (>= 2.0.2), + python3-pendulum, + python3-pytzdata, + ${misc:Depends}, + ${python3:Depends}, +Description: CLI for Redis with auto-completion and syntax highlighting + IRedis is a command line interface for Redis with auto-completion and + syntax highlighting. It is also capable of pretty printing tabular data. |