Commit 1de39b0
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
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments