<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hello.</p>
<p>Just in case it helps while you are updating several packages, a more intrusive suggestion is attached, mostly replacing the shell loop with a Make loop. Compared to the current debian/rules in (for example) kitinerary,</p>
<p>+ everything is visible in the log, especially the value of the substitution variable</p>
<p>+ the build stops on first error (errors in shell lines before the last semi-colon do not interrupt Make)</p>
<p>+ running override_dh_makeshlibs twice in a row will not add the substitution variable again and again.  This may be convenient when trying again an interrupted build for example.</p>
<p>+ debian/rules -n override_dh_makeshlibs     allows one to check that all versions are correctly computed</p>
<p>+? \s* is removed from the regex removing abi[0-9]\+ (it seems unnecessary, but you may want to restore it if I am issing something)</p>
<p>I hope that you will be able to reuse some of these ideas.</p>
</body></html>