From c8c1502b3bfae5ce561a5abb15ee04c8c78f431c Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 14 Feb 2021 11:57:35 +1300 Subject: [PATCH] Ensure that init-system-helpers is available at installation time --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3b139a2..d61889b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ mythtv-status (1.0.2-1) unstable; urgency=medium * Add upstream/metadata file. * Update standards version to 4.5.1 and debhelper to 13. * Update debian/watch to ver 4. + * Add a Pre-Depends so init-system-helpers is available. -- Andrew Ruthven Sun, 06 Dec 2020 22:51:12 +1300 diff --git a/debian/control b/debian/control index 95c4b34..1bf8914 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Vcs-Browser: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?p=mythtv-status.git;a=summ Package: mythtv-status Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libxml-libxml-perl, libdate-manip-perl, libmime-tools-perl, lsb-base (>= 3.0-6) +Pre-Depends: ${misc:Pre-Depends} Suggests: molly-guard (>= 0.4), libconfig-auto-perl Recommends: libmythtv-perl, libnet-upnp-perl, libsys-sigaction-perl Description: Show the status of a MythTV backend -- 2.30.2