summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-14 08:58:21 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-14 08:58:21 +0000
commitde53da158c7830b1a33307ec756e0ee2427c391a (patch)
treebaaf2d2ef368c3040e2b75b8bfc0ad1972906019 /debian/control
parent30baec71f88c302dc23f5c56c0fb69b4e843d746 (diff)
downloadcopyright-statement-lint-de53da158c7830b1a33307ec756e0ee2427c391a.tar.gz
Add Debian packaging
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/