diff -Nru fastaq-3.11.1/debian/changelog fastaq-3.11.1/debian/changelog --- fastaq-3.11.1/debian/changelog 2016-01-05 10:15:05.000000000 +0000 +++ fastaq-3.11.1/debian/changelog 2016-02-05 08:47:20.000000000 +0000 @@ -1,3 +1,11 @@ +fastaq (3.11.1-2) unstable; urgency=medium + + * Try to fix unsatisfied Depends. + * Improve long description. + * Use secure Vcs-Git + + -- Sascha Steinbiss Fri, 05 Feb 2016 09:31:00 +0100 + fastaq (3.11.1-1) unstable; urgency=medium * New upstream version. diff -Nru fastaq-3.11.1/debian/control fastaq-3.11.1/debian/control --- fastaq-3.11.1/debian/control 2015-11-29 12:10:29.000000000 +0000 +++ fastaq-3.11.1/debian/control 2016-02-05 08:46:16.000000000 +0000 @@ -7,25 +7,26 @@ 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 +Vcs-Git: https://anonscm.debian.org/git/debian-med/fastaq.git 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. - . - All scripts automatically detect whether the input is - a FASTA or FASTQ file. - . - Input and output files can be gzipped. + Fastaq represents a diverse collection of scripts that perform useful and + common FASTA/FASTQ manipulation tasks, such as filtering, merging, splitting, + sorting, trimming, search/replace, etc. Input and output files can be gzipped + (format is automatically detected) and individual Fastaq commands can be piped + together. \ No newline at end of file