summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-01-01 19:19:44 +0200
committerLars Wirzenius <liw@liw.fi>2010-01-01 19:19:44 +0200
commitfc5bbff3bc0362e813691b82bb3d8c889d3dd8fa (patch)
tree0eae7aebe802af3b0168315e0e791e3d2cb6ed08 /debian/control
parentd091e5f9cdab5c9b28f4a497a102c26193c4ca47 (diff)
downloadsummain-fc5bbff3bc0362e813691b82bb3d8c889d3dd8fa.tar.gz
Add setup.py for Python distutils, and debian/* for
.deb packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b4cf5ba
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: summain
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: misc
+Priority: optional
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5)
+
+Package: summain
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
+Description: create file manifests with checksums
+ Summain generates file manifests, which contain metadata about the files,
+ and a checksum of their content for regular files. The manifest can be
+ generated for a directory tree at different points in time and compared
+ (with diff) to see if something has changed.