[log4shib] 10/13: New patch Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Aug 2 10:42:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/master
in repository log4shib.
commit d69ed62e587a7fc9934c10cbc7d82ac62dcd04d5
Author: Ferenc Wágner <wferi at niif.hu>
Date: Tue Apr 12 14:18:51 2016 +0200
New patch Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
Drop superfluous scope to help Doxygen find the declaration
---
...fluous-scope-to-help-Doxygen-find-the-decl.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch b/debian/patches/Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
new file mode 100644
index 0000000..8a2702e
--- /dev/null
+++ b/debian/patches/Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Tue, 12 Apr 2016 14:17:24 +0200
+Subject: Drop superfluous scope to help Doxygen find the declaration
+
+---
+ src/Category.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Category.cpp b/src/Category.cpp
+index b6dd3d2..0eb083b 100644
+--- a/src/Category.cpp
++++ b/src/Category.cpp
+@@ -201,7 +201,7 @@ namespace log4shib {
+
+ /* assume lock is held */
+ bool Category::ownsAppender(Appender* appender,
+- Category::OwnsAppenderMap::iterator& i2) throw() {
++ OwnsAppenderMap::iterator& i2) throw() {
+ bool owned = false;
+
+ if (NULL != appender) {
diff --git a/debian/patches/series b/debian/patches/series
index b69301a..956f669 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ Detach-upstream-debian-directory-from-the-build-syst.patch
Don-t-leak-the-build-flags-into-the-pkg-config-file.patch
Fix-Doxygen-formatting-issues.patch
Remove-obsolete-MAX_DOT_GRAPH_-WIDTH-HEIGHT-Doxygen-.patch
+Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/log4shib.git
More information about the Pkg-shibboleth-devel
mailing list