summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:38:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:38:49 +0000
commitcbbe0bad16f5a3ba7b27a35abdf66881c2f94335 (patch)
tree4f8e64d27e156f0f722299e8561e529b2cd3347f /debian/control
parentAdding upstream version 1.9.0. (diff)
downloadlitecli-cbbe0bad16f5a3ba7b27a35abdf66881c2f94335.tar.xz
litecli-cbbe0bad16f5a3ba7b27a35abdf66881c2f94335.zip
Adding debian version 1.9.0-2.debian/1.9.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
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.