[med-svn] [rsem] 01/01: add manpage for new script rsem-gff3-to-gtf

Michael Crusoe misterc-guest at moszumanska.debian.org
Mon Feb 1 11:56:14 UTC 2016


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

misterc-guest pushed a commit to branch master
in repository rsem.

commit 017d0c6ac8654e8163275912dced19569366c5bb
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Mon Feb 1 03:47:31 2016 -0800

    add manpage for new script rsem-gff3-to-gtf
---
 debian/control | 3 ++-
 debian/rules   | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fd5acff..3717946 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 9),
                libbam-dev,
                libboost-dev,
                perl,
-               bowtie | bowtie2
+               bowtie | bowtie2,
+               help2man
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rsem.git
 Vcs-Git: https://anonscm.debian.org/debian-med/rsem.git
diff --git a/debian/rules b/debian/rules
index 9eb0e70..2989135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 DH_VERBOSE := 1
 
+DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
+VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+
 %:
 	dh $@ --parallel
 
@@ -10,6 +13,9 @@ override_dh_auto_build:
 		rsem-control-fdr rsem-generate-ngvector \
 		rsem-plot-transcript-wiggles rsem-prepare-reference \
 		rsem-run-ebseq; do pod2man $${prog} debian/$${prog}.1; done
+	help2man ./rsem-gff3-to-gtf --no-info --version-string="${VERSION}" \
+		--name 'Convert GFF3 files to GTF files.' > \
+		debian/rsem-gff3-to-gtf.1
 	dh_auto_build
 
 override_dh_auto_install:

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



More information about the debian-med-commit mailing list