From 9c980764307e82bc5eec2e5d1ea90f0db96b4870 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 19:53:31 +0300 Subject: Require Python 2.7 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index affe0a7..8d4e0d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +copyright-statement-lint (0.2+git-1) UNRELEASED; urgency=medium + + * New upstream version. + * Require Python 2.7. + + -- Lars Wirzenius Sat, 08 Oct 2016 19:53:14 +0300 + copyright-statement-lint (0.2-1) unstable; urgency=medium * Force jessie build. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 2a00912..d34b76c 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: copyright-statement-lint Maintainer: Lars Wirzenius Section: devel Priority: optional -Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-cliapp -X-Python-Version: >= 2.6 +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp +X-Python-Version: >= 2.7 Package: copyright-statement-lint Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), 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