Skip to content

Commit 1de39b0

Browse files
authored
Fix debian/changelog format for 2.7.1 entry
The 2.7.1 entry had two problems: - The date was on the same line as the header (after urgency=medium), which violates deb-changelog(5) and triggered "bad key-value after ';'". - The 2.7.1 block had no trailer line ( -- Maintainer Date), so the parser hit the next entry and reported "found start of entry where expected more change data or trailer". Correct format: header line contains only "package (version) dist; urgency=urgency", then change lines, then a blank line, then the trailer " -- Name <email> Day, DD Mon YYYY HH:MM:SS +ZZZZ".
1 parent a3540d3 commit 1de39b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
amazon-ec2-net-utils (2.7.1) unstable; urgency=medium Fri, 19 Sep 2025 22:46:33 +0000
1+
amazon-ec2-net-utils (2.7.1) unstable; urgency=medium
22

33
* New upstream release 2.7.1
44

5+
-- Joe Kurokawa <joekurok@amazon.com> Fri, 19 Sep 2025 22:46:33 +0000
6+
57
amazon-ec2-net-utils (2.7.0) unstable; urgency=medium
68

79
* New upstream release 2.7.0

0 commit comments

Comments
 (0)