[med-svn] r20016 - trunk/packages/cassiopee/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Aug 31 06:42:00 UTC 2015
Author: tille
Date: 2015-08-31 06:41:59 +0000 (Mon, 31 Aug 2015)
New Revision: 20016
Modified:
trunk/packages/cassiopee/trunk/debian/changelog
trunk/packages/cassiopee/trunk/debian/control
Log:
Enhance long description of doc package, cme fix dpkg-control
Modified: trunk/packages/cassiopee/trunk/debian/changelog
===================================================================
--- trunk/packages/cassiopee/trunk/debian/changelog 2015-08-31 06:38:58 UTC (rev 20015)
+++ trunk/packages/cassiopee/trunk/debian/changelog 2015-08-31 06:41:59 UTC (rev 20016)
@@ -3,6 +3,8 @@
* Team upload
* Gcc-5 transition
Closes: #796732
+ * Enhance long description of doc package
+ * cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Mon, 31 Aug 2015 08:28:40 +0200
Modified: trunk/packages/cassiopee/trunk/debian/control
===================================================================
--- trunk/packages/cassiopee/trunk/debian/control 2015-08-31 06:38:58 UTC (rev 20015)
+++ trunk/packages/cassiopee/trunk/debian/control 2015-08-31 06:41:59 UTC (rev 20016)
@@ -1,20 +1,24 @@
Source: cassiopee
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 9.0.0), cmake, doxygen,
- libboost-serialization-dev,libboost-iostreams-dev,
- libgoogle-glog-dev, libcppunit-dev
+Build-Depends: debhelper (>= 9.0.0),
+ cmake,
+ doxygen,
+ libboost-serialization-dev,
+ libboost-iostreams-dev,
+ libgoogle-glog-dev,
+ libcppunit-dev
Standards-Version: 3.9.6
-Homepage: https://github.com/osallou/cassiopee-c
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/cassiopee/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/cassiopee/trunk/
+Homepage: https://github.com/osallou/cassiopee-c
-
Package: cassiopee
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: index and search tool in genomic sequences
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
@@ -23,15 +27,23 @@
insertion/deletions.
Package: libcassie-doc
+Architecture: all
Section: doc
-Architecture: all
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends},
+ libjs-jquery
Description: documentation for cassiopee library
- Doxygen generated documentation for the cassiopee library for development.
+ Cassiopee index and search library C implementation. It is a complete
+ rewrite of the ruby Cassiopee gem. It scans an input genomic sequence
+ (dna/rna/protein) and search for a subsequence with exact match or
+ allowing substitutions (Hamming distance) and/or insertion/deletions.
+ .
+ This package contains the doxygen generated documentation for the
+ cassiopee library for development.
Package: libcassie1v5
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Conflicts: libcassie1
Replaces: libcassie1
Description: library implementating search algorithms
@@ -42,13 +54,14 @@
insertion/deletions.
Package: libcassie-dev
+Architecture: any
Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcassie1v5 (= ${binary:Version})
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libcassie1v5 (= ${binary:Version})
Description: library and headers for development
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
genomic sequence (dna/rna/protein) and search for a subsequence with
exact match or allowing substitutions (Hamming distance) and/or
insertion/deletions.
-
More information about the debian-med-commit
mailing list