From 939e3d6ac57a88991c68e2e22f0b91ba0a94c25f Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 29 Aug 2021 01:12:15 +0000 Subject: [PATCH 1/2] Bump debhelper from old 11 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 48b1d36..a8d0770 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 (= 13), puredata-dev | puredata (<< 0.43), pd-lib-builder, Standards-Version: 4.2.1 -- GitLab From 55f8373576eeb2e5f1b753b5fc4c7b0eab9cd8fd Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 29 Aug 2021 01:12:17 +0000 Subject: [PATCH 2/2] Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html --- debian/upstream/metadata | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..fffc039 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/MetaluNet/moonlib/issues +Bug-Submit: https://github.com/MetaluNet/moonlib/issues/new +Repository: https://github.com/MetaluNet/moonlib.git +Repository-Browse: https://github.com/MetaluNet/moonlib -- GitLab