From f3959f0e45c15b397024572a059945a6cbc340f3 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 24 Feb 2020 10:37:33 +0000 Subject: [PATCH 1/2] Bump debhelper from old 11 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 d13db4d..4f04691 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pd-libdir (1.11-5) UNRELEASED; urgency=medium + + * Bump debhelper from old 11 to 12. + + -- Debian Janitor Mon, 24 Feb 2020 10:37:21 +0000 + pd-libdir (1.11-4) unstable; urgency=medium * Switched to system-provided Makefile.pdlibbuilder diff --git a/debian/control b/debian/control index ccf3b4f..637d7e2 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: - debhelper-compat (= 11), + debhelper-compat (= 12), puredata-dev | puredata (<< 0.43), pd-lib-builder, Standards-Version: 4.1.3 -- GitLab From f6510c344c094e938a3f1a982ba3ea570059a2d0 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 24 Feb 2020 10:38:09 +0000 Subject: [PATCH 2/2] Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html --- debian/changelog | 2 ++ debian/upstream/metadata | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 4f04691..1103443 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ pd-libdir (1.11-5) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 12. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. -- Debian Janitor Mon, 24 Feb 2020 10:37:21 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..b19deb2 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/pure-data/libdir/issues +Bug-Submit: https://github.com/pure-data/libdir/issues/new +Repository: https://github.com/pure-data/libdir.git +Repository-Browse: https://github.com/pure-data/libdir -- GitLab