If a log message contains a magic character, everything after that marker
will be considered "extended" information. Log targets default to showing
this extended information but qb_log_ctl() may be used to indicate that
the extended information should be stripped instead.
The use case is a log message that has some information of value to administrators
and other information that is only of value for debugging. Two targets can be
configured such that the administrator log is not cluttered with debug information,
but a separate debug log is still available with complete information.
The magic character is the bell (\a). If someone wants to log an actual bell
character, they can do so in the extended information or via a %c format
(only the first bell is magic and only in the format string).
libqb fails to build on the hppa architecture, because the built-in
testcases fail as can be seen here:
http://buildd.debian-ports.org/status/fetch.php?pkg=libqb&arch=hppa&ver=0.17.0-2&stamp=1409458262
I did analyzed why they fail, and the reason is that on hppa we have
somewhat more complicated requirements (e.g. alignments) which needs to
be followed in order to mmap shared pages between processes. It's
different than what can be done compared to ia64 and sparc.
The attached patch fixes libqb on the hppa architecture and with it all
testcases finish successful.
By the way, I fixed a small typo in configure.ac too where arm platforms
prints "ia64"...
Forwarded-From: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760199
Signed-off-by: Christoph Berg <myon@debian.org>
An export would also be needed. But fiddling with debian/rules
introduces uncommitted changes, which is rather inconvenient under
git-buildpackage anyway. Better set this on the command line if needed.
Changes to the .gitignore file are ignored during the generation of the
source package, so that does not need a new quilt patch.
Conflicts:
debian/changelog
The SYMBOL_CACHE_SIZE, HTML_ALIGN_MEMBERS and USE_INLINE_TREES options
were at their default values, so it is safe to remove them now that they
only generate warnings.
- Updated debian/rules to remove --disable-fatal-warnings option
Change-Id: I0b70e1395ab2e45f2847bbd0fb1e5aca4f53156f
Signed-off-by: Richard B Winters <rik@mmogp.com>
serialized (numbers preceeding patch name) set of patches instead
- Updated From field for Ferenc's patches, ensuring credit to him
- Added minimal description to Ferenc's patches
- Added new Patch; 0009-Add-missing-ChangeLog.patch
- Patch series file updated
Change-Id: I62a46093607b7df4013d521f7dae475c32f03d76
Signed-off-by: Richard B Winters <rik@mmogp.com>
- Override dh_auto_configure for specifying docdir and enabling
dependency checking
- Updates to override_dh_auto_install to remove some manual placing
of docs resolved by overriding dh_auto_configure
Change-Id: I1b81e1e91a2b8fecf7272b222ae38da6a375666c
Signed-off-by: Richard B Winters <rik@mmogp.com>
- Overrides upstream .gitignore file which is packed in the release
tarball and which subsequently ignores files matching the expression
Change-Id: I86598a47e5f45640342db0e6e51fd685906e73f4
Signed-off-by: Richard B Winters <rik@mmogp.com>
- Upstream source tarball used in initial package was not good
Change-Id: Ie54582e067d18e66e346fc7043b36d4db8327b74
Signed-off-by: Richard B Winters <rik@mmogp.com>
- Updated quilt series
- Verified works as intended
Change-Id: If927ea4dbe362ba6a16546f4ec7b7636ead8bc10
Signed-off-by: Richard B Winters <rik@mmogp.com>