From cc5e42b653d0212d797a0754fb42712718cef5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Oct 2022 10:56:46 +0100 Subject: d/control: Add Pre-Depends: --- debian/changelog | 2 ++ debian/compat | 2 -- debian/control | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 debian/compat (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5f1098d..1d2ed5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ downtimed (1.0-3) UNRELEASED; urgency=medium * Switch to debhelper-compat: - debian/control: change to debhelper-compat (=13) - remove debian/compat + * debian/control: + - Add Pre-Depends: ${misc:Pre-Depends}. -- Jörg Frings-Fürst Sun, 30 Oct 2022 10:34:30 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 9f1d48e..0000000 --- a/debian/compat +++ /dev/null @@ -1,2 +0,0 @@ -11 - diff --git a/debian/control b/debian/control index 08899b0..b61b9dd 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14) +Pre-Depends: + ${misc:Pre-Depends} Description: monitor of downtime, shutdown, and crashes Downtimed is a daemon intended to monitor and record the times an operating system is non-functional. It does this by keeping -- cgit v1.2.3