[med-svn] [SCM] ray branch, master, updated. debian/2.1.0-3-3-g02d233b
Sébastien Boisvert
sebastien.boisvert.3 at ulaval.ca
Fri Nov 2 20:50:24 UTC 2012
The following commit has been merged in the master branch:
commit e9a49bccc88a4be584e5b7829482d8f17a54ba33
Author: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
Date: Fri Nov 2 16:25:43 2012 -0400
Fixed all but the lintian unusual-interpreter lines
These lines are related to /usr/bin/Rscript.
Signed-off-by: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
diff --git a/debian/ray.1 b/debian/Ray.1
similarity index 99%
rename from debian/ray.1
rename to debian/Ray.1
index e9245f1..a01b59e 100644
--- a/debian/ray.1
+++ b/debian/Ray.1
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
.TH RAY "1" "November 2012" "Ray version 2.1.0" "User Commands"
.SH NAME
-Ray \- manual page for Ray version 2.1.0
+Ray \- =Ray - assemble genomes in parallel using the message-passing interface
.SH DESCRIPTION
NAME
.IP
diff --git a/debian/changelog b/debian/changelog
index 2ba8655..f9789b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ray (2.1.0-4) stable; urgency=low
+
+ * Fixed the target distribution for debian
+ * Fixed E: ray-doc: extended-description-is-empty
+ * Fixed E: ray-extra: extended-description-is-empty
+ * Fixed W: ray: binary-without-manpage usr/bin/Ray
+ * Fixed W: ray source: newer-standards-version 3.9.3 (current is 3.9.1)
+ * Fixed W: ray: manpage-has-useless-whatis-entry usr/share/man/man1/Ray.1.gz
+
+ -- Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca> Fri, 02 Nov 2012 19:39:00 +0000
+
ray (2.1.0-3) precise; urgency=low
* Added a man page
diff --git a/debian/control b/debian/control
index 529d653..1c65a05 100644
--- a/debian/control
+++ b/debian/control
@@ -8,12 +8,13 @@ Build-Depends: debhelper (>= 7.0.50~),
zlib1g-dev,
libbz2-dev,
mpi-default-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.1
Homepage: http://denovoassembler.sourceforge.net/
Vcs-Git: git://github.com/sebhtml/ray.git
Vcs-Browser: https://github.com/sebhtml/ray
Package: ray
+Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
mpi-default-bin
@@ -29,12 +30,23 @@ Description: parallel genome assemblies for parallel DNA sequencing
- Ray Ontologies gene ontology profiling
Package: ray-doc
+Section: doc
Architecture: any
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.
Package: ray-extra
+Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
-Recommends: ${python:Depends}, r-base-core
+ ${python:Depends}, r-base-core
Description: Scripts and XSL sheets for post-processing
+ 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.
+
--
Packaging of Ray in Debian
More information about the debian-med-commit
mailing list