This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository kmer-tools.
commit ce0895f84c2b82a04883f43e7a3bbc29fb41d2d6 Author: Andreas Tille <[email protected]> Date: Mon Nov 28 21:24:14 2016 +0100 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 45 ++++++++++++++++++++------------------------- 2 files changed, 21 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e308f4..c9adc89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ kmer (0~20150903+r2013-2) UNRELEASED; urgency=low [ Andreas Tille ] * Provide fake watch file to keep QA tools silent about no watch information * debhelper 10 + * cme fix dpkg-control -- Afif Elghraoui <[email protected]> Mon, 04 Jan 2016 23:05:37 -0800 diff --git a/debian/control b/debian/control index 2e2b4f6..b776420 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,21 @@ Source: kmer -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> -Build-Depends: - debhelper (>= 10), -Standards-Version: 3.9.7 -Homepage: http://kmer.sourceforge.net -Vcs-Git: https://anonscm.debian.org/git/debian-med/kmer.git +Section: science +Priority: optional +Build-Depends: debhelper (>= 10) +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/kmer.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/kmer.git +Homepage: http://kmer.sourceforge.net Package: kmer -Section: metapackages Architecture: all -Depends: - ${misc:Depends}, - meryl, - leaff, - sim4db, +Section: metapackages +Depends: ${misc:Depends}, + meryl, + leaff, + sim4db Description: suite of tools for DNA sequence analysis The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); @@ -30,8 +28,8 @@ Package: libkmer-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, - ${misc:Depends}, - libmeryl-dev + ${misc:Depends}, + libmeryl-dev Description: suite of tools for DNA sequence analysis (development lib) The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); @@ -43,7 +41,7 @@ Description: suite of tools for DNA sequence analysis (development lib) Package: meryl Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends} Suggests: gridengine-client Description: in- and out-of-core kmer counting and utilities meryl computes the kmer content of genomic sequences. Kmer @@ -62,7 +60,7 @@ Package: libmeryl-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends} Description: in- and out-of-core kmer counting and utilities (development lib) meryl computes the kmer content of genomic sequences. Kmer content is represented as a list of kmers and the number of @@ -78,9 +76,8 @@ Description: in- and out-of-core kmer counting and utilities (development lib) Package: leaff Architecture: any -Depends: - ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: biological sequence library utilities and applications LEAFF (Let's Extract Anything From Fasta) is a utility program for working with multi-fasta files. In addition to providing random access @@ -90,11 +87,9 @@ Description: biological sequence library utilities and applications Package: sim4db Architecture: any -Depends: - ${shlibs:Depends}, - ${misc:Depends}, -Recommends: - leaff, +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: leaff Description: batch spliced alignment of cDNA sequences to a target genome Sim4db performs fast batch alignment of large cDNA (EST, mRNA) sequence sets to a set of eukaryotic genomic regions. It uses the sim4 and sim4cc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
