<div dir="ltr">Recompiling and changing *only* the debhelper line in the rules file and compat back to 9 (from 11) gives a working libsnmp-perl package.<div><br></div><div>So, for some reason debhelper compat 11 breaks this perl module.</div><div><br></div><div><div>$ git diff master</div><div>diff --git a/debian/compat b/debian/compat</div><div>index b4de394..ec63514 100644</div><div>--- a/debian/compat</div><div>+++ b/debian/compat</div><div>@@ -1 +1 @@</div><div>-11</div><div>+9</div><div>diff --git a/debian/rules b/debian/rules</div><div>index 950692d..45e3617 100755</div><div>--- a/debian/rules</div><div>+++ b/debian/rules</div><div>@@ -35,7 +35,7 @@ MIB_MODULES += host</div><div> endif</div><div> </div><div> %:</div><div>-       dh $@ --with python2</div><div>+       dh $@ --with autotools-dev,autoreconf,python2,systemd</div></div><div><br></div><div><br></div><div> - Craig</div><div><br></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Craig Small             <a href="https://dropbear.xyz/">https://dropbear.xyz/</a>     csmall at : <a href="http://dropbear.xyz">dropbear.xyz</a></div><div>Debian GNU/Linux        <a href="https://www.debian.org/">https://www.debian.org/</a>   csmall at : <a href="http://debian.org">debian.org</a></div><div>Mastodon: @<a href="mailto:smallsees@social.dropbear.xyz">smallsees@social.dropbear.xyz</a>             Twitter: @smallsees  </div><div>GPG fingerprint:      5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5</div></div></div></div>