This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rambo-k.
commit 2e3fc6d4350f479b93a1111a8e7f961b949a98d2 Author: Andreas Tille <[email protected]> Date: Mon Nov 21 15:34:42 2016 +0100 Upstream does provide source for README.pdf now --- debian/README.Debian | 15 --------------- debian/doc-base | 11 +++++++++++ debian/rules | 1 + 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 97e0ad0..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,15 +0,0 @@ -RAMBO-K for Debian -================== - -The PDF-manual which is included in the upstream zip download was -removed to meet DFSG standards since it is considered as binary -without source. It is recommended to download the zip file via - - https://sourceforge.net/projects/rambok/files/latest/download - -The downloaded zip file contains an extensive Readme.pdf that -will be probably helpful to understand rambo-k usage. - -Upstream was asked to provide the editable source of this document. - - -- Andreas Tille <[email protected]> Sat, 19 Nov 2016 16:54:19 +0100 diff --git a/debian/doc-base b/debian/doc-base new file mode 100644 index 0000000..b5d39f1 --- /dev/null +++ b/debian/doc-base @@ -0,0 +1,11 @@ +Document: rambo-k +Title: README for RAMBO-K +Author: Simon Tausch <[email protected]> +Abstract: RAMBO-K is a reference-based tool for rapid and sensitive extraction of + one organisms reads from a mixed dataset. It is based on a Markov chain + implementation, which uses genomic characteristics of each reference to + assign reads to the associated set. +Section: Science/Biology + +Format: pdf +Files: /usr/share/doc/rambo-k/Readme.pdf diff --git a/debian/rules b/debian/rules index 892ef87..0aa56e2 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # DH_VERBOSE := 1 +DEB_COMPRESS_EXCLUDE_ALL := .pdf DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rambo-k.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
