From d384d42d4fe43336e544968ac5408866a4e48934 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 23:54:38 +0000 Subject: [PATCH 1/4] Trim trailing whitespace. Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html --- debian/changelog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc3cc56..0547ed7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lightdm-gtk-greeter (2.0.7-2) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + + -- Debian Janitor Thu, 16 Jan 2020 23:54:28 +0000 + lightdm-gtk-greeter (2.0.7-1) unstable; urgency=medium * d/control: update dh compat level to 12 @@ -87,7 +93,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 @@ -186,7 +192,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 a62c830197bc2d53c2374a0debc3f5d7487f947a Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 23:55:03 +0000 Subject: [PATCH 2/4] Bump debhelper from old 10 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 | 1 + debian/compat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0547ed7..1968a9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lightdm-gtk-greeter (2.0.7-2) UNRELEASED; urgency=medium * Trim trailing whitespace. + * Bump debhelper from old 10 to 12. -- Debian Janitor Thu, 16 Jan 2020 23:54:28 +0000 diff --git a/debian/compat b/debian/compat index f599e28..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +12 -- GitLab From 47ec70ec325efebbe4e2fff5af11d85a7ca89a38 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 23:55:27 +0000 Subject: [PATCH 3/4] Set debhelper-compat version in Build-Depends. Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 1968a9e..0c289c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lightdm-gtk-greeter (2.0.7-2) UNRELEASED; urgency=medium * Trim trailing whitespace. * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Thu, 16 Jan 2020 23:54:28 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index cd322f3..55e427f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez -Build-Depends: debhelper (>= 12), +Build-Depends: debhelper-compat (= 12), exo-utils, intltool, libgtk-3-dev, -- GitLab From 9e8105f2e58e298a662b2ec39f332722ef463d94 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 23:55:54 +0000 Subject: [PATCH 4/4] Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure), Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.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 0c289c9..8591f5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ lightdm-gtk-greeter (2.0.7-2) UNRELEASED; urgency=medium * Trim trailing whitespace. * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit (from + ./configure), Repository, Repository-Browse. -- Debian Janitor Thu, 16 Jan 2020 23:54:28 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..6f05652 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://bugs.launchpad.net/lightdm-gtk-greeter +Bug-Submit: https://launchpad.net/lightdm-gtk-greeter +Repository: https://code.launchpad.net/lightdm-gtk-greeter +Repository-Browse: https://code.launchpad.net/lightdm-gtk-greeter -- GitLab