Debian build requires libgtest-dev, but is not specified (#1049)

Co-authored-by: Sven Oliver Moll <svolli@svolli.de>
This commit is contained in:
SvOlli 2024-11-10 21:13:54 +01:00 committed by GitHub
parent 5ccf090154
commit 2c5882edff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ a.out
*.json
*.sqlite3
*.bak
debian/files

1
debian/control vendored
View File

@ -3,6 +3,7 @@ Maintainer: Stephen Anthony <sa666666@gmail.com>
Section: otherosfs
Priority: optional
Build-Depends: debhelper (>= 10~),
libgtest-dev,
libpng-dev,
libsdl2-dev,
zlib1g-dev