From 6ab5fed27a6e07132fbecacc48237b18af6d6193 Mon Sep 17 00:00:00 2001 From: Benedikt Trefzer Date: Tue, 10 Sep 2019 12:22:52 +0200 Subject: [PATCH 1/2] debian: add bats as build dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5ab1919..efc6394 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mini-sendmail Section: mail Priority: extra Maintainer: Michael Herold -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), bats Standards-Version: 3.9.4 Vcs-Browser: https://github.com/getflywheel/mini_sendmail Vcs-Git: https://github.com/getflywheel/mini_sendmail.git -b master From e29954550d98f8ca77a779b10de96c0c54445248 Mon Sep 17 00:00:00 2001 From: Benedikt Trefzer Date: Sun, 11 Jul 2021 17:38:37 +0200 Subject: [PATCH 2/2] raise standard versions and debhelper version for bullseye --- debian/compat | 2 +- debian/control | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index efc6394..fcd89b5 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: mini-sendmail Section: mail -Priority: extra +Priority: optional Maintainer: Michael Herold -Build-Depends: debhelper (>= 9), bats -Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 10), + bats +Standards-Version: 4.5.1 Vcs-Browser: https://github.com/getflywheel/mini_sendmail Vcs-Git: https://github.com/getflywheel/mini_sendmail.git -b master