summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-02 08:17:47 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-02 08:17:47 +0200
commitfe9d501bde9066508f32726d73d4485c4e41a332 (patch)
treea23fc9594cefcd7b4f5051ba997e9cf6cd385b12
parentb2fc246b2a35596c8e3de092f9a07e9483d93d38 (diff)
Added Build-Depends pandoc
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a386573..813a5d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ silx (0.8.0+dfsg-1) unstable; urgency=medium
* New upstream version 0.8.0+dfsg
* add the pub 4096R/26F8E116 2016-04-11 Thomas Vincent <thomas.vincent@esrf.fr> to keyring
+ * d/control
+ - Build-Depends
+ + Added pandoc
-- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 31 Jul 2018 16:24:57 +0200
diff --git a/debian/control b/debian/control
index 30f19b2..d5d2700 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: cython (>= 0.23.2),
ipython-qtconsole,
ipython3,
ipython3-qtconsole,
+ pandoc <!nodoc>,
python-all-dbg,
python-all-dev,
python-concurrent.futures,