From e2c49f113dce46f2640f779a99ad7cd615b06bc2 Mon Sep 17 00:00:00 2001 From: Scott Kitterman <scott@kitterman.com> Date: Sun, 9 Aug 2020 17:37:53 -0400 Subject: [PATCH] Added misc:Pre-Depends for init-system-helpers (thanks Lintian) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index a9e0f82..15b9d0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dkimpy-milter (1.2.2-1) unstable; urgency=medium * New upstream release * Update debhelper compat to 12 * Bump stnadards-version to 4.5.0 without further change + * Added misc:Pre-Depends for init-system-helpers (thanks Lintian) -- Scott Kitterman <scott@kitterman.com> Sun, 09 Aug 2020 15:26:51 -0400 diff --git a/debian/control b/debian/control index e9f2c13..fe109b7 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/applications/dkimpy-milter Package: dkimpy-milter Architecture: all +Pre-Depends: ${misc:Pre-Depends} Depends: adduser, python3-authres (>= 1.1), python3-dkim (>= 1.0), -- GitLab