From a77d7a07b8852e8b1e7df5cefa68e2399f82d0e0 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 16 Aug 2021 08:18:59 -0400 Subject: [PATCH] debian: switch to using build dependency on debhelper-compat This is preferred in favor of using the debhelper/compat file, and we no longer worry about supporting Debian Jessie or Debian Stretch (at least without Stretch Backports). Signed-off-by: Theodore Ts'o --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 8082e9f..84cf9d8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o -Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , debhelper (>= 12.0), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] +Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Rules-Requires-Root: no Standards-Version: 4.5.1 Homepage: http://e2fsprogs.sourceforge.net -- 1.8.3.1