summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
3 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 0841c0b..c2ad13d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+license-summary (0.2+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+ * debian/control: Require Python 2.7.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 14:39:51 +0300
+
license-summary (0.2-1) unstable; urgency=medium
* Force jessie rebuild.
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 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 =*=".