summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-27 19:41:51 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-27 19:41:51 +0100
commit6b11572afcaa1ba9003ee8bf49adb4529e0f1188 (patch)
tree3e7e4fdaed506b231323f68d8e5ca33d4a8d6992 /debian
parent7e8d31fa8adba20a21c13c1d4a261fb0a815e6c5 (diff)
downloadcliapp-6b11572afcaa1ba9003ee8bf49adb4529e0f1188.tar.gz
Add XDG Base Directory specification support
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9dcf237..fe5a897 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-cliapp (1.20151220-1) UNRELEASED; urgency=medium
to correct the dependency package name. (Closes: #804268)
* Adds hard dependency on python-yaml. debian/control updated
accordingly.
+ * Adds an optional use of python-xdg to allow XDG Base Directory
+ specification support. (Closes: #677117)
-- Lars Wirzenius <liw@liw.fi> Sun, 20 Dec 2015 15:53:30 +0100
diff --git a/debian/control b/debian/control
index 6ce7417..efcf6d9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ X-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-yaml
-Suggests: libjs-jquery, libjs-underscore
+Suggests: libjs-jquery, libjs-underscore, python-xdg
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