From a466ab4e4415d803d59b69507ef624abbf80f41a Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 18 Jan 2020 20:48:28 +0000 Subject: [PATCH] [Minor] Debian: remove unnecessary packages dh-systemd is a transitional package and moved into debhelper, so remove it. This is supported since Debian Stretch. This change has to be reversed if Debian Jessie or Ubuntu Xenial have to be supported. --- debian/control | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 02971e344..ab2614cb2 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,7 @@ Section: mail Priority: extra Maintainer: Mikhail Gusarov Build-Depends: cmake, - debhelper (>= 9), - dh-systemd, - dpkg-dev (>= 1.16.1~), + debhelper (>= 10), libcurl4-openssl-dev, libglib2.0-dev (>= 2.16.0), libhyperscan-dev [amd64 i386], -- 2.39.5