Package: xmltooling / 1.6.0-3~bpo7+1
Metadata
Package | Version | Patches format |
---|---|---|
xmltooling | 1.6.0-3~bpo7+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Disable forcing of libtool silent.patch | (download) |
configure.ac |
3 2 + 1 - 0 ! |
disable forcing of libtool --silent Debian build log analysis wants verbose logs. |
Use pkg config for log4shib log4cpp.patch | (download) |
configure.ac |
53 4 + 49 - 0 ! |
use pkg-config for log4shib/log4cpp |
Fail configuration if dlopen is not found.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
fail configuration if dlopen() is not found |
Discover xerces xmlsec openssl and curl via pkg conf.patch | (download) |
configure.ac |
171 29 + 142 - 0 ! |
discover xerces, xmlsec, openssl and curl via pkg-config |
Propagate requirements into our pkg config file.patch | (download) |
Makefile.am |
6 0 + 6 - 0 ! |
propagate requirements into our pkg-config file |
Make pkgconfigdir configurable.patch | (download) |
Makefile.am |
1 0 + 1 - 0 ! |
make pkgconfigdir configurable |
Print result of CURLINFO_TLS_SSL_PTR test.patch | (download) |
configure.ac |
3 2 + 1 - 0 ! |
print result of curlinfo_tls_ssl_ptr test |
Make pkgxmldir configurable.patch | (download) |
configure.ac |
6 6 + 0 - 0 ! |
make pkgxmldir configurable |
Finish separating flags use _LIBADD.patch | (download) |
configure.ac |
12 8 + 4 - 0 ! |
finish separating flags, use _libadd |
Add more forgotten test result prints.patch | (download) |
configure.ac |
8 5 + 3 - 0 ! |
add more forgotten test result prints |
Remove .pl extension of cxxtestgen.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
remove .pl extension of cxxtestgen |
Don t install the test program but link correctly an.patch | (download) |
xmltoolingtest/Makefile.am |
17 8 + 9 - 0 ! |
don't install the test program, but link correctly and run it |
Test BUILD_UNITTEST in the main Makefile only.patch | (download) |
Makefile.am |
6 5 + 1 - 0 ! |
test build_unittest in the main makefile only |
The .cpp dependencies are well known no need to decl.patch | (download) |
xmltoolingtest/Makefile.am |
1 0 + 1 - 0 ! |
the .cpp dependencies are well known, no need to declare them |
Refactor test source generation.patch | (download) |
xmltoolingtest/Makefile.am |
56 25 + 31 - 0 ! |
refactor test source generation |
Factor out the Xerces library dependence.patch | (download) |
xmltoolingtest/Makefile.am |
5 3 + 2 - 0 ! |
factor out the xerces library dependence |
Two more tests don t build without xmlsec.patch | (download) |
xmltoolingtest/Makefile.am |
4 2 + 2 - 0 ! |
two more tests don't build without xmlsec |
Only add found packages to the pkg config dependenci.patch | (download) |
m4/ax_pkg_check_modules.m4 |
8 4 + 4 - 0 ! |
only add found packages to the pkg-config dependencies |
Add separate pkg config file for xmltooling lite.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
add separate pkg-config file for xmltooling-lite |
Enable skipping tests which require network access.patch | (download) |
xmltoolingtest/SecurityHelperTest.h |
9 9 + 0 - 0 ! |
enable skipping tests which require network access |
Enable the dot feature of Doxygen.patch | (download) |
configure.ac |
1 1 + 0 - 0 ! |
enable the dot feature of doxygen |
Remove PKG_INSTALLDIR to build with older pkg config.patch | (download) |
Makefile.am |
1 1 + 0 - 0 ! |
remove pkg_installdir to build with older pkg-config pkg-config < 0.27 does not have the PKG_INSTALLDIR macro. Re-added pkgconfigdir to the Makefile by reverting patch "Make pkgconfigdir configurable". This reverts commit 5e2abcae6b9b32c562028d1d31a3f28748dd5131. |
Delete unit tests that use the network wheezy only.patch | (download) |
xmltoolingtest/SecurityHelperTest.h |
47 0 + 47 - 0 ! |
delete unit tests that use the network (wheezy only) These cannot pass in Debian's build environment where networking is disabled. Moreover, the version of cxxtest in wheezy does not support skipping tests. |