From b5fef53014dcfd364e4c2084b85ca650cf02fa27 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 25 Mar 2020 19:15:31 +0000 Subject: [PATCH 1/2] Bump debhelper from old 9 to 12. Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 858c64e..62095ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kodi-pvr-hts (4.4.20-2) UNRELEASED; urgency=medium + + * Bump debhelper from old 9 to 12. + + -- Debian Janitor Wed, 25 Mar 2020 19:15:19 +0000 + kodi-pvr-hts (4.4.20-1) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 42e75a7..13d0ec9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Section: video Maintainer: Debian Multimedia Maintainers Uploaders: Tobias Grimm -Build-Depends: debhelper-compat (= 9), +Build-Depends: debhelper-compat (= 12), cmake, libkodiplatform-dev (>= 20180302), libp8-platform-dev, -- GitLab From 6799be8ff2fb58599ed5496febf4780cbf8e2f5a Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 25 Mar 2020 19:16:01 +0000 Subject: [PATCH 2/2] Set upstream metadata fields: Bug-Database, Bug-Submit. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html --- debian/changelog | 1 + debian/upstream/metadata | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 62095ce..f7e1340 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ kodi-pvr-hts (4.4.20-2) UNRELEASED; urgency=medium * Bump debhelper from old 9 to 12. + * Set upstream metadata fields: Bug-Database, Bug-Submit. -- Debian Janitor Wed, 25 Mar 2020 19:15:19 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..c640ec8 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,2 @@ +Bug-Database: https://github.com/kodi-pvr/pvr.hts/issues +Bug-Submit: https://github.com/kodi-pvr/pvr.hts/issues/new -- GitLab