Bug#774068: Patch for 774068

gregor herrmann gregoa at debian.org
Sun Dec 28 21:49:39 UTC 2014


On Sun, 28 Dec 2014 12:41:37 +0000, Andrew Beverley wrote:

> From 45945f8e72eabcd9210158191bfbeadf3ea3fa66 Mon Sep 17 00:00:00 2001
> From: Andy Beverley <andy at andybev.com>
> Date: Sat, 27 Dec 2014 21:26:45 +0000
> Subject: [PATCH 1/6] Ensure no perllocal.pod files are created during build
> 
> Although the version of ExtUtils-MakeMaker shipped with Debian does
> not create perllocal.pod files, there is a chance that a local version
> will have been installed that does.
> 
> If perllocal.pod files are created, they will conflict between
> multiple packages.
> ---
>  share/rules.dh.tiny |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/share/rules.dh.tiny b/share/rules.dh.tiny
> index 2d33f6a..0b86f50 100755
> --- a/share/rules.dh.tiny
> +++ b/share/rules.dh.tiny
> @@ -2,3 +2,7 @@
>  
>  %:
>  	dh $@
> +
> +override_dh_auto_configure:
> +	dh_auto_configure -- NO_PERLLOCAL=1
> +


Hm, this doesn't really convince me ... dh-make-perl is mostly a tool
run on Debian systems and (for the perl group) to create packages for
the Debian archive, and in all these cases we don't want/need this
override.

My pragmatice proposal would be to use --data-dir and put a changed
rules.dh.tiny there.
If that's not enough for your needs I hope we can find a solution
which doesn't change the default d/rules file.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tracy Chapman: Smoke And Ashes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: Digital Signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20141228/65267662/attachment-0001.sig>


More information about the pkg-perl-maintainers mailing list