From 3ec679b8d34a896c185b78216ea8377f5244afed Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:12:44 +0000 Subject: [PATCH 1/7] Bump debhelper from old 12 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 48082f72..b1bd38b6 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -12 +13 diff --git a/debian/control b/debian/control index c73a50ec..6cbc7cd3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Markus Teich Uploaders: Rudolf Polzer -Build-Depends: debhelper (>= 12), +Build-Depends: debhelper (>= 13~), libc6, libpam-dev, libx11-dev, From c81c35ac3b2451ac45c505de933ebc33d161a1ee Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:12:44 +0000 Subject: [PATCH 2/7] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b6..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index 6cbc7cd3..bd47167b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Markus Teich Uploaders: Rudolf Polzer -Build-Depends: debhelper (>= 13~), +Build-Depends: debhelper-compat (= 13), libc6, libpam-dev, libx11-dev, From 2f152ee05d1603f71ceb851c6afee594a24d2fa2 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:12:50 +0000 Subject: [PATCH 3/7] Set upstream metadata fields: Bug-Database, 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 --- debian/upstream/metadata | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 00000000..b8db33c1 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,3 @@ +--- +Bug-Database: https://github.com/google/xsecurelock/issues +Repository-Browse: https://github.com/google/xsecurelock From e743d9668c9ddd05ba1af935ef156ce4382c8b61 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:12:50 +0000 Subject: [PATCH 4/7] Drop unnecessary dependency on dh-autoreconf. Changes-By: lintian-brush --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 22fa5c7b..8fd504a3 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ From 799d7cc362853b726d6b775db12e826b989f404b Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:12:50 +0000 Subject: [PATCH 5/7] Update standards version to 4.6.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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bd47167b..8bc4969b 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13), libxss-dev, pandoc, x11proto-core-dev -Standards-Version: 4.3.0 +Standards-Version: 4.6.1 Homepage: https://github.com/google/xsecurelock Vcs-Browser: https://github.com/google/xsecurelock/tree/debian Vcs-Git: https://github.com/google/xsecurelock.git -b debian From e44a80a725614e83307e2fba50660d6c50812c53 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 31 Jan 2023 16:07:33 +0000 Subject: [PATCH 6/7] Set upstream metadata fields: Bug-Submit, Repository. Changes-By: lintian-brush 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/upstream/metadata | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/upstream/metadata b/debian/upstream/metadata index b8db33c1..ef5773ac 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,3 +1,5 @@ --- Bug-Database: https://github.com/google/xsecurelock/issues +Bug-Submit: https://github.com/google/xsecurelock/issues/new +Repository: https://github.com/google/xsecurelock.git Repository-Browse: https://github.com/google/xsecurelock From 5f648f5164ecdadf76bda666bb69eea71da194d8 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 31 Jan 2023 16:07:35 +0000 Subject: [PATCH 7/7] Update standards version to 4.6.2, 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8bc4969b..afb11df3 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13), libxss-dev, pandoc, x11proto-core-dev -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Homepage: https://github.com/google/xsecurelock Vcs-Browser: https://github.com/google/xsecurelock/tree/debian Vcs-Git: https://github.com/google/xsecurelock.git -b debian