From c82743be54c600c564752329c703efa9084b6021 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 3 Jun 2014 10:52:36 +0100 Subject: Add build and runtime dependency on cliapp --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 40fcaa0..2a00912 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Maintainer: Lars Wirzenius Section: devel Priority: optional Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) +Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-cliapp X-Python-Version: >= 2.6 Package: copyright-statement-lint Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp 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 -- cgit v1.2.1