summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..40fcaa0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: copyright-statement-lint
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: devel
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
+
+Package: copyright-statement-lint
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Description: check copyright statements in source files
+ copyright-statement-lint checks that the copyright statements
+ in files given to it. It verifies that each file has a copyright
+ statement, and that at least one of the statements in the file has
+ a year that matches the date of the latest git commit.
+Homepage: http://liw.fi/copyright-statement-lint/