summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-02-08 03:56:38 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-02-08 03:56:38 +0000
commitb9c9d6e11644e27b420d071bc874104f3fd38420 (patch)
tree5cf9803c63a6e6d5454416133c874576a7a5173c
parent293db3ac04e4ac632a707429bc52bf283c003cdc (diff)
Several packaging fixes.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control6
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 636d820..5df9518 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ klaus (1.0.1+git20170207-1) UNRELEASED; urgency=medium
* New upstream snapshot.
+ Fixes regression while accessing main repository page.
+ * Add missing dependency on python3 to klaus.
+ * python3-klaus: Remove unnecessary depends on python3-chardet,
+ python3-docutils (already included in Recommends).
+ * Set section for python3-klaus and python-klaus to Python.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 08 Feb 2017 03:48:42 +0000
diff --git a/debian/control b/debian/control
index e085da3..a9a680a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ X-Python3-Version: >= 3.2
Package: klaus
Architecture: all
-Depends: ${misc:Depends}, python3-klaus (= ${binary:Version})
+Depends: ${misc:Depends}, python3-klaus (= ${binary:Version}), ${python3:Depends}
Description: simple easy-to-set-up Git web viewer
Features:
.
@@ -24,6 +24,7 @@ Description: simple easy-to-set-up Git web viewer
Package: python-klaus
Architecture: all
+Section: python
Depends: ${misc:Depends}, ${python:Depends}, python-dulwich (>= 0.13.0), python-six, python-flask, python-pygments, python-humanize, python-werkzeug
Recommends: python-markdown, python-chardet, python-docutils
Replaces: klaus (<= 1.0.1-1)
@@ -40,7 +41,8 @@ Description: simple easy-to-set-up Git web viewer
Package: python3-klaus
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-dulwich (>= 0.13.0), python3-six, python3-flask, python3-pygments, python3-humanize, python3-werkzeug, python3-chardet, python3-docutils
+Section: python
+Depends: ${misc:Depends}, ${python3:Depends}, python3-dulwich (>= 0.13.0), python3-six, python3-flask, python3-pygments, python3-humanize, python3-werkzeug
Recommends: python3-markdown, python3-chardet, python3-docutils
Suggests: exuberant-ctags, uwsgi-plugin-python3 | gunicorn3
Description: simple easy-to-set-up Git web viewer