From d37c17f15663c749056738322d7a113d22459fec Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 09:06:33 +0000 Subject: [PATCH 1/3] Trim trailing whitespace. Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html --- debian/changelog | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 71462fe..21cec40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ lightdm (1.26.0-7) UNRELEASED; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + * Trim trailing whitespace. -- Yves-Alexis Perez Sun, 24 Nov 2019 18:38:08 +0100 @@ -127,8 +128,8 @@ lightdm (1.18.3-3) unstable; urgency=medium - replace libgcrypt11-dev by libgcrypt20-dev. closes: #864121 - update standards version to 4.0.0. - move gir1.2-lightdm-1 to section introspection. - - add dependency on gir1.2-lightdm-1 to liblightdm-gobject-dev. - - add dependency on ${gir:Depends} to gir1.2-lightdm-1. + - add dependency on gir1.2-lightdm-1 to liblightdm-gobject-dev. + - add dependency on ${gir:Depends} to gir1.2-lightdm-1. -- Yves-Alexis Perez Sun, 18 Jun 2017 19:46:04 +0200 @@ -191,7 +192,7 @@ lightdm (1.18.2-1) unstable; urgency=medium * New upstream bugfix release. * debian/control: - update standards version to 3.9.8. - - run wrap-and-sort + - run wrap-and-sort -- Yves-Alexis Perez Tue, 28 Jun 2016 21:43:15 +0200 @@ -216,7 +217,7 @@ lightdm (1.16.7-1) unstable; urgency=medium * debian/control: - make libaudit-dev build-dep linux-only, fix FTBFS on !linux. closes: #815343 - - update standards version to 3.9.7. + - update standards version to 3.9.7. -- Yves-Alexis Perez Mon, 22 Feb 2016 13:20:36 +0100 @@ -643,7 +644,7 @@ lightdm (1.4.0-1) experimental; urgency=low - add build-dep on itstool. * debian/lightdm.install: - stop installing lightdm upstart script since it's broken. closes: #679409 - - install /u/s/help.* + - install /u/s/help.* - install PAM files * debian/rules: - stop installing own PAM files. @@ -858,7 +859,7 @@ lightdm (0.9.6-1) unstable; urgency=low * debian/patches: - 01_set-default-path, 02_default-config, 03_quit-plymouth, 04_default-gtk-greeter-config refreshed. - - 05_always-export-XAUTHORITY dropped, included upstream. + - 05_always-export-XAUTHORITY dropped, included upstream. - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm to the PATH, it's ugly. * debian/rules: -- GitLab From b7ea2e671298db2c351f3b8239290f3bbdd6cf17 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 09:06:58 +0000 Subject: [PATCH 2/3] Bump debhelper from old 11 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/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 21cec40..7609e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ lightdm (1.26.0-7) UNRELEASED; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. * Trim trailing whitespace. + * Bump debhelper from old 11 to 12. -- Yves-Alexis Perez Sun, 24 Nov 2019 18:38:08 +0100 diff --git a/debian/control b/debian/control index 89449dc..e1cb097 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-compat (= 11), +Build-Depends: debhelper-compat (= 12), dpkg-dev (>= 1.16.1), gobject-introspection, gtk-doc-tools, -- GitLab From 18603c4606efbfe91fd6c4aea45ff2b634cc0d58 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 16 Jan 2020 09:07:26 +0000 Subject: [PATCH 3/3] 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 --- 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 7609e6b..ae24efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ lightdm (1.26.0-7) UNRELEASED; urgency=medium * Apply multi-arch hints. * Trim trailing whitespace. * Bump debhelper from old 11 to 12. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. -- Yves-Alexis Perez Sun, 24 Nov 2019 18:38:08 +0100 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..2624b8d --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://bugs.launchpad.net/lightdm +Bug-Submit: https://bugs.launchpad.net/lightdm/+filebug +Repository: https://github.com/CanonicalLtd/lightdm.git +Repository-Browse: https://github.com/CanonicalLtd/lightdm -- GitLab