From 6d537d299a5cb2f08032fb7bf620a233d596984d Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 19 May 2024 15:33:20 +1000 Subject: [PATCH] new --- .gitignore | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a55aeab..4473e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ debs/ +build/ apikeys.sh diff --git a/build.sh b/build.sh index b24192f..27247a6 100755 --- a/build.sh +++ b/build.sh @@ -29,6 +29,7 @@ control_file="Source: $target Section: $SECTION Priority: optional Maintainer: alex +Build-Depends: debhelper-compat (= 12) Package: $target Depends: $DEPENDS