[med-svn] [Git][med-team/argh][master] Patch to use debian-packaged doctest-dev (for doctest.h)
Shayan Doust
gitlab at salsa.debian.org
Wed Sep 16 16:04:20 BST 2020
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 <hello at shayandoust.me>
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 <hello at shayandoust.me>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200916/4e2fc4ec/attachment.html>
More information about the debian-med-commit
mailing list