summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2fa60d6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: clab
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: python
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
+
+Package: clab
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+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.
+Homepage: http://liw.fi/clab/