From 2c5882edffc4ccfcc9f969e1212c49177aad93e6 Mon Sep 17 00:00:00 2001 From: SvOlli Date: Sun, 10 Nov 2024 21:13:54 +0100 Subject: [PATCH] Debian build requires libgtest-dev, but is not specified (#1049) Co-authored-by: Sven Oliver Moll --- .gitignore | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 32fc51160..fcdce4cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ a.out *.json *.sqlite3 *.bak +debian/files diff --git a/debian/control b/debian/control index 9106212fe..d986cb2c3 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Maintainer: Stephen Anthony Section: otherosfs Priority: optional Build-Depends: debhelper (>= 10~), + libgtest-dev, libpng-dev, libsdl2-dev, zlib1g-dev