From 54407ff29ecf89e4bb593b4dac9ae73b0a626b66 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 1 Sep 2020 20:31:36 +0000 Subject: [PATCH 1/2] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 33f60cc..b152f82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ lightdm-gtk-greeter (2.0.8-2) UNRELEASED; urgency=medium + [ ] * Set "orca=reader" in 01_debian.conf + [ Debian Janitor ] + * Trim trailing whitespace. + -- Thu, 16 Jul 2020 00:17:34 -0400 lightdm-gtk-greeter (2.0.8-1) unstable; urgency=medium @@ -103,7 +107,7 @@ lightdm-gtk-greeter (2.0.1-1) unstable; urgency=medium * New upstream release: - fix multiple issues in multi-monitor setup. closes: #785055 - * debian/01_debian.conf: + * debian/01_debian.conf: - add Debian default configuration * debian/rules: - ship Debian configuration in newly supported @@ -202,7 +206,7 @@ lightdm-gtk-greeter (1.7.0-1) experimental; urgency=medium - 05_add-enter-shortcut-switch-login-password-fields dropped, included upstream. -06_support-session-select-before-authentication dropped, included - upstream. + upstream. * debian/control: - update standards version to 3.9.5. -- GitLab From f9ec678401ef3516b9a964323f88bda9c155c0c5 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 1 Sep 2020 20:32:27 +0000 Subject: [PATCH 2/2] Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure), 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/changelog | 2 ++ debian/upstream/metadata | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index b152f82..6a77873 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ lightdm-gtk-greeter (2.0.8-2) UNRELEASED; urgency=medium [ Debian Janitor ] * Trim trailing whitespace. + * Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure), + Repository, Repository-Browse. -- Thu, 16 Jul 2020 00:17:34 -0400 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..0d3df78 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/xubuntu/lightdm-gtk-greeter/issues +Bug-Submit: https://github.com/xubuntu/lightdm-gtk-greeter +Repository: https://github.com/Xubuntu/lightdm-gtk-greeter.git +Repository-Browse: https://github.com/Xubuntu/lightdm-gtk-greeter -- GitLab