summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
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 <liw@liw.fi>
+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/