[med-svn] [bamtools] 01/02: Use manually edited manpage in favour of the incomplete help2man result
Andreas Tille
tille at debian.org
Sat Apr 12 21:20:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository bamtools.
commit c3cc0f437ca1c9a11f319854c75b91bd9356cfe0
Author: Andreas Tille <tille at debian.org>
Date: Sat Apr 12 21:18:04 2014 +0200
Use manually edited manpage in favour of the incomplete help2man result
---
debian/{manpages => bamtools.manpages} | 0
debian/clean | 1 -
debian/rules | 4 ++--
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/manpages b/debian/bamtools.manpages
similarity index 100%
rename from debian/manpages
rename to debian/bamtools.manpages
diff --git a/debian/clean b/debian/clean
index 1287d43..3675a60 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,4 +1,3 @@
-debian/bamtools.1
bin/*
lib/*
include/*
diff --git a/debian/rules b/debian/rules
index e5b5db6..07dff81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,8 @@ override_dh_install:
rm -rf debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME)
mv debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME)-[0-9]* debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME)
-override_dh_installman:
- LD_LIBRARY_PATH=debian/tmp/usr/lib:${LD_LIBRARY_PATH} help2man --name "a command-line toolkit for reading, writing, and manipulating BAM (genome alignment) files" --no-info --no-discard-stderr debian/tmp/usr/bin/bamtools > debian/bamtools.1
+#override_dh_installman:
+# LD_LIBRARY_PATH=debian/tmp/usr/lib:${LD_LIBRARY_PATH} help2man --name "a command-line toolkit for reading, writing, and manipulating BAM (genome alignment) files" --no-info --no-discard-stderr debian/tmp/usr/bin/bamtools > debian/bamtools.1
SOURCEPKG=$(shell dpkg-parsechangelog | sed -n 's/^Source: \(.*\)/\1/p')
UPSTREAM=$(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-[^-]*/\1/p')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git
More information about the debian-med-commit
mailing list