[med-svn] [SCM] ray branch, master, updated. 446f11f7b4522f7c4664e5ac8eb0e4c9d87f55a3
Sébastien Boisvert
sebastien.boisvert.3 at ulaval.ca
Mon Nov 5 23:55:37 UTC 2012
The following commit has been merged in the master branch:
commit 446f11f7b4522f7c4664e5ac8eb0e4c9d87f55a3
Author: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
Date: Mon Nov 5 18:55:08 2012 -0500
ray-doc and ray-extra must use the 'all' arch
Signed-off-by: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
diff --git a/debian/control b/debian/control
index 46db573..b81e29f 100644
--- a/debian/control
+++ b/debian/control
@@ -31,17 +31,18 @@ Description: parallel genome assemblies for parallel DNA sequencing
Package: ray-doc
Section: doc
-Architecture: any
+Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Documentation files
Ray is a parallel software that computes de novo genome assemblies with
next-generation sequencing data.
Ray is written in C++ and can run in parallel on numerous interconnected
computers using the message-passing interface (MPI) standard.
+ This sub-package includes documentation files.
Package: ray-extra
Section: science
-Architecture: any
+Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
${python:Depends}, r-base-core
Description: Scripts and XSL sheets for post-processing
@@ -49,4 +50,4 @@ Description: Scripts and XSL sheets for post-processing
next-generation sequencing data.
Ray is written in C++ and can run in parallel on numerous interconnected
computers using the message-passing interface (MPI) standard.
-
+ This sub-package contains scripts and XSL sheets for post-processing.
--
Packaging of Ray in Debian
More information about the debian-med-commit
mailing list