<div dir="ltr"><div>Background to explain the reasoning behind the change 1/7:</div><div><br></div><div>Commits:</div><div>0733afe * d/rules: Reorganize to ease maintenance</div><div>be360c3 changelog: d/rules: Reorganize to ease maintenance</div><div>45adecc * d/control: Wrap and sort to ease maintenance</div><div>00bcdba changelog: d/control: Wrap and sort to ease maintenance</div><div><br></div><div>Background:</div><div>Diffs to the enabling / disabling options turned out to be very noisy.</div><div>That is due to multiple options being on one line, so a diff can easily be</div><div>misread.</div><div>Is it adding something, or removing - or actually chaning.</div><div><br></div><div>A common recommendation to avoid this issue is to have the entries</div><div>"one-per-line" (to avoid the diff noise) and sorted (to avoid duplicates by</div><div>adding e.g. at the bottom while being already at the top).</div><div><br></div><div>Ubuntu did have the diff of 0733afe this as a Delta to d/rules for quite a</div><div>while - and the change is purely cosmetical and should have no</div><div>functional impact, but helps maintenance.</div><div><br></div><div>The same applies to most files in debian/*. It is such a common need that<br></div><div>there is actually a Tool which does most of that for you "wrap and sort".</div><div>I realized while explaining we should add that right away as well,</div><div>so this 6872c7c is fixing up d/control by using that tool.</div>​</div>