[med-svn] [python-ruffus] 01/01: add missing dependency on Graphviz
Sascha Steinbiss
sascha at steinbiss.name
Thu Jun 9 09:44:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository python-ruffus.
commit a60b91278d213c6a3c022b552dcbfd3e3852d4af
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Thu Jun 9 09:44:04 2016 +0000
add missing dependency on Graphviz
---
debian/changelog | 10 +++++++++-
debian/control | 9 ++++++---
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f31c189..49bbe35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,12 @@
-python-ruffus (2.6.3+dfsg-2) UNRELEASED; urgency=medium
+python-ruffus (2.6.3+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+ * Add missing dependency on Graphviz (fixes FTFBS on reproducible
+ builds pipeline due to failing build time tests)
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Thu, 09 Jun 2016 09:40:53 +0000
+
+python-ruffus (2.6.3+dfsg-2) unstable; urgency=medium
* Fix issue in test when using Python 3.5 (Thanks for the hints to
Dmitry Shachnev <mitya57 at debian.org>)
diff --git a/debian/control b/debian/control
index 8c6aae0..5afa53d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9),
python-setuptools,
python3-all,
python3-setuptools,
- python-sphinx
+ python-sphinx,
+ graphviz
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-ruffus.git
Vcs-Git: git://anonscm.debian.org/debian-med/python-ruffus.git
@@ -19,7 +20,8 @@ Package: python-ruffus
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ graphviz
Suggests: python-drmaa
Description: Python computation pipeline library widely used in bioinformatics
Ruffus is designed to allow scientific and other analyses to be automated
@@ -36,7 +38,8 @@ Package: python3-ruffus
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
+ graphviz
Description: Python3 computation pipeline library widely used in bioinformatics
Ruffus is designed to allow scientific and other analyses to be automated
with the minimum of fuss and the least effort.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-ruffus.git
More information about the debian-med-commit
mailing list