Shayan Doust pushed to branch master at Debian Med / argh
Commits: 7dadce0b by Shayan Doust at 2020-09-16T16:03:54+01:00 Patch to use debian-packaged doctest-dev (for doctest.h) - - - - - 3 changed files: - debian/control - + debian/patches/series - + debian/patches/use_debian_packaged_doctest.patch Changes: ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Uploaders: Shayan Doust <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - cmake + cmake, + doctest-dev Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/argh Vcs-Git: https://salsa.debian.org/med-team/argh.git ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +use_debian_packaged_doctest.patch ===================================== debian/patches/use_debian_packaged_doctest.patch ===================================== @@ -0,0 +1,16 @@ +Description: use debian packaged doctest.h instead +Author: Shayan Doust <[email protected]> +Last-Update: 2020-09-16 +--- + +--- argh.orig/argh_tests.cpp ++++ argh/argh_tests.cpp +@@ -1,7 +1,7 @@ + #include "argh.h" + + #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN +-#include "doctest.h" ++#include <doctest/doctest.h> + + using namespace argh; + View it on GitLab: https://salsa.debian.org/med-team/argh/-/commit/7dadce0be09da1710716be61d37614b4c77de7d5 -- View it on GitLab: https://salsa.debian.org/med-team/argh/-/commit/7dadce0be09da1710716be61d37614b4c77de7d5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
