From d1f382009bebbb7d57134e5d09c85056f8c6f6aa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Oct 2012 16:36:42 +0100 Subject: Add initial Debian packaging --- debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cb4e72a --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: cachedir +Maintainer: Lars Wirzenius +Section: misc +Priority: optional +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) +X-Python-Version: >= 2.6 + +Package: cachedir +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) +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 + can then be excluded from backups, for example: all the data they contain + is be definition possible to re-generate, re-download, or otherwise + re-create. + . + This package contains the cachedir utility to tag and untag directories + as cache directories, and for testing whether a directory is tagged, + and for finding tagged directories. +Homepage: http://liw.fi/cachedir/ -- cgit v1.2.1