From 5ac8cd7be2513494bba9b7e8fcd2eab9a0ed74a0 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Thu, 13 Jun 2024 16:18:20 +0200 Subject: [PATCH 1/4] Fix invalid changelog footers --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 748a1ae..f508237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,13 +2,13 @@ ec2-instance-connect (1.1.19) xenial; urgency=high * Remove hostkey harvesting. - -- Vishrutha Konappa Reddy Wed, Jul 9 2022 17:30:00 -0400 + -- Vishrutha Konappa Reddy Sat, 9 Jul 2022 17:30:00 -0400 ec2-instance-connect (1.1.18) xenial; urgency=high * Update curl command to not fail silently on HTTP server error. - -- Vishrutha Konappa Reddy Thu, Jun 9 2022 14:30:00 -0400 + -- Vishrutha Konappa Reddy Thu, 9 Jun 2022 14:30:00 -0400 ec2-instance-connect (1.1.17) xenial; urgency=high @@ -16,14 +16,14 @@ ec2-instance-connect (1.1.17) xenial; urgency=high * Only verify CA certificates that aren't already trusted in /etc/ssl/certs. * OpenSSL 3.0.2 also changes the formatting of the SHA1 fingerprint of an x509 certificate. Switch to a case insensitive match to be backwards and forwards compatible between OpenSSL versions. - -- Jacob Meisler Mon, May 9 2022 12:30:00 -0400 + -- Jacob Meisler Mon, 9 May 2022 12:30:00 -0400 ec2-instance-connect (1.1.15) xenial; urgency=high * Change EIC Hostkeys Harvesting to be asynchronous from SSHD to improve instance boot time * Rename and enable ec2-instance-connect-harvest-hostkeys.service. Remove pointer to old ec2-instance-connect.service. - -- Vishrutha Konappa Reddy Thu, Sep 9 2021 12:50:55 -0400 + -- Vishrutha Konappa Reddy Thu, 9 Sep 2021 12:50:55 -0400 ec2-instance-connect (1.1.14) xenial; urgency=high From 2ba3106814999270611174546c2fd61309b4a8ec Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Thu, 13 Jun 2024 16:16:40 +0200 Subject: [PATCH 2/4] Update compatibility and standards --- debian/compat | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index f11c82a..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 \ No newline at end of file +12 diff --git a/debian/control b/debian/control index e3497e0..7dea605 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: ec2-instance-connect Section: net Priority: optional -Standards-Version: 4.1.4 +Standards-Version: 4.6.1 Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Daniel Anderson -Build-Depends: debhelper (>= 10) +Build-Depends: debhelper (>= 12) Package: ec2-instance-connect Architecture: all From 3a586c1279b1ddd2b940fc88c9aabd17d912f9c5 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Thu, 13 Jun 2024 16:19:01 +0200 Subject: [PATCH 3/4] Remove obsolete dh flag --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 89ff1a7..a1b7060 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ #DH_VERBOSE=1 %: - dh $@ --with systemd + dh $@ From f7d23757a5f1c3cf12e1b56751af7481f87b5b64 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Thu, 13 Jun 2024 16:34:27 +0200 Subject: [PATCH 4/4] Fix maintainer --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7dea605..9cab73f 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: ec2-instance-connect Section: net Priority: optional Standards-Version: 4.6.1 -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Daniel Anderson +Maintainer: Daniel Anderson Build-Depends: debhelper (>= 12) Package: ec2-instance-connect