[Pkg-net-snmp-devel] Bug#894626: Bug#894626: libsnmp-info-perl: FTBFS against libsnmp-perl (src:net-snmp) 5.7.3+dfsg-2

Craig Small csmall at debian.org
Tue Apr 3 11:25:28 UTC 2018


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: @smallsees at social.dropbear.xyz             Twitter: @smallsees
GPG fingerprint:      5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-net-snmp-devel/attachments/20180403/fd10350a/attachment-0001.html>


More information about the Pkg-net-snmp-devel mailing list