[med-svn] [subread] 04/04: add d/README.Debian d/filter.pl: fix regex for coverageCount

Alex Mestiashvili malex-guest at moszumanska.debian.org
Mon Mar 16 15:29:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository subread.

commit 5316c75723b53e82fd4643e610e14607c15d3329
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Mon Mar 16 16:19:07 2015 +0100

    add d/README.Debian
    d/filter.pl: fix regex for coverageCount
---
 debian/README.Debian | 11 +++++++++++
 debian/filter.pl     |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..a0a9438
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,11 @@
+Subread package for Debian
+--------------------------
+
+Subread package provides main tools installed into /usr/bin
+and utilities installed into /usr/lib/subread
+
+The man pages for subread tools are generated using help2man tool.
+
+Tests and annotations are provided by subread-data package.
+
+-- Alex Mestiashvili <alex at biotec.tu-dresden.de>  Mon, 16 Mar 2015 16:18:09 +0100
diff --git a/debian/filter.pl b/debian/filter.pl
index 87b6fee..bb782e7 100755
--- a/debian/filter.pl
+++ b/debian/filter.pl
@@ -26,7 +26,7 @@ while ( <STDIN> ) {
     # there are no invalid options
     $_ =~ s/([\w\d]*)\:\sinvalid\soption\s--\s\'-\'/$1 $version/g;
     # strip the header or duplicated body of coverageCount
-    $_ =~ s/\.SH\s(DESCRIPTION|SYNOPSIS).*(Usage:\"?|-p1\n\.PP)/.SH USAGE:\n/gmxs;
+    $_ =~ s/\.SH\s(DESCRIPTION|SYNOPSIS).*(Usage:\"?|genome\.\n\.PP)/.SH USAGE:\n/gmxs;
     # strip full path
     $_ =~ s/\\fI\\,\/.*\/bin(\/utilities)?\///gmxs;
     # tidy up help2man removeDuP output:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/subread.git



More information about the debian-med-commit mailing list