[med-svn] [deepnano] 02/02: Binary package Depends from data package but data package can exist without binary package (for whatever reason); also add misc:Depends
Andreas Tille
tille at debian.org
Sun Feb 12 18:22:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository deepnano.
commit 0159eef6db1f7cfedb0e80cc120ed5abb004e302
Author: Andreas Tille <tille at debian.org>
Date: Sun Feb 12 18:42:12 2017 +0100
Binary package Depends from data package but data package can exist without binary package (for whatever reason); also add misc:Depends
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9735218..a3f9c75 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Depends: ${python:Depends},
python-h5py,
python-numpy,
python-dateutil,
- python-theano
+ python-theano,
+ deepnano-data
Description: alternative basecaller for MinION reads of genomic sequences
DeepNano is alternative basecaller for Oxford Nanopore MinION reads
based on deep recurrent neural networks.
@@ -30,7 +31,8 @@ Description: alternative basecaller for MinION reads of genomic sequences
Package: deepnano-data
Architecture: all
-Depends: deepnano
+Depends: ${misc:Depends},
+Suggests: deepnano
Description: alternative basecaller for MinION reads of genomic sequences
DeepNano is alternative basecaller for Oxford Nanopore MinION reads
based on deep recurrent neural networks.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/deepnano.git
More information about the debian-med-commit
mailing list