Recompiling and changing *only* the debhelper line in the rules file and
compat back to 9 (from 11) gives a working libsnmp-perl package.

So, for some reason debhelper compat 11 breaks this perl module.

$ git diff master
diff --git a/debian/compat b/debian/compat
index b4de394..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+9
diff --git a/debian/rules b/debian/rules
index 950692d..45e3617 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ MIB_MODULES += host
 endif

 %:
-       dh $@ --with python2
+       dh $@ --with autotools-dev,autoreconf,python2,systemd


 - Craig

-- 
Craig Small             https://dropbear.xyz/     csmall at : dropbear.xyz
Debian GNU/Linux        https://www.debian.org/   csmall at : debian.org
Mastodon: @smalls...@social.dropbear.xyz             Twitter: @smallsees
GPG fingerprint:      5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

Reply via email to