Package: cppformat / 3.0.1+ds-1

Metadata

Package Version Patches format
cppformat 3.0.1+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 README removed autoloading of third party links imag.patch | (download)

README.rst | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 readme: removed autoloading of third-party links/images


0002 test cmakelists use system provide GTest and GMock.patch | (download)

test/CMakeLists.txt | 37 4 + 33 - 0 !
1 file changed, 4 insertions(+), 33 deletions(-)

 test: cmakelists: use system-provide gtest and gmock


0003 doc cmakelists unconditionally build documentation.patch | (download)

doc/CMakeLists.txt | 9 1 + 8 - 0 !
1 file changed, 1 insertion(+), 8 deletions(-)

 doc: cmakelists: unconditionally build documentation


0004 test cmakelists force declare GTEST_HAS_PTHREAD.patch | (download)

test/CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 test: cmakelists: force-declare gtest_has_pthread

This is a workaround to avoid the crashes when gtest/gmock and our test
0005 doc build removed all pip internet stuff.patch | (download)

doc/build.py | 36 1 + 35 - 0 !
1 file changed, 1 insertion(+), 35 deletions(-)

 doc: build: removed all pip/internet stuff

Debian package must only use locally available packages and resources.

0006 doc build removed lessc call.patch | (download)

doc/build.py | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 doc: build: removed 'lessc' call

Not important for package-built documentation.

0007 doc build do not create virtual environment.patch | (download)

doc/build.py | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 doc: build: do not create virtual environment

Since we have no packages to fetch or locally install at the building
time.

0008 doc _templates layout stripped Google Analytics.patch | (download)

doc/_templates/layout.html | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 doc: _templates: layout: stripped google analytics


0009 doc _templates layout stripped download links.patch | (download)

doc/_templates/layout.html | 25 1 + 24 - 0 !
1 file changed, 1 insertion(+), 24 deletions(-)

 doc: _templates: layout: stripped download links


0010 test cmakelists don t guess C 11 support.patch | (download)

CMakeLists.txt | 2 0 + 2 - 0 !
test/CMakeLists.txt | 6 3 + 3 - 0 !
test/compile-test/CMakeLists.txt | 10 2 + 8 - 0 !
3 files changed, 5 insertions(+), 13 deletions(-)

 test: cmakelists: don't guess c++11 support

On Debian, we expect that C++11 support is feauture-complete, and
missing features should fail the build, not disable the feature support.

0011 fmt cmakelists don t bother with exporting CMake con.patch | (download)

fmt/CMakeLists.txt | 38 2 + 36 - 0 !
1 file changed, 2 insertions(+), 36 deletions(-)

 fmt: cmakelists: don't bother with exporting cmake configuration

... at least, for now.

0012 test cmakelists posix mock test link to already comp.patch | (download)

test/CMakeLists.txt | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 test: cmakelists: posix-mock-test: link to already compiled libfmt

This way we compile using same flags for libfmt, avoiding a segfault
when running this test.

0013 fmt cmakelists really separate sources with headers.patch | (download)

fmt/CMakeLists.txt | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fmt: cmakelists: really separate sources with headers

Otherwise the install target will install also .cc-files to
/usr/include.