From 8f91f55edd98062b732a06feed23f528f8a9740f Mon Sep 17 00:00:00 2001
From: Lukas Braun <lukas.braun@fau.de>
Date: Sun, 12 Mar 2017 16:38:56 +0100
Subject: [PATCH] debian: add missing build deps

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

diff --git a/debian/control b/debian/control
index 8de3ddb..397f2f3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,11 @@ Maintainer: CIP-Admins <problems@cip.cs.fau.de>
 Uploaders: Lukas Braun <no25qusu@stud.informatik.uni-erlangen.de>
 Build-Depends: debhelper (>= 9),
     libpam0g-dev,
+    golang-go,
     golang-github-lib-pq-dev,
     golang-github-gokyle-hotp-dev,
-    golang-github-mattn-go-sqlite3-dev
+    golang-github-mattn-go-sqlite3-dev,
+    postgresql
 Standards-Version: 3.9.8
 Section: admin
 Homepage: https://gitlab.cs.fau.de/koomi/goatherd
-- 
GitLab