summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-20 20:23:30 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-20 20:23:30 +0000
commit2b936ed02e06b96365c03cdb6b57dc053ec02490 (patch)
treebe7b0f302788cb94b019f6650940458e62fac7f2 /debian/control
parent05835aff12353e1b7314f4e03b41b8f0336ac144 (diff)
downloadcliapp-2b936ed02e06b96365c03cdb6b57dc053ec02490.tar.gz
Add Debian packaging.
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..55e8434
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-cliapp
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: python
+Priority: optional
+Standards-Version: 3.9.0
+Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
+ python (>= 2.5), extrautils
+XS-Python-Version: >= 2.5
+
+Package: python-cliapp
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
+XB-Python-Version: ${python:Versions}
+Description: Python framework for Unix command line programs
+ cliapp makes it easier to write typical Unix command line programs,
+ by taking care of the common tasks they need to do, such as
+ parsing the command line, iterating over input files, and so on.
+