[med-svn] [bamtools] 01/02: Link jquery into docs
Kevin Murray
daube-guest at moszumanska.debian.org
Thu Sep 24 09:42:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository bamtools.
commit 0ab2b443b3fb4208bb1c0e998b70a131eb56f5ec
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Thu Sep 24 19:41:18 2015 +1000
Link jquery into docs
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index e3881f4..12d7d58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,9 @@ override_dh_install:
# no need to install different versions of bamtools
rm -rf debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME)
mv debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME)-[0-9]* debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME)
+ rm -f debian/libbamtools-dev/usr/share/doc/libbamtools-dev/html/jquery.js
+ ln -s /usr/share/javascript/jquery/jquery.js debian/libbamtools-dev/usr/share/doc/libbamtools-dev/html/jquery.js
+
#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
--
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