Bug#891453: wrap-and-sort: Remove trailing whitespace from d/changelog too

2022-09-06 Thread Akbarkhon Variskhanov
On Tue, 6 Sep 2022 19:10:11 +0500 Akbarkhon Variskhanov wrote: > I suggest a much simpler solution involving the following AWK one-liner: > > awk 'NF' debian/control Nevermind, this destroys the structure of paragraphs. Abort. Still, if it's only trailing newlines that you're concerned about

Bug#891453: wrap-and-sort: Remove trailing whitespace from d/changelog too

2022-09-06 Thread Akbarkhon Variskhanov
I suggest a much simpler solution involving the following AWK one-liner: > awk 'NF' debian/control

Bug#891453: wrap-and-sort: Remove trailing whitespace from d/changelog too

2018-02-25 Thread Mattia Rizzolo
On Sun, Feb 25, 2018 at 12:31:53PM -0500, Jeremy Bicha wrote: > Since wrap-and-sort already removes trailing whitepspace from several > other files, I would appreciate if it would handle debian/changelog > too. I wonder if while doing that it could also learn how to wrap too long changelog lines…

Bug#891453: wrap-and-sort: Remove trailing whitespace from d/changelog too

2018-02-25 Thread Jeremy Bicha
Package: devscripts Version: 2.17.12 Severity: wishlist Now that lintian complains (in pedantic mode) about trailing whitespace in debian/changelog, it would be nice if Debian had an easy tool that a maintainer use to handle this easily and accurately. Since wrap-and-sort already removes