From cf085c07b3a809cacde92c2a4abf58c9ea849854 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 22 Jun 2020 02:28:17 +0000 Subject: [PATCH 1/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 | 7 +++++++ debian/upstream/metadata | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index a27300c..05596f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jsusfx (0.4.0-3) UNRELEASED; urgency=low + + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Debian Janitor Mon, 22 Jun 2020 02:28:00 -0000 + jsusfx (0.4.0-2) unstable; urgency=medium * Build portable binaries on non-amd64 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..2cfa043 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/asb2m10/jsusfx/issues +Bug-Submit: https://github.com/asb2m10/jsusfx/issues/new +Repository: https://github.com/asb2m10/jsusfx.git +Repository-Browse: https://github.com/asb2m10/jsusfx -- GitLab From 388c85c1df03eebc77e43e8f63436da3591c5a5d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 22 Jun 2020 02:29:00 +0000 Subject: [PATCH 2/2] Update standards version to 4.5.0, no changes needed. Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 05596f0..a6829aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jsusfx (0.4.0-3) UNRELEASED; urgency=low * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Update standards version to 4.5.0, no changes needed. -- Debian Janitor Mon, 22 Jun 2020 02:28:00 -0000 diff --git a/debian/control b/debian/control index a7df0eb..01b6855 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: pd.build-cmake-module, php-cli [amd64], nasm [amd64], -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/asb2m10/jsusfx Vcs-Git: https://salsa.debian.org/multimedia-team/pd/jsusfx.git -- GitLab