summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-10-13 16:36:42 +0100
committerLars Wirzenius <liw@liw.fi>2012-10-13 16:36:42 +0100
commitd1f382009bebbb7d57134e5d09c85056f8c6f6aa (patch)
tree83104cc2e1f6e0d3218c1fb66eec534abffe092b /debian/control
parent93998b02b86b6d909b987f0a039ac3b58825fac0 (diff)
downloadcachedir-d1f382009bebbb7d57134e5d09c85056f8c6f6aa.tar.gz
Add initial Debian packaging
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/