This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository htqc.
commit 03db3b2e422e5511f23b09c39d8974a0aeb01f22 Author: Andreas Tille <[email protected]> Date: Mon Jun 22 20:51:50 2015 +0200 Add documentation --- debian/README.Debian | 13 +++++++++++++ debian/docs | 1 + debian/rules | 6 ++++++ 3 files changed, 20 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..46c0513 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,13 @@ +HTQC for Debian +=============== + +The source also builds a high-throughput sequence processing library +which is not yet packaged. Please send a bug report via + + reportbug htqc + +if you would like to use this library in your own projects by linking +against it. It could be packaged as well but is currently not in the +focus of the planned usage. + + -- Andreas Tille <[email protected]> Mon, 22 Jun 2015 19:19:19 +0200 diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..daa30a3 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.html diff --git a/debian/rules b/debian/rules index 5400160..70dd134 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,12 @@ override_dh_install: override_dh_installman: mkdir -p $(mandir) for man in README-*.md ; do \ + if [ $${man} != README-htio.md ] ; then \ name=`echo $${man} | sed 's/README-\(.*\).md/\1/'` ; \ ronn --manual=ht2-$${name} < $${man} > $(mandir)/ht2-$${name}.1 ; \ + fi ; \ done + +override_dh_installdocs: + ronn --html README.md + dh_installdocs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htqc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
