Author: tille Date: 2015-01-30 18:40:11 +0000 (Fri, 30 Jan 2015) New Revision: 18642
Modified: trunk/packages/khmer/trunk/debian/changelog trunk/packages/khmer/trunk/debian/control Log: Team maintenance, cme fix dpkg-control Modified: trunk/packages/khmer/trunk/debian/changelog =================================================================== --- trunk/packages/khmer/trunk/debian/changelog 2015-01-30 18:37:04 UTC (rev 18641) +++ trunk/packages/khmer/trunk/debian/changelog 2015-01-30 18:40:11 UTC (rev 18642) @@ -1,3 +1,11 @@ +khmer (1.3-1) UNRELEASED; urgency=medium + + * Initial upload to Debian + * debian/watch: normalised + * debian/control: cme fix dpkg-control + + -- Andreas Tille <[email protected]> Fri, 30 Jan 2015 19:37:10 +0100 + khmer (1.1-0biolinux3) trusty; urgency=low * Switch to 64-bit-only build as tests segfault on i386 Modified: trunk/packages/khmer/trunk/debian/control =================================================================== --- trunk/packages/khmer/trunk/debian/control 2015-01-30 18:37:04 UTC (rev 18641) +++ trunk/packages/khmer/trunk/debian/control 2015-01-30 18:40:11 UTC (rev 18642) @@ -1,14 +1,15 @@ Source: khmer +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Tim Booth <[email protected]>, + Andreas Tille <[email protected]> Section: science Priority: optional -Maintainer: Tim Booth <[email protected]> -Uploaders: Debian Med Packaging Team <[email protected]> Build-Depends: debhelper (>= 9), python, libpython-dev, zlib1g-dev, libbz2-dev, - ruby-ronn (>= 0.7.3), + ruby-ronn, python-pip, python-sphinx, python-markupsafe, @@ -16,14 +17,16 @@ python-setuptools, python-screed, sphinxcontrib-autoprogram -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/<pkg>/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/<pkg>/trunk/ Homepage: https://github.com/ged-lab/khmer Package: khmer Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends} Description: k-mer counting, filtering and 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 @@ -36,7 +39,8 @@ Package: khmer-test Architecture: amd64 -Depends: khmer (>= ${binary:Version}), ${misc:Depends} +Depends: khmer (>= ${binary:Version}), + ${misc:Depends} Description: k-mer counting, filtering and 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 @@ -47,7 +51,8 @@ Package: khmer-example Architecture: amd64 -Depends: khmer (>= ${binary:Version}), ${misc:Depends} +Depends: khmer (>= ${binary:Version}), + ${misc:Depends} Description: k-mer counting, filtering and 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
