This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rna-star.
commit dc06f3d2a95b131387c1125b039ab73d19809f4c Author: Andreas Tille <[email protected]> Date: Thu May 19 18:00:52 2016 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e7be67..e9f1457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ rna-star (2.5.2a+dfsg-1) UNRELEASED; urgency=medium * New upstream version * Use xz compression option in d/watch + * cme fix dpkg-control -- Andreas Tille <[email protected]> Thu, 19 May 2016 17:59:35 +0200 diff --git a/debian/control b/debian/control index cbcd8e9..843b505 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,22 @@ Source: rna-star -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 9), libhts-dev, vim-common, zlib1g-dev -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rna-star.git -Vcs-Git: git://anonscm.debian.org/debian-med/rna-star.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/rna-star.git Homepage: https://code.google.com/p/rna-star/ Package: rna-star Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: ultrafast universal RNA-seq aligner Spliced Transcripts Alignment to a Reference (STAR) software based on a previously undescribed RNA-seq alignment algorithm that uses sequential -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rna-star.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
