summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-12 13:37:11 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-12 13:37:11 +0100
commit105c6d6907c035943e76406230cc61539f2261b5 (patch)
treef385559e8eae8839d96723d2edc015aae50b7378 /debian/control
parent336d437706c574df523992817f21e9498017ff7f (diff)
downloadcliapp-105c6d6907c035943e76406230cc61539f2261b5.tar.gz
Update packaging to use dh_python2, and debian/changelog for release.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 20d5b7d..9031102 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,17 @@ 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), python-coverage-test-runner, python-sphinx
-XS-Python-Version: >= 2.6
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
+ python-coverage-test-runner, python-sphinx
+X-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
-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, reading configuration files, setting
up logging, iterating over lines of input files, and so on.
-
+Homepage: http://liw.fi/cliapp/