From 9f3bec2cdf9144274c43a086b8ae1805af1cda1d Mon Sep 17 00:00:00 2001
From: Ralph Ronnquist <ralph.ronnquist@gmail.com>
Date: Sat, 26 Mar 2022 21:37:48 +1100
Subject: [PATCH] lintian fixes

---
 debian/changelog                      | 2 +-
 debian/control                        | 4 ++--
 debian/overlay-boot.lintian-overrides | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 debian/overlay-boot.lintian-overrides

diff --git a/debian/changelog b/debian/changelog
index 473d589..d4d7222 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 overlay-boot (0.1) unstable; urgency=medium
 
-  * inital packaging
+  * initial packaging
 
  -- Ralph Ronnquist <ralph.ronnquist@gmail.com>  Fri, 25 Mar 2022 18:05:01 +1100
diff --git a/debian/control b/debian/control
index 312ab3b..20c0c21 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Vcs-Git: https://borta.rrq.id.au/git?p=ralph/overlay-boot.git
 
 Package: overlay-boot
 Architecture: any
-Depends: coreutils, util-linux, mount,
- iproute2, ifupdown, dash
+Depends: coreutils (>=  8.32-4+b1), util-linux (>= 2.36.1-8+devuan2),
+ mount, iproute2, ifupdown, dash
 Description: Admin scripts for running overlay subhosts
  Overlay subhosting uses unshare and chroot for running services within
  independent overlay filesystems, with a common kernel but independent
diff --git a/debian/overlay-boot.lintian-overrides b/debian/overlay-boot.lintian-overrides
new file mode 100644
index 0000000..8a8e71a
--- /dev/null
+++ b/debian/overlay-boot.lintian-overrides
@@ -0,0 +1 @@
+overlay-boot: statically-linked-binary var/lib/overlay-boot/reaper
-- 
2.39.5