From 68110f4e6e33b9a30784054706004f56c3468ad5 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 24 Aug 2021 04:07:23 +0000 Subject: [PATCH 1/2] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 407196e..62f24e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lightdm-gtk-greeter-settings (1.2.2-5) UNRELEASED; urgency=medium + + * Update watch file format version to 4. + + -- Debian Janitor Tue, 24 Aug 2021 04:07:23 -0000 + lightdm-gtk-greeter-settings (1.2.2-4) unstable; urgency=medium [ Debian Janitor ] diff --git a/debian/watch b/debian/watch index 27049aa..6df6f59 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://launchpad.net/lightdm-gtk-greeter-settings/+download .*/lightdm-gtk-greeter-settings-([0-9.]+)\.tar\.gz -- GitLab From 4672f015e70bdede5a377e2fb4e97096e7e0bd40 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 24 Aug 2021 04:07:24 +0000 Subject: [PATCH 2/2] Update standards version to 4.5.1, no changes needed. Changes-By: lintian-brush 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 62f24e6..14baabc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lightdm-gtk-greeter-settings (1.2.2-5) UNRELEASED; urgency=medium * Update watch file format version to 4. + * Update standards version to 4.5.1, no changes needed. -- Debian Janitor Tue, 24 Aug 2021 04:07:23 -0000 diff --git a/debian/control b/debian/control index 866f91c..f6c67d0 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12), python-gi-dev, python3, python3-distutils-extra (>= 2.18), -Standards-Version: 4.4.1 +Standards-Version: 4.5.1 Homepage: https://launchpad.net/lightdm-gtk-greeter-settings Vcs-Git: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter-settings.git Vcs-Browser: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter-settings -- GitLab