This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch daube/libkhmerdev in repository khmer.
commit fb72828281cb4ef6ad5a8247f8a626f76973dea3 Author: Kevin Murray <[email protected]> Date: Tue Jul 7 18:56:48 2015 +1000 control: Fix library mulitarch; blddep on dh-exec --- debian/control | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 33494b0..16f61bf 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: khmer Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Michael R. Crusoe <[email protected]> +Uploaders: Michael R. Crusoe <[email protected]>, Kevin Murray <[email protected]> Section: science Priority: optional Build-Depends: python-screed, python2.7-dev, debhelper (>= 9), dh-python, + dh-exec, python2.7, python (>= 2.7), python-all-dev, @@ -39,22 +40,27 @@ Description: in-memory DNA sequence kmer counting, filtering & graph traversal sequence analysis, hence the name. Package: libkhmer1 -Architecture: any-amd64 any-arm64 any-mips64 any-mips64el any-ia64 ppc64 -Depends: ${misc:Depends}, - ${shlibs:Depends}, +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: in-memory DNA sequence kmer counting, filtering & graph traversal khmer is a library and suite of command line tools for working with DNA sequence. It is primarily aimed at short-read sequencing data such as that produced by the Illumina platform. khmer takes a k-mer-centric approach to sequence analysis, hence the name. . - This package contains the low-level C++ library + This package contains the low-level C++ library. Package: libkhmer-dev -Architecture: any-amd64 any-arm64 any-mips64 any-mips64el any-ia64 ppc64 -Depends: libkhmer1, - ${misc:Depends}, - ${shlibs:Depends}, +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: in-memory DNA sequence kmer counting, filtering & graph traversal khmer is a library and suite of command line tools for working with DNA sequence. It is primarily aimed at short-read sequencing data such as that -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
