From cddba61f702d6ed9a6d485c7158ecf808e1e9100 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Apr 2013 19:46:14 +0100 Subject: Add initial Debian packaging --- debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..392de55 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: license-summary +Maintainer: Lars Wirzenius +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 + +Package: license-summary +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), 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 =*=". -- cgit v1.2.1