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 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..9cab73f 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: ec2-instance-connect Section: net Priority: optional -Standards-Version: 4.1.4 -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Daniel Anderson -Build-Depends: debhelper (>= 10) +Standards-Version: 4.6.1 +Maintainer: Daniel Anderson +Build-Depends: debhelper (>= 12) Package: ec2-instance-connect Architecture: all 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 $@