[med-svn] [kmc] 01/01: lintian clean. Ready for upload. Just needs sponsor
Jorge Soares
jssoares-guest at moszumanska.debian.org
Tue Nov 18 16:39:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
jssoares-guest pushed a commit to branch master
in repository kmc.
commit 3e59a6d030cda68d7a8940f14a4c2bdc4849a3a5
Author: Jorge Soares <j.s.soares at gmail.com>
Date: Tue Nov 18 16:39:23 2014 +0000
lintian clean. Ready for upload. Just needs sponsor
---
debian/changelog | 2 +-
debian/control | 8 +++++---
debian/usage_to_man | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d941639..ae5a5ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
kmc (2.0+dfsg-1) unstable; urgency=medium
- * Initial release (Closes: #1234)
+ * Initial release (Closes: #770063)
-- Jorge Soares <j.s.soares at gmail.com> Mon, 03 Nov 2014 14:46:54 +0200
diff --git a/debian/control b/debian/control
index 365cc7a..643ba02 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,11 @@ Package: kmc
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Description: Designed for counting k-mers (sequences of consecutive k symbols)
- in a set of reads K-mer counting is important for many bioinformatics
- applications, e.g., developing de Bruijn graph assemblers.
+Description: count kmers in genomic sequences
+ The kmc software is designed for counting k-mers (sequences of
+ consecutive k symbols) in a set of reads K-mer counting is
+ important for many bioinformatics applications, e.g.,
+ developing de Bruijn graph assemblers.
Building de Bruijn graphs is a commonly used approach for genome
assembly with data from second-generation sequencer.
Unfortunately, sequencing errors (frequent in practice)
diff --git a/debian/usage_to_man b/debian/usage_to_man
index 33017ab..6d58013 100755
--- a/debian/usage_to_man
+++ b/debian/usage_to_man
@@ -37,10 +37,10 @@ sub createManPages {
$man_file = $destination . '/' . $man_file . '.1';
- my $kmc_short_description = q{Count kmers in genomic sequences};
+ my $kmc_short_description = q{count kmers in genomic sequences};
my $kmc_long_description = q{KMC—K-mer Counter is a utility designed for counting k-mers (sequences of consecutive k symbols) in a set of reads from genome sequencing projects.};
- my $kmc_dump_short_description = q{List k-mers from kmc-generated database};
+ my $kmc_dump_short_description = q{list k-mers from kmc-generated database};
my $kmc_dump_long_description = q{KMC's end product is a database of k-mers stored in compact binary form. The kmc_dump program allows the production of a textual list of k-mers together with their counters for the analysis ran};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmc.git
More information about the debian-med-commit
mailing list