summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3895db0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: clab
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: misc
+Priority: optional
+Standards-Version: 4.2.0
+Build-Depends:
+ debhelper (>= 10~),
+ build-essential,
+ dh-cargo,
+ git,
+ moreutils,
+ python3,
+ python3-yaml,
+ subplot,
+ texlive-fonts-recommended,
+ texlive-latex-base,
+ texlive-latex-recommended
+Homepage: https://clab.liw.fi
+
+Package: clab
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${cargo:Built-Using}
+Description: command line address book application
+ A very basic address book application, with a command line interface
+ only.
+ .
+ Address book data is stored in YAML files, which can easily be
+ kept in a version control system by the user.