summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-07-07 17:43:23 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-07-07 17:43:23 +0000
commit68ca0a8cca5047af061f4a000f179c9aca839591 (patch)
treeceac1774ac1df8a6ee6c1405565611df12819d2c
parent1e3fa49895d3a672fe04c2e70ce69359a51fb161 (diff)
Add missing build-dependency on python3-setuptools. Closes: #867510
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ca8f06c..af52ba8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+klaus (1.2.1-3) UNRELEASED; urgency=medium
+
+ * Add missing build-dependency on python3-setuptools. Closes: #867510
+
+ -- Jelmer Vernooij <jelmer@debian.org> Fri, 07 Jul 2017 17:41:30 +0000
+
klaus (1.2.1-2) unstable; urgency=high
* Pull in changes from experimental, including package split.
diff --git a/debian/control b/debian/control
index 29d13e3..3fbf189 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: klaus
Section: vcs
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
-Build-Depends-Indep: debhelper (>= 9), python-all (>= 2.6.6-3), python3-all, python-dulwich (>= 0.13.0), python3-dulwich, python-six, python3-six, python-flask, python3-flask, python-pygments, python3-pygments, python-humanize, python3-humanize, python-requests, python3-requests, python-werkzeug, python3-werkzeug, exuberant-ctags, dh-python, python-setuptools, python-markdown, python3-markdown, python-chardet, python3-chardet, python3-docutils, python-docutils
+Build-Depends-Indep: debhelper (>= 9), python-all (>= 2.6.6-3), python3-all, python-dulwich (>= 0.13.0), python3-dulwich, python-six, python3-six, python-flask, python3-flask, python-pygments, python3-pygments, python-humanize, python3-humanize, python-requests, python3-requests, python-werkzeug, python3-werkzeug, exuberant-ctags, dh-python, python-setuptools, python3-setuptools, python-markdown, python3-markdown, python-chardet, python3-chardet, python3-docutils, python-docutils
Standards-Version: 4.0.0
Homepage: https://github.com/jonashaag/klaus
Vcs-Git: git://anonscm.debian.org/collab-maint/klaus.git -b experimental