summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-26 10:40:58 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-26 10:40:58 +0200
commit5e2f4518a4a25bf9e2bf33b781d44f647b1964c2 (patch)
tree9a18ba7fc4f04b15af45e860ed3bfa83074b4f12
parent5cfbf8917ac9f29cd22e6ae2b4cffe4f4a0efbe8 (diff)
downloaddistix-5e2f4518a4a25bf9e2bf33b781d44f647b1964c2.tar.gz
Add deps on python-markdown
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 71bcad4..cd8a0b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
distix (0.6.1+git-1) UNRELEASED; urgency=medium
- *
+ * Add run-time and build dependency python-markdown.
-- Lars Wirzenius <liw@liw.fi> Fri, 25 Mar 2016 21:22:22 +0200
diff --git a/debian/control b/debian/control
index 9af2296..82f8708 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,15 @@ Section: utils
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
- python-yaml, git, python-cliapp, python-jinja2
+ python-yaml, git, python-cliapp, python-jinja2,
+ python-markdown
X-Python-Version: >= 2.6
Package: distix
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
- python-yaml, git, python-cliapp, python-jinja2
+ python-yaml, git, python-cliapp, python-jinja2,
+ python-markdown
Description: distributed ticketing system based on git
distix is a distributed ticketing system. It stores the data in git,
using yaml and Maildirs.