From 388e7adb8e87caba2fcd50de979a6473e66d475b Mon Sep 17 00:00:00 2001 From: Xael South Date: Sat, 7 May 2022 16:40:24 +0000 Subject: [PATCH] debian-compat = 11; build-deb.sh --- build-deb.sh | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 build-deb.sh diff --git a/build-deb.sh b/build-deb.sh new file mode 100755 index 0000000..f736f78 --- /dev/null +++ b/build-deb.sh @@ -0,0 +1 @@ +debuild -i -us -uc -b diff --git a/debian/control b/debian/control index b19a558..a6e0b29 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rtl-wmbus Section: unknown Priority: optional Maintainer: Petter Reinholdtsen -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 11) Standards-Version: 4.5.1 Homepage: https://github.com/xaelsouth/rtl-wmbus Vcs-Browser: https://github.com/xaelsouth/rtl-wmbus