From b3d72bc8fe485c27b2027c18c1f01c804132ef6d Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 16 Jul 2023 00:39:50 +1200 Subject: [PATCH] Build deps for running tests --- debian/changelog | 1 + debian/control | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd5436d..12d20f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mythtv-status (1.0.2-1) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2 (no changes). * Change d/rules to use dh sequencer. * Refresh lintian overrides. + * Add build deps for running tests. -- Andrew Ruthven Sun, 06 Dec 2020 22:51:12 +1300 diff --git a/debian/control b/debian/control index 0cdbcbd..f58f423 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,14 @@ Source: mythtv-status Section: misc Priority: optional Maintainer: Andrew Ruthven -Build-Depends: debhelper-compat (= 13), po-debconf +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: + libdate-manip-perl , + libmime-tools-perl , + libwww-perl , + libxml-libxml-perl , + perl, + po-debconf, Standards-Version: 4.6.2 Homepage: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html Vcs-Git: http://git.etc.gen.nz/mythtv-status.git -- 2.30.2