From eaaf79198bfa09f5219c9ad395a9a5c8f5683e25 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 5 Apr 2013 22:31:15 +0100 Subject: Add build and runtime dependency on python-cliapp. --- debian/changelog | 6 ++++++ debian/control | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ef64c89..9283472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cachedir (1.1-2) UNRELEASED; urgency=low + + * Add build and runtime dependency on python-cliapp. + + -- Lars Wirzenius Fri, 05 Apr 2013 22:30:48 +0100 + cachedir (1.1-1) unstable; urgency=low * New upstream version. diff --git a/debian/control b/debian/control index cb4e72a..b977948 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,14 @@ Maintainer: Lars Wirzenius Section: misc Priority: optional Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) +Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), + python-cliapp X-Python-Version: >= 2.6 Package: cachedir Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), + python-cliapp Description: cache directory tagging utility The cache directory tag specifiction (http://www.bford.info/cachedir/) is useful for marking directories as cache directories. Such directories -- cgit v1.2.1