From d5ee5722d253125c76ae574b5bc32b22613129b7 Mon Sep 17 00:00:00 2001
From: Debian Janitor <janitor@jelmer.uk>
Date: Thu, 22 Dec 2022 12:24:33 +0000
Subject: [PATCH 1/3] Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
---
 debian/rules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index abde6ef..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,3 @@
 
 %:
 	dh $@
-
-- 
GitLab


From 77f3829b8f337681746f5c8fd91a168b36dd303b Mon Sep 17 00:00:00 2001
From: Debian Janitor <janitor@jelmer.uk>
Date: Thu, 22 Dec 2022 12:24:34 +0000
Subject: [PATCH 2/3] Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 64bb26c..b1e1b7c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
 Standards-Version: 4.6.0
 Vcs-Git: https://salsa.debian.org/java-team/libokhttp-signpost-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libokhttp-signpost-java
-Homepage: http://github.com/pakerfeldt/okhttp-signpost/
+Homepage: https://github.com/pakerfeldt/okhttp-signpost/
 
 Package: libokhttp-signpost-java
 Architecture: all
-- 
GitLab


From f5756629480824800c010ad0d162844298a5906e Mon Sep 17 00:00:00 2001
From: Debian Janitor <janitor@jelmer.uk>
Date: Thu, 22 Dec 2022 12:24:36 +0000
Subject: [PATCH 3/3] 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 b1e1b7c..3e05173 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  liboauth-signpost-java (>= 1.2.1.2),
  libokhttp-java,
  maven-debian-helper (>= 2.6)
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/java-team/libokhttp-signpost-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libokhttp-signpost-java
 Homepage: https://github.com/pakerfeldt/okhttp-signpost/
-- 
GitLab