From 8c11c899d13ae202beedc58bb92aa32c27cf7aaf Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 28 Apr 2020 17:57:35 -0500 Subject: [PATCH] debhelper -> debhelper-compat. --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index ad42480..75132a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libqtxdg (3.5.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. - Update upstream signing key. * Bump Standards-version to 4.5.0, no changes needed. + * debhelper -> debhelper-compat. -- Simon Quigley Tue, 28 Apr 2020 17:55:01 -0500 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 78541dc..3b0fc20 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Alf Gaida , Section: libs Priority: optional Build-Depends: cmake, - debhelper (>= 12), + debhelper-compat (= 12), libmagic-dev, libqt5svg5-dev, lxqt-build-tools (>= 0.6.0),