From 78f695a4f149eacd51c885e64b4017cabc5590d7 Mon Sep 17 00:00:00 2001
From: Thomas Preisner <ty28wuqu@cip.cs.fau.de>
Date: Mon, 24 Jan 2022 22:40:32 +0100
Subject: [PATCH] debian/control: add ca-certificates as build dependency

---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5e9e81c..160d0bf 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 9),
     golang-github-gokyle-hotp-dev,
     golang-github-mattn-go-sqlite3-dev,
     postgresql,
-    pamtester, libpam-wrapper, oathtool, xxd
+    pamtester, libpam-wrapper, oathtool, xxd,
+    ca-certificates
 Standards-Version: 3.9.8
 Section: admin
 Homepage: https://gitlab.cs.fau.de/icipguru/goatherd
-- 
GitLab