[arrayfire] 04/06: Add patch disabling calls to git when building the documentation. File: Disable-git-usage-in-Doxygen-settings.patch

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 15 15:19:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 57e387d4b515bfbbdfba95b578c3c4607c0b8ebb
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Dec 12 16:55:48 2015 +0000

    Add patch disabling calls to git when building the documentation.
    File: Disable-git-usage-in-Doxygen-settings.patch
---
 .../Disable-git-usage-in-Doxygen-settings.patch     | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Disable-git-usage-in-Doxygen-settings.patch b/debian/patches/Disable-git-usage-in-Doxygen-settings.patch
new file mode 100644
index 0000000..8c68933
--- /dev/null
+++ b/debian/patches/Disable-git-usage-in-Doxygen-settings.patch
@@ -0,0 +1,21 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Sat, 12 Dec 2015 16:52:26 +0000
+Subject: Disable git usage in Doxygen settings.
+
+---
+ docs/doxygen.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/doxygen.mk b/docs/doxygen.mk
+index 2c64c41..b86c1a9 100644
+--- a/docs/doxygen.mk
++++ b/docs/doxygen.mk
+@@ -675,7 +675,7 @@ SHOW_NAMESPACES        = YES
+ # by doxygen. Whatever the program writes to standard output is used as the file
+ # version. For an example see the documentation.
+ 
+-FILE_VERSION_FILTER    = "/bin/sh -c 'git log --pretty=\"format:%ci, (build %h)\" -1' \"${1}\""
++FILE_VERSION_FILTER    =
+ 
+ # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
+ # by doxygen. The layout file controls the global structure of the generated
diff --git a/debian/patches/series b/debian/patches/series
index 3a70cfd..09dc281 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ Fix-CBLAS-detection.patch
 Use-system-gtest.patch
 Use-custom-cflags-in-examples.patch
 Fix-missing-includes-in-testsuite.patch
+Disable-git-usage-in-Doxygen-settings.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list