On Thu, 19 Nov 2020 12:28:53 +0100, gregor herrmann wrote:

> So this might be more of a problem in the recently updated
> libtype-tiny-perl (with or without involvement of perl 5.32, as
> Scalar::Util is dual-lifed).

As noted by Niko on IRC, the actual problem seems to be an ancient
Scalar::Util in inc/.

Now a proper fix would probably be to (convert to package from cdbs
to debhelper and) move inc/ away and back in d/rules (like we do for
other packages) and build-depend on the vendored modules; a
quick&dirty fix, tested with librdf-closure-perl, seems to work:

#v+
--- a/debian/rules
+++ b/debian/rules
@@ -47,3 +47,6 @@ CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)

 DEB_INSTALL_EXAMPLES_$(pkg) = examples/*
+
+clean::
+       $(RM) -rv $(CURDIR)/inc/Scalar
#v-


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Beatles: Glass Onion

Attachment: signature.asc
Description: Digital Signature

Reply via email to