This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository bamtools.
commit fc24986d96a14cdcea4c3de69b3ced3a7309853a Author: Kevin Murray <[email protected]> Date: Thu Sep 24 18:04:40 2015 +1000 Fix Doxyfile input source path --- .../0006-Fix-Doxyfile-input-source-path.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/0006-Fix-Doxyfile-input-source-path.patch b/debian/patches/0006-Fix-Doxyfile-input-source-path.patch new file mode 100644 index 0000000..6fcfc9f --- /dev/null +++ b/debian/patches/0006-Fix-Doxyfile-input-source-path.patch @@ -0,0 +1,21 @@ +From: Kevin Murray <[email protected]> +Date: Thu, 24 Sep 2015 18:04:10 +1000 +Subject: Fix Doxyfile input source path + +--- + docs/Doxyfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/Doxyfile b/docs/Doxyfile +index 2a0f578..dbaff1f 100644 +--- a/docs/Doxyfile ++++ b/docs/Doxyfile +@@ -590,7 +590,7 @@ WARN_LOGFILE = + # directories like "/usr/src/myproject". Separate the files or directories + # with spaces. + +-INPUT = /home/derek/development/bamtools/src/api ++INPUT = src/api + + # This tag can be used to specify the character encoding of the source files + # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/debian/patches/series b/debian/patches/series index 32d122c..0f5a38c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 0003-remove-custom-ExportHeader-function-use-install-inst.patch 0005-Install-libbamtools-to-lib.-Installing-libraries-to-.patch 0006-Doxygen-reproducibility +0006-Fix-Doxyfile-input-source-path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
