[med-svn] [fastaq] 01/04: improve Depends

Sascha Steinbiss sascha at steinbiss.name
Fri Feb 5 08:49:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository fastaq.

commit be7fb1948548587ad4dc50dd2c61f467e0fc9ee0
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Fri Feb 5 08:48:22 2016 +0000

    improve Depends
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7e56ad2..0bc11f9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,13 @@ Section: science
 Priority: optional
 Testsuite: autopkgtest
 Build-Depends: debhelper (>= 9),
+               dh-python,
                python3,
                python3-setuptools,
                python3-nose,
                samtools,
                help2man
+X-Python3-Version: >= 3.2
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fastaq.git
 Vcs-Git: git://anonscm.debian.org/debian-med/fastaq.git
@@ -20,7 +22,8 @@ Homepage: https://github.com/sanger-pathogens/Fastaq
 Package: fastaq
 Architecture: all
 Depends: ${python3:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         samtools
 Description: FASTA and FASTQ file manipulation tools
  A collection of scripts that perform useful and common
  FASTA/FASTQ manipulation tasks.
@@ -28,4 +31,4 @@ Description: FASTA and FASTQ file manipulation tools
  All scripts automatically detect whether the input is
  a FASTA or FASTQ file.
  .
- Input and output files can be gzipped.
+ Input and output files can be gzipped.
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastaq.git



More information about the debian-med-commit mailing list