diff -Nru nftables-1.0.2/debian/changelog nftables-1.0.2/debian/changelog --- nftables-1.0.2/debian/changelog 2022-03-23 22:07:03.000000000 +1030 +++ nftables-1.0.2/debian/changelog 2022-08-10 15:06:29.000000000 +0930 @@ -1,3 +1,9 @@ +nftables (1.0.2-1ubuntu3) jammy; urgency=medium + + * d/rules: ensure systemd service is restarted after upgrade (LP: #1984043) + + -- Alex Murray Wed, 10 Aug 2022 15:06:29 +0930 + nftables (1.0.2-1ubuntu2) jammy; urgency=medium * Fix version map usage and symbols file (LP: 1965464) diff -Nru nftables-1.0.2/debian/rules nftables-1.0.2/debian/rules --- nftables-1.0.2/debian/rules 2022-03-23 21:58:58.000000000 +1030 +++ nftables-1.0.2/debian/rules 2022-08-10 15:06:29.000000000 +0930 @@ -19,7 +19,7 @@ chmod a+x debian/nftables/etc/nftables.conf override_dh_installsystemd: - dh_installsystemd --no-enable --no-start + dh_installsystemd --no-enable --no-start --restart-after-upgrade override_dh_installinit: # dh_installinit will try to mess with /etc/init.d/nftables in