[cpp-sp] 17/18: New patch Enable-the-dot-feature-of-Doxygen.patch

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:48:48 EST 2018


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

scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=997236c7313523437efc639f76d159b2b13b07c3

commit 997236c7313523437efc639f76d159b2b13b07c3
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Wed Aug 31 16:05:39 2016 +0200

    New patch Enable-the-dot-feature-of-Doxygen.patch
    
    Enable the dot feature of Doxygen
---
 .../patches/Enable-the-dot-feature-of-Doxygen.patch  | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/Enable-the-dot-feature-of-Doxygen.patch b/debian/patches/Enable-the-dot-feature-of-Doxygen.patch
new file mode 100644
index 0000000..1371380
--- /dev/null
+++ b/debian/patches/Enable-the-dot-feature-of-Doxygen.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Wed, 31 Aug 2016 16:05:21 +0200
+Subject: Enable the dot feature of Doxygen
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index 9234503..c355dc0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -10,6 +10,7 @@ PKG_INSTALLDIR
+ 
+ # Docygen features
+ DX_HTML_FEATURE(ON)
++DX_DOT_FEATURE(ON)
+ DX_CHM_FEATURE(OFF)
+ DX_CHI_FEATURE(OFF)
+ DX_MAN_FEATURE(OFF)
diff --git a/debian/patches/series b/debian/patches/series
index d2c4b31..963c0f4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ Use-pkg-config-for-xmlsec.patch
 Remove-superfluous-xmlsec-linkages.patch
 Use-pkg-config-for-GSSAPI.patch
 The-plugins-use-GSSAPI-only-if-the-naming-extensions.patch
+Enable-the-dot-feature-of-Doxygen.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list