From 0bfc13174b0fd0e44eaed392ebddc084b0fba760 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 16 Aug 2020 19:38:53 -0400 Subject: backport to stretch by backporting two build deps as git submodules --- .gitmodules | 6 ++++++ dh-runit | 1 + libfido2 | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 dh-runit create mode 160000 libfido2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..a3ab3934a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "dh-runit"] + path = dh-runit + url = ./dh-runit +[submodule "libfido2"] + path = libfido2 + url = ./libfido2 diff --git a/dh-runit b/dh-runit new file mode 160000 index 000000000..162648687 --- /dev/null +++ b/dh-runit @@ -0,0 +1 @@ +Subproject commit 162648687682fd6c9c06f05abee2546adec465b7 diff --git a/libfido2 b/libfido2 new file mode 160000 index 000000000..c4a4c9589 --- /dev/null +++ b/libfido2 @@ -0,0 +1 @@ +Subproject commit c4a4c9589f7a5ee3f717addef06882901247f9e6 -- cgit v1.2.3