This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository bamtools.
commit e2b0fbd884d3ab150557e29463adbdbfc49866b5 Author: Kevin Murray <[email protected]> Date: Thu Sep 24 19:09:14 2015 +1000 Fix exclude path in Doxyfile --- debian/patches/0006-Fix-Doxyfile-input-source-path.patch | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/patches/0006-Fix-Doxyfile-input-source-path.patch b/debian/patches/0006-Fix-Doxyfile-input-source-path.patch index 6fcfc9f..b4cc12d 100644 --- a/debian/patches/0006-Fix-Doxyfile-input-source-path.patch +++ b/debian/patches/0006-Fix-Doxyfile-input-source-path.patch @@ -3,11 +3,11 @@ 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(-) + docs/Doxyfile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile -index 2a0f578..dbaff1f 100644 +index 2a0f578..5632082 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -590,7 +590,7 @@ WARN_LOGFILE = @@ -19,3 +19,12 @@ index 2a0f578..dbaff1f 100644 # 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 +@@ -649,7 +649,7 @@ RECURSIVE = YES + # excluded from the INPUT source files. This way you can easily exclude a + # subdirectory from a directory tree whose root is specified with the INPUT tag. + +-EXCLUDE = /home/derek/development/bamtools/src/api/internal ++EXCLUDE = src/api/internal + + # The EXCLUDE_SYMLINKS tag can be used select whether or not files or + # directories that are symbolic links (a Unix filesystem feature) are excluded -- 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
