X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=perl-policy.sgml;h=58c33328fb8eec1aea378294862c3df1cc79cc5c;hb=cc34dcc0;hp=ef1fbe64c479bb31637e785d27d4ede211345c95;hpb=9603fd84d0639a57073c3baa099f261708f093b8;p=debian%2Fdebian-policy.git diff --git a/perl-policy.sgml b/perl-policy.sgml index ef1fbe6..58c3332 100644 --- a/perl-policy.sgml +++ b/perl-policy.sgml @@ -89,8 +89,11 @@

The perl-base package must provide - perlapi-version for all released - versions it is compatible with. + perlapi-abiname for all released + package versions it is compatible with. The choice of + abiname is arbitrary, but if it differs from + $Config{version}, it must be specified in + $Config{debian_abi}.

@@ -348,8 +351,9 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/<tmp>/usr a minimum version of the perl package used to build the module, and must additionally depend on the expansion of - perlapi-$Config{version} using - the Config module. + perlapi-$Config{debian_abi} using + the Config module. If $Config{debian_abi} + is empty or not set, $Config{version} must be used.