From e54d4986e762df91f6ab6a0621c79bb18f71497c Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 25 Dec 2019 08:22:56 +0000 Subject: [PATCH 1/3] Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. --- debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 641bfe3..4e84303 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +light-locker (1.8.0-4) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + + -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 + light-locker (1.8.0-3) unstable; urgency=medium * d/patches: fallback to XDG_SESSION_ID if sd_session_id is NULL @@ -54,7 +60,7 @@ light-locker (1.7.0-3) unstable; urgency=medium [ Yves-Alexis Perez ] * debian/control: - Make libsystemd-dev build-dep linux-any, fix builds on non Linux - arches. thanks Steven Chamberlain. closes: #816328 + arches. thanks Steven Chamberlain. closes: #816328 -- Yves-Alexis Perez Fri, 04 Mar 2016 15:41:38 +0100 -- GitLab From 4bb617a928c3f8ea7cd576dc0249040667030f35 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 25 Dec 2019 08:23:20 +0000 Subject: [PATCH 2/3] Set upstream metadata fields: Bug-Database, Repository, Repository-Browse. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. --- debian/changelog | 2 ++ debian/upstream/metadata | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 4e84303..4e450f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ light-locker (1.8.0-4) UNRELEASED; urgency=medium * Trim trailing whitespace. + * Set upstream metadata fields: Bug-Database, Repository, Repository- + Browse. -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..50ca473 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,3 @@ +Bug-Database: https://github.com/the-cavalry/light-locker/issues +Repository: https://github.com/the-cavalry/light-locker.git +Repository-Browse: https://github.com/the-cavalry/light-locker -- GitLab From 1a7e3ddd4fb4f9f4e10b0fce0fab40eeaa2197f5 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 25 Dec 2019 08:23:42 +0000 Subject: [PATCH 3/3] Update standards version to 4.4.1, no changes needed. Fixes lintian: out-of-date-standards-version See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e450f9..3aed3b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ light-locker (1.8.0-4) UNRELEASED; urgency=medium * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. + * Update standards version to 4.4.1, no changes needed. -- Debian Janitor Wed, 25 Dec 2019 08:22:47 +0000 diff --git a/debian/control b/debian/control index 5dc7c0a..58a4aed 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.3.0 +Standards-Version: 4.4.1 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