[med-svn] [trinityrnaseq] 01/02: cme fix
Michael Crusoe
misterc-guest at moszumanska.debian.org
Wed Feb 11 15:18:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository trinityrnaseq.
commit fad78d9f282a7a47154d0eedf3a20bc975f3272f
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date: Mon Feb 2 12:51:24 2015 -0500
cme fix
---
debian/control | 6 +++---
debian/patches/jellyfish-path | 1 +
debian/patches/noExitTester | 1 +
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 8a51e66..4ad9e19 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Michael R. Crusoe
-Build-Depends: debhelper (>= 9), autotools-dev, jellyfish (>= 2.1.4), libcollections15-java, javahelper, libgetopt-java
+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
-Vcs-Svn: git://anonscm.debian.org/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
+Depends: ${shlibs:Depends}, ${misc:Depends}, bowtie, python
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
diff --git a/debian/patches/jellyfish-path b/debian/patches/jellyfish-path
index 3afec56..1ac92ef 100644
--- a/debian/patches/jellyfish-path
+++ b/debian/patches/jellyfish-path
@@ -1,3 +1,4 @@
+Description:Jellyfish path
--- trinityrnaseq.orig/Trinity
+++ trinityrnaseq/Trinity
@@ -481,7 +481,7 @@
diff --git a/debian/patches/noExitTester b/debian/patches/noExitTester
index 9fb209d..6525074 100644
--- a/debian/patches/noExitTester
+++ b/debian/patches/noExitTester
@@ -1,3 +1,4 @@
+Description:NoExitTester
--- trinityrnaseq.orig/Trinity
+++ trinityrnaseq/Trinity
@@ -2072,32 +2072,6 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trinityrnaseq.git
More information about the debian-med-commit
mailing list