diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:02:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:02:47 +0000 |
commit | eef19a602f2cd0ec48ce15d8cc0cf32d18c3a48e (patch) | |
tree | f372f5fefb6742c9461467c0dabdc3fd3d01f70a /debian/control | |
parent | Adding upstream version 1.10.0. (diff) | |
download | litecli-eef19a602f2cd0ec48ce15d8cc0cf32d18c3a48e.tar.xz litecli-eef19a602f2cd0ec48ce15d8cc0cf32d18c3a48e.zip |
Adding debian version 1.10.0-1.debian/1.10.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d7df758 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: litecli +Section: database +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3, + python3-setuptools, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://litecli.com +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/litecli +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/litecli +Testsuite: autopkgtest-pkg-python + +Package: litecli +Section: database +Architecture: all +Depends: + python3-cli-helpers, + ${misc:Depends}, + ${python3:Depends}, +Description: CLI for SQlite with auto-completion and syntax highlighting + litecli is a command line interface for SQlite with auto-completion and + syntax highlighting. It is also capable of pretty printing tabular data. |