[med-svn] [snakemake] 09/09: Add ca-certificates as a build-dep
Kevin Murray
daube-guest at moszumanska.debian.org
Tue Sep 15 13:39:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository snakemake.
commit c7005f17ad556aa1c11c21f2cac1ff5c971388c3
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Tue Sep 15 23:32:48 2015 +1000
Add ca-certificates as a build-dep
Required for snakemake to include https:// links as remote rules
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 256d405..e2d977d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 9),
python3-setuptools,
python3-sphinx-bootstrap-theme,
python3-yaml,
- python3-nose
+ python3-nose,
+ ca-certificates
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/johanneskoester/snakemake
Vcs-Git: git://anonscm.debian.org/debian-med/snakemake.git
@@ -26,7 +27,8 @@ Depends: ${misc:Depends},
python3-setuptools,
python3-docutils,
python3-yaml,
- libjs-mathjax
+ libjs-mathjax,
+ ca-certificates
Description: pythonic workflow management system
Build systems like GNU Make are frequently used to create complicated
workflows, e.g. in bioinformatics. This project aims to reduce the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git
More information about the debian-med-commit
mailing list