[med-svn] [gmap] 03/10: Update d/control: introduce 2 new packages - libgmap1-{, dev},
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Mon Sep 4 12:22:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository gmap.
commit 81b3ba554a6baacf182589660668f5524796a841
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Wed Aug 30 21:25:41 2017 +0200
Update d/control: introduce 2 new packages - libgmap1-{,dev},
Bump Standards-Version, add dh-exec to Build-Depends, update sections
---
debian/control | 39 +++++++++++++++++++++++++++++++++++----
1 file changed, 35 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 9c84270..2614ca7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,19 +8,18 @@ XS-Autobuild: no
Priority: optional
Build-Depends: autotools-dev,
debhelper (>= 9),
+ dh-exec,
help2man,
libbz2-dev,
zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gmap.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/gmap.git
Homepage: http://research-pub.gene.com/gmap
Package: gmap
Architecture: any
-Depends: ${misc:Depends},
- ${perl:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: spliced and SNP-tolerant alignment for mRNA and short reads
This package contains the programs GMAP and GSNAP as well as
utilities to manage genome databases in GMAP/GSNAP format.
@@ -32,3 +31,35 @@ Description: spliced and SNP-tolerant alignment for mRNA and short reads
* known splice sites and identify novel splice sites.
* known single-nucleotide polymorphisms (SNPs).
GSNAP can align bisulfite-treated DNA.
+
+Package: libgmap1
+Architecture: any
+Section: non-free/libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: library for gmap tool
+ This package contains library for gmap tool.
+ GMAP (Genomic Mapping and Alignment Program) is a tool for aligning
+ EST, mRNA and cDNA sequences.
+ GSNAP (Genomic Short-read Nucleotide Alignment Program) is a tool for
+ aligning single-end and paired-end transcriptome reads.
+ Both tools can use a database of
+ * known splice sites and identify novel splice sites.
+ * known single-nucleotide polymorphisms (SNPs).
+ GSNAP can align bisulfite-treated DNA.
+
+Package: libgmap1-dev
+Architecture: any
+Section: non-free/libdevel
+Depends: gmap (= ${binary:Version}) | libgmap1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: development files for gmap
+ This package contains header files for gmap.
+ GMAP (Genomic Mapping and Alignment Program) is a tool for aligning
+ EST, mRNA and cDNA sequences.
+ GSNAP (Genomic Short-read Nucleotide Alignment Program) is a tool for
+ aligning single-end and paired-end transcriptome reads.
+ Both tools can use a database of
+ * known splice sites and identify novel splice sites.
+ * known single-nucleotide polymorphisms (SNPs).
+ GSNAP can align bisulfite-treated DNA.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gmap.git
More information about the debian-med-commit
mailing list