<div dir="ltr"><div>Background to explain the reasoning behind the change 2/7:</div><div><br></div><div>Commits:</div><div>944a3c7 * d/rules: Make override_dh_strip a nop.</div><div>b7754fe changelog: d/rules: Make override_dh_strip a nop</div><div><br></div><div>The (to be enabled in a later commit in this series) plugin "integrity-test"</div><div>provides a useful extra feature for the cautious strongswan admin.</div><div>It stores checksums of its libraries and can check non-malicious errors to</div><div>avoid accidentially loading bad libraries.</div><div>See <a href="https://wiki.strongswan.org/projects/strongswan/wiki/IntegrityTest">https://wiki.strongswan.org/projects/strongswan/wiki/IntegrityTest</a> for</div><div>more.</div><div><br></div><div>It is an experimental feature, but out there for a while and was enabled in</div><div>Ubuntu per user request, so I assume it has its use in the field.</div><div><br></div><div>To be able to do so it stores the checksums as part of the build process.</div><div>But to match those sums later on the build is not allowed to strip the plugins.</div><div>That is listed in the "conflicts" section of the Wiki page.</div><div><br></div><div>Therefore override "override_dh_strip:" with a comment that explains why strip</div><div>is skipped.</div>​</div>