summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 14:42:13 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 14:42:13 +0300
commit4e078e1e3ba5011d3660477782d216a283b0fa50 (patch)
treeef182e00a15b311336c02f7b2a14555cbdae994d /debian/control
parentcd4b5a82800643d2e8cae9142cafa0607010c272 (diff)
downloadlicense-summary-4e078e1e3ba5011d3660477782d216a283b0fa50.tar.gz
Require Python 2.7; support bumper
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 392de55..f56f912 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: license-summary
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
-Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
-X-Python-Version: >= 2.6
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~)
+X-Python-Version: >= 2.7
Package: license-summary
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp
Description: extract license summary information from marked up sources
license-summary finds copyright license summaries in source files:
lines that contain markup like this: "=*= License: foo =*=".