Discussion:
[med-svn] [trinityrnaseq] branch master updated (837603d -> 463dfa0)
Andreas Tille
2015-02-11 21:23:51 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository trinityrnaseq.

from 837603d update deps; thank you pbuilder
new 463dfa0 cme fix dpkg-control

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
debian/control | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trinityrnaseq.git
Andreas Tille
2015-02-11 21:23:51 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository trinityrnaseq.

commit 463dfa0bf54bde0abccdbc352a87d8798bab77eb
Author: Andreas Tille <***@debian.org>
Date: Wed Feb 11 22:23:26 2015 +0100

cme fix dpkg-control
---
debian/control | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index e25f099..2b61550 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,30 @@
Source: trinityrnaseq
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-***@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe
-Build-Depends: debhelper (>= 9), autotools-dev, jellyfish (>= 2.1.4), libcollections15-java, javahelper, libgetopt-java, default-jdk
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/trinityrnaseq.git
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ jellyfish (>= 2.1.4),
+ libcollections15-java,
+ javahelper,
+ libgetopt-java,
+ default-jdk
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/trinityrnaseq.git
Vcs-Git: git://anonscm.debian.org/debian-med/trinityrnaseq.git
Homepage: http://trinityrnaseq.github.io/

Package: trinityrnaseq
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, bowtie, python, libwww-perl, default-jre-headless, samtools, jellyfish
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ bowtie,
+ python,
+ libwww-perl,
+ default-jre-headless,
+ samtools,
+ jellyfish
Description: RNA-Seq De novo Assembly
Trinity represents a novel method for the efficient and robust de novo
reconstruction of transcriptomes from RNA-seq data. Trinity combines three
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trinityrnaseq.git
Loading...