From 55f0155d009bd2219eb30a0453fdb41b7560314c Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sat, 10 Jul 2021 14:44:33 +0000
Subject: [PATCH 1/4] Upgrade to newer source format 3.0 (native).

Changes-By: lintian-brush
Fixes: lintian: missing-debian-source-format
See-also: https://lintian.debian.org/tags/missing-debian-source-format.html
Fixes: lintian: older-source-format
See-also: https://lintian.debian.org/tags/older-source-format.html
---
 debian/source/format | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 debian/source/format

diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
-- 
GitLab


From 01a6b5f306dd9780ea7c93bfca010fbd13e564bd Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sat, 10 Jul 2021 14:44:33 +0000
Subject: [PATCH 2/4] Bump debhelper dependency to >= 13, since that's what is
 used in debian/compat.

Changes-By: lintian-brush
Fixes: lintian: package-lacks-versioned-build-depends-on-debhelper
See-also: https://lintian.debian.org/tags/package-lacks-versioned-build-depends-on-debhelper.html
Fixes: lintian: package-needs-versioned-debhelper-build-depends
See-also: https://lintian.debian.org/tags/package-needs-versioned-debhelper-build-depends.html
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 92c5abf..7c14c59 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gitlab-deps
 Section: net
 Priority: extra
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>= 11), dh-python, python3,
+Build-Depends: debhelper (>= 13~), dh-python, python3,
 Standards-Version: 4.1.3
 
 Package: gitlab-deps
-- 
GitLab


From b27ff9dc665edf017273d8b6f230e06baeb4e5de Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sat, 10 Jul 2021 14:44:33 +0000
Subject: [PATCH 3/4] 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 b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 7c14c59..5d50e31 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gitlab-deps
 Section: net
 Priority: extra
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>= 13~), dh-python, python3,
+Build-Depends: debhelper-compat (= 13), dh-python, python3,
 Standards-Version: 4.1.3
 
 Package: gitlab-deps
-- 
GitLab


From 8ec118963abacef13ffede11cd86465d411425da Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sat, 10 Jul 2021 14:44:33 +0000
Subject: [PATCH 4/4] Change priority extra to priority optional.

Changes-By: lintian-brush
Fixes: lintian: priority-extra-is-replaced-by-priority-optional
See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5d50e31..37a4504 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: gitlab-deps
 Section: net
-Priority: extra
+Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
 Build-Depends: debhelper-compat (= 13), dh-python, python3,
 Standards-Version: 4.1.3
-- 
GitLab