Package: pugixml / 1.9-3

Metadata

Package Version Patches format
pugixml 1.9-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001 enable_staticlib_generation.patch | (download)

CMakeLists.txt | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 deletions(-)

 enable both static and shared library building
 By default the upstream builds only static library if a
 BUILD_SHARED_LIBS is not set and if it is set it only builds only
 shared library. This patch allows building both static and shared
 library.
 .
 Additionally when both shared and static libs were built there was
 conflict of name as upstream was using same name for both. This patch
 also handles this.
 .
 Upstream naming conventions for library and SONAME was not as
 required by d-shlibs this patch also fixes it.
2003 static_link_tests.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 statically link test binaries
 Trying to run dynamically linked test executable fails as it can't find
 libpugixml.so.
2002 drop_privacy_breaching_code.patch | (download)

docs/manual.html | 1 0 + 1 - 0 !
docs/quickstart.html | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 drop privacy breaching information from docs
 Documentation have link to fonts.googleapis.com to get beautification
 elements i.e. CSS and fonts. This results in fetching of remote data
 without user consent. Since the element only involved additional
 beautification its dropped instead of providing replacement.
2004 do_not_install_includes_in_versioned_dir.patch | (download)

CMakeLists.txt | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 do not install in version suffixed directory
 By default when pkg-config is enabled upstream installs the files into
 pugixml-X.X directory. This is not needed on Debian so drop creating version
 suffixed directory and install in system default location.
disable failing test.patch | (download)

tests/test_document.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable new failing test, waiting for upstream feedback