From f190f7a31c342c0764bdc841604adc511fac5651 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 17 Apr 2020 08:35:05 +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 41256d7..9067de2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pd-csound (2:1.01.0-2) UNRELEASED; urgency=medium + + * Bump debhelper from old 11 to 12. + + -- Debian Janitor Fri, 17 Apr 2020 08:34:52 +0000 + pd-csound (2:1.01.0-1) unstable; urgency=medium * Initial release. (Closes: #915553) diff --git a/debian/control b/debian/control index 4bbbd06..8831028 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), cmake, libcsound64-dev, puredata-dev | puredata (<< 0.43), -- GitLab From 24d07a974d0968ab44fdf978190b97b58e197429 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 17 Apr 2020 08:35:40 +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 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/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 9067de2..976fdc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ pd-csound (2:1.01.0-2) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 12. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. -- Debian Janitor Fri, 17 Apr 2020 08:34:52 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..e109f3b --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/csound/csound_pd/issues +Bug-Submit: https://github.com/csound/csound_pd/issues/new +Repository: https://github.com/csound/csound_pd.git +Repository-Browse: https://github.com/csound/csound_pd -- GitLab