From 92671265b2921ed10be385eb0934b50bb8f6e9b6 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 8 May 2020 07:02:26 +0000 Subject: [PATCH 1/3] Set upstream metadata fields: Bug-Submit. Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html --- debian/changelog | 1 + debian/upstream/metadata | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3aed3b9..b1da095 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ light-locker (1.8.0-4) UNRELEASED; urgency=medium * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. * Update standards version to 4.4.1, no changes needed. + * Set upstream metadata fields: Bug-Submit. -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 50ca473..c0864ce 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,3 +1,4 @@ Bug-Database: https://github.com/the-cavalry/light-locker/issues +Bug-Submit: https://github.com/the-cavalry/light-locker/issues/new Repository: https://github.com/the-cavalry/light-locker.git Repository-Browse: https://github.com/the-cavalry/light-locker -- GitLab From c13196ee9473531e17357c9c18fe57ddc766fa2c Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 8 May 2020 07:03:02 +0000 Subject: [PATCH 2/3] Refer to specific version of license GPL-2+. Fixes: lintian: copyright-refers-to-symlink-license See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html Fixes: lintian: copyright-refers-to-versionless-license-file See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b1da095..7db5d06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ light-locker (1.8.0-4) UNRELEASED; urgency=medium Browse. * Update standards version to 4.4.1, no changes needed. * Set upstream metadata fields: Bug-Submit. + * Refer to specific version of license GPL-2+. -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 diff --git a/debian/copyright b/debian/copyright index 80373fd..6ab4842 100644 --- a/debian/copyright +++ b/debian/copyright @@ -54,4 +54,4 @@ License: GPL-2 License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be - found in `/usr/share/common-licenses/GPL'. + found in `/usr/share/common-licenses/GPL-2'. -- GitLab From b68189321325f24050961dd4d524a0158eff142a Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 8 May 2020 07:03:38 +0000 Subject: [PATCH 3/3] 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 7db5d06..5c96667 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ light-locker (1.8.0-4) UNRELEASED; urgency=medium * Update standards version to 4.4.1, no changes needed. * Set upstream metadata fields: Bug-Submit. * Refer to specific version of license GPL-2+. + * Update standards version to 4.5.0, no changes needed. -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 diff --git a/debian/control b/debian/control index 58a4aed..96a52bc 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10), libxss-dev, pkg-config, xfce4-dev-tools -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Homepage: https://github.com/the-cavalry/light-locker/ Vcs-Git: https://salsa.debian.org/xfce-extras-team/light-locker.git Vcs-Browser: https://salsa.debian.org/xfce-extras-team/light-locker -- GitLab