This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ray.
commit 25286ad262ebeced1a32999de9563970f8892f66 Author: Andreas Tille <[email protected]> Date: Wed Feb 5 08:48:47 2014 +0100 normalised d/control via `cme fix dpkg-control` (this also bumps Standards-Version and fixes Vcs fields) --- debian/changelog | 1 + debian/control | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe5afa7..cbbe60d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ ray (2.3.0-1) UNRELEASED; urgency=low * debian/control: - Priority should be optional - enhanced description + - normalised d/control via `cme fix dpkg-control` * debian/watch: More precise regexp to fit also historic versions * debian/upstream: publication information * debian/Ray.1: Enhanced formatting diff --git a/debian/control b/debian/control index c1e2212..83ed763 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,22 @@ Source: ray +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Sébastien Boisvert <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Sébastien Boisvert <[email protected]>, - Tim Booth <[email protected]> - Andreas Tille <[email protected]> Build-Depends: debhelper (>= 9), - zlib1g-dev, - libbz2-dev, - mpi-default-dev -Standards-Version: 3.9.3 + zlib1g-dev, + libbz2-dev, + mpi-default-dev +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/ray.git +Vcs-Git: git://anonscm.debian.org/debian-med/ray.git Homepage: http://denovoassembler.sourceforge.net/ -Vcs-Git: git://git.debian.org/git/debian-med/ray.git -Vcs-Browser: http://git.debian.org/?p=debian-med/ray.git Package: ray Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, - mpi-default-bin +Depends: ${shlibs:Depends}, + ${misc:Depends}, + mpi-default-bin Description: parallel de novo genome assemblies of next-gen sequencing data Ray is a parallel software that computes de novo genome assemblies with next-generation sequencing data. @@ -30,8 +29,8 @@ Description: parallel de novo genome assemblies of next-gen sequencing data - Ray Ontologies gene ontology profiling Package: ray-doc -Section: doc Architecture: all +Section: doc Depends: ${misc:Depends} Description: focumentation for ray parallel de novo genome assembler Ray is a parallel software that computes de novo genome assemblies with @@ -44,7 +43,8 @@ Description: focumentation for ray parallel de novo genome assembler Package: ray-extra Architecture: all Depends: ${misc:Depends}, - r-base-core, python + r-base-core, + python Description: Scripts and XSL sheets for post-processing for ray de novo assembler Ray is a parallel software that computes de novo genome assemblies with next-generation sequencing data. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ray.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
