From 7e0b1e917ceca1645fe8ec64a560d5d1e292b784 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sep 08 2020 02:30:25 +0000 Subject: Fix lintian error: no build-depends for dh-exec Signed-off-by: Al Stone --- diff --git a/debian/changelog b/debian/changelog index 73ac0b2..7068e26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ rasdaemon (0.6.6-2) UNRELEASED; urgency=medium * Include merge request to fix systemctl start up. Closes: #966698 + * Fix lintian error: no build-depend for dh-exec -- Al Stone Mon, 07 Sep 2020 20:21:06 -0600 diff --git a/debian/control b/debian/control index 1da61ce..5e0e35d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Al Stone Build-Depends: debhelper (>= 12), quilt, libsqlite3-dev, libgettextpo-dev, - autoconf + autoconf, dh-exec Standards-Version: 4.5.0 Homepage: https://github.com/mchehab/rasdaemon Vcs-Git: https://salsa.debian.org/ahs3/rasdaemon