From 8e3fdedb514dbc2121ec1ba156153af309656c97 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Tue, 28 Apr 2020 14:24:27 +0200 Subject: [PATCH] debian: add compat file instead of the debhelper-compat (=12) entry that debian/rules removes. --- debian/compat | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000000..48082f72f087 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +12 diff --git a/debian/control b/debian/control index 915410d63f56..3e4b6e9b9634 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: bc, bison, cpio, - debhelper-compat (=12), flex | flex:native, gcc-aarch64-linux-gnu, kmod, -- GitLab