Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly format the deb Description field, fix format of changes file. #600

Merged
merged 5 commits into from
Jul 19, 2022

Conversation

aiuto
Copy link
Collaborator

@aiuto aiuto commented Jul 16, 2022

A combination of fixes and then tests for the behavior:

  • Stop text wrapping the description. The "displayer" should do the wrapping.
  • Create the changes "Description" field in the correct format.
  • Do not allow newline in single line fields.
  • Add leading space to continuation lines in multiline fields.

https://www.debian.org/doc/debian-policy/ch-controlfields.html

Fixes: #522

A combination of fixes and then tests for the behavior:
- Stop text wrapping the description. The "displayer" should do the wrapping.
- Create the changes "Description" field in the correct format.
- Do not allow newline in single line fields.
- Add leading space to continuation lines in multiline fields.

https://www.debian.org/doc/debian-policy/ch-controlfields.html

Fixes: bazelbuild#522
@aiuto aiuto merged commit 7f7bcf9 into bazelbuild:main Jul 19, 2022
@aiuto aiuto deleted the i522 branch July 19, 2022 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkg_deb mishandles the description field
3 participants