diff -Nru docopt.cpp-0.6.2/debian/changelog docopt.cpp-0.6.2/debian/changelog --- docopt.cpp-0.6.2/debian/changelog 2020-03-23 06:12:51.000000000 +0000 +++ docopt.cpp-0.6.2/debian/changelog 2020-07-25 05:34:42.000000000 +0000 @@ -1,8 +1,9 @@ -docopt.cpp (0.6.2-2build1) focal; urgency=medium +docopt.cpp (0.6.2-2.1) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + * Non-maintainer upload. + * Add upstream patch to fix compilation with GCC 10 (Closes: #957147) - -- Matthias Klose Mon, 23 Mar 2020 07:12:51 +0100 + -- Kunal Mehta Fri, 24 Jul 2020 22:34:42 -0700 docopt.cpp (0.6.2-2) unstable; urgency=medium diff -Nru docopt.cpp-0.6.2/debian/patches/0003-Add-missing-stdexcept-include-to-use-std-runtime_err.patch docopt.cpp-0.6.2/debian/patches/0003-Add-missing-stdexcept-include-to-use-std-runtime_err.patch --- docopt.cpp-0.6.2/debian/patches/0003-Add-missing-stdexcept-include-to-use-std-runtime_err.patch 1970-01-01 00:00:00.000000000 +0000 +++ docopt.cpp-0.6.2/debian/patches/0003-Add-missing-stdexcept-include-to-use-std-runtime_err.patch 2020-07-25 05:34:42.000000000 +0000 @@ -0,0 +1,21 @@ +From: Cheney-Wang +Date: Wed, 31 Oct 2018 19:21:26 -0700 +Subject: Add missing include to use std::runtime_error + +Origin: https://github.com/docopt/docopt.cpp/commit/72a8e3e01effe22ac0f4e29c14153743172efcb5 +--- + docopt_value.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/docopt_value.h b/docopt_value.h +index a923219..829ee55 100644 +--- a/docopt_value.h ++++ b/docopt_value.h +@@ -9,6 +9,7 @@ + #ifndef docopt__value_h_ + #define docopt__value_h_ + ++#include + #include + #include + #include // std::hash diff -Nru docopt.cpp-0.6.2/debian/patches/series docopt.cpp-0.6.2/debian/patches/series --- docopt.cpp-0.6.2/debian/patches/series 2017-04-21 07:54:33.000000000 +0000 +++ docopt.cpp-0.6.2/debian/patches/series 2020-07-25 05:34:42.000000000 +0000 @@ -1,2 +1,3 @@ Set-versioning-properties.patch Make-tests-compatible-with-Python-3.patch +0003-Add-missing-stdexcept-include-to-use-std-runtime_err.patch