[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#993508: RFS: howardhinnant-date/3.0.1-1 [ITP] -- date and time library based on the C++ <chrono> header



On Mon, 1 Nov 2021 10:43:45 +0100 Bastian Germann <bage@debian.org> wrote:
> Please include README.md in the docs.

Done.

> cmake/dateConfig.cmake does not exist.

It exists only in upstream code, since I rename it to howardhinnant-dateConfig.cmake with a patch. I believe I still need to list in d/copyright, right?

> About the tests: The CMake build system is not officially supported by upstream. That is why they > are not properly integrated. If you do not want to fix this upstream, just use "cd test && ./testit"
> instead of a cmake call in the override. Don't forget to
> export DPKG_EXPORT_BUILDTOOLS=1
> include /usr/share/dpkg/buildtools.mk
> to export CXX (default in the test is clang).

Thanks for the suggestion :)
I enabled the tests, and most of them work. Unfortunately, when using gcc instead of clang to build the tests, a few of them fail, see https://github.com/HowardHinnant/date/issues/713 . Is it allowed to force the use of Clang to build a certain package? If so, how can I do that?


Reply to: