summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-03-24 10:36:31 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-03-24 10:36:31 +0000
commit511bfe5e5c5381f5f8d38ebd78b5a97c86c733b4 (patch)
treedc078061f28a5e365a4340cb61962e761807f54b
parent72e94d0cee0a507453575d5ff4321fca79d1c1e2 (diff)
Add missing dependency on lsb-base, used by init script.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d0c57c..87fafd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ isso (0.10.6-2) UNRELEASED; urgency=medium
* Add 0001-use-bleach.patch: use bleach for HTML sanitizing, as
support for this has been removed in newer versions of htm5lib.
Closes: #852208.
+ * Add missing dependency on lsb-base, used by init script.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 20 Jan 2017 20:44:30 +0000
diff --git a/debian/control b/debian/control
index 95376f5..d8c6dbe 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Depends:
${misc:Depends},
${python:Depends},
${sphinxdoc:Depends},
+ lsb-base (>= 3.0-6),
python-html5lib,
python-ipaddr,
python-itsdangerous,