Bug#774068: ExtUtils-MakeMaker and NO_PERLLOCAL

2024-03-30 Thread Andrew Beverley
On 11/06/2022 12:58, Damyan Ivanov wrote: -=| Niko Tyni, 30.12.2014 11:47:23 +0200 |=- (cc'ing the debian-perl list) On Tue, Dec 30, 2014 at 08:38:56AM +, Damyan Ivanov wrote: -=| Andrew Beverley, 29.12.2014 00:16:14 + |=- Is there any harm in having the option in there, especially

Bug#832066: certbot installs an unexpected cronjob

2017-10-03 Thread Andrew Beverley
I'd like to +1 this feature request. I have spent ages tearing my hair out, trying to work out why I kept hitting a domain limit, even though I hadn't run certbot. The problem (amongst others) is that (according to the Letsencrypt documentation) new certificates must be requested before renewals

Bug#800093: ITP: libdpkg-parse-perl -- module to parse various dpkg files into Perl Objects

2015-09-29 Thread Andrew Beverley
On Tue, 2015-09-29 at 15:28 +0200, Guillem Jover wrote: > The attached untested patch should in principle do it. Thanks Guillem, will test that soon. Andy

Bug#800093: ITP: libdpkg-parse-perl -- module to parse various dpkg files into Perl Objects

2015-09-28 Thread Andrew Beverley
On Mon, 2015-09-28 at 13:12 +0200, Guillem Jover wrote: > Hi! > > On Sat, 2015-09-26 at 21:12:57 +0300, Andy Beverley wrote: > > Package: wnpp > > Owner: Andy Beverley > > Severity: wishlist > > X-Debbugs-CC: debian-de...@lists.debian.org, > > debian-p...@lists.debian.org > >

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-27 Thread Andrew Beverley
On Sat, 2015-09-26 at 18:03 +, Damyan Ivanov wrote: > -=| Andrew Beverley, 26.09.2015 17:09:34 +0100 |=- > > On Sat, 2015-09-26 at 16:32 +0200, gregor herrmann wrote: > > > if I'm reading my notes in d/changelog correctly, I was waiting for > > > Andy to review my c

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-26 Thread Andrew Beverley
I've updated the patch with a warning if the package version information is unavailable. Please see attached. Any chance of merging upstream please? Thanks, Andy commit fabae2a34000f6d80ff6827acee5d1288c8794a4 Author: Andy Beverley Date: Sat Sep 26 11:14:06 2015 +0100

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-26 Thread Andrew Beverley
On Sat, 2015-09-26 at 16:32 +0200, gregor herrmann wrote: > if I'm reading my notes in d/changelog correctly, I was waiting for Andy > to review my changes (and file an ITP bug). The changes all look good, thanks. Just need the bug number for the changelog. Any chance that someone can raise an

Bug#774073: dh-make-perl: Ceating core module, install fails with "trying to overwrite foo which is also in bar"

2015-09-26 Thread Andrew Beverley
On Sun, 2014-12-28 at 12:19 +, Andy Beverley wrote: > When creating an updated version of a module that is already in core, > the subsequent install fails (as expected) with a message such as: > "trying to overwrite '/usr/bin/instmodsh', which is also in package > perl 5.14.2-21+deb7u2". I'm

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-26 Thread Andrew Beverley
On Sat, 2015-09-26 at 16:49 +0100, Andrew Beverley wrote: > Stupid question: what is my git.debian.org username? Sorry, I was using the wrong SSH key. I'm in now.

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-26 Thread Andrew Beverley
On Sat, 2015-09-26 at 16:32 +0200, gregor herrmann wrote: > On Sat, 26 Sep 2015 13:43:16 +, Damyan Ivanov wrote: > > > Any news on including DPKG::Parse in Debian? > > It's in git and basically ready for upload; if I'm reading my notes > in d/changelog correctly, I was waiting for Andy to

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-26 Thread Andrew Beverley
On Sat, 2015-09-26 at 13:43 +, Damyan Ivanov wrote: > -=| Andrew Beverley, 26.09.2015 11:40:48 +0100 |=- > > I've updated the patch with a warning if the package version > > information is > > unavailable. Please see attached. > > > > Any chance of merg

Bug#794718: Bug now resolved

2015-08-17 Thread Andrew Beverley
The segfault was due to an old version of the extdata plugin on the system (which was manually compiled and installed). A new version has been installed and now functions correctly. See http://www.dovecot.org/list/dovecot/2015-August/101590.html It would be useful if the extdata plugin was

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-06-07 Thread Andrew Beverley
On Tue, 2015-05-26 at 10:18 +, Damyan Ivanov wrote: That's fine. Is the correct way to do this by doing a require, and removing the use? I think so. Something like if ( eval { require DPKG::Parse::Available } ) { ... } else { # perhaps some word of warning? } Okay,

Bug#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-05-25 Thread Andrew Beverley
On Sat, 2015-05-23 at 16:18 +, Damyan Ivanov wrote: I like the patch, though it needs DPKG::Parse::Available in Debian before it could be applied as is. Maybe make that part conditional on DPKG::Parse::Available being present? That's fine. Is the correct way to do this by doing a

Bug#774068: ExtUtils-MakeMaker and NO_PERLLOCAL

2014-12-30 Thread Andrew Beverley
On Tue, 2014-12-30 at 11:47 +0200, Niko Tyni wrote: I wonder if debhelper would be the right place to add this. This would solve the problem this patch solves, and maybe also simplify the patch in the perl package package [1] [1]

Bug#774073: Patch for #774073

2014-12-28 Thread Andrew Beverley
From 2ed90c88dfac1abe7403acc9c0939cc882940bda Mon Sep 17 00:00:00 2001 From: Andy Beverley a...@andybev.com Date: Sun, 28 Dec 2014 08:40:12 + Subject: [PATCH 6/6] Allow built core modules to overwrite files from perl package --- lib/DhMakePerl/Command/make.pm | 17 + 1

Bug#774073: Patch depends on path in #774074

2014-12-28 Thread Andrew Beverley
Forgot to say, this patch relies on the patch in #774074 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#774074: Patch for 774074

2014-12-28 Thread Andrew Beverley
From 1c27a34f263fc2e90e72077a72f6d979b165cc6f Mon Sep 17 00:00:00 2001 From: Andy Beverley a...@andybev.com Date: Sat, 27 Dec 2014 23:46:17 + Subject: [PATCH 4/6] Check available package versions when building recursively This patch adds version lookups when checking dpkg and apt

Bug#774072: Patch for 774072

2014-12-28 Thread Andrew Beverley
From 9f92e37e0b22a6d260af61fab6b6c7928d8cfbfa Mon Sep 17 00:00:00 2001 From: Andy Beverley a...@andybev.com Date: Sat, 27 Dec 2014 23:51:28 + Subject: [PATCH 5/6] Use correct location for deb when using install option --- lib/DhMakePerl/Command/make.pm |2 +- 1 file changed, 1

Bug#774071: Patch for 774071

2014-12-28 Thread Andrew Beverley
From b2d9f39599f39a783e448423e716ab55da231e9e Mon Sep 17 00:00:00 2001 From: Andy Beverley a...@andybev.com Date: Sat, 27 Dec 2014 21:36:53 + Subject: [PATCH 3/6] Check existing new directory name before attempting a rename to it --- lib/DhMakePerl/Command/make.pm | 11 +-- 1

Bug#774070: Patch for 774070

2014-12-28 Thread Andrew Beverley
From 94798369412749560910507a55a375c961025685 Mon Sep 17 00:00:00 2001 From: Andy Beverley a...@andybev.com Date: Sat, 27 Dec 2014 21:31:33 + Subject: [PATCH 2/6] Reset Git environment variables to ensure correct repo is used Under some circumstances when building recursively, it's possible

Bug#774068: Patch for 774068

2014-12-28 Thread Andrew Beverley
From 45945f8e72eabcd9210158191bfbeadf3ea3fa66 Mon Sep 17 00:00:00 2001 From: Andy Beverley a...@andybev.com Date: Sat, 27 Dec 2014 21:26:45 + Subject: [PATCH 1/6] Ensure no perllocal.pod files are created during build Although the version of ExtUtils-MakeMaker shipped with Debian does not

Bug#774073: dh-make-perl: Ceating core module, install fails with trying to overwrite foo which is also in bar

2014-12-28 Thread Andrew Beverley
On Sun, 2014-12-28 at 14:51 +0200, Niko Tyni wrote: On Sun, Dec 28, 2014 at 12:19:32PM +, Andy Beverley wrote: Package: dh-make-perl Version: 0.75-1 Severity: normal Tags: upstream patch When creating an updated version of a module that is already in core, the subsequent install

Bug#774073: dh-make-perl: Ceating core module, install fails with trying to overwrite foo which is also in bar

2014-12-28 Thread Andrew Beverley
On Sun, 2014-12-28 at 14:51 +0200, Niko Tyni wrote: A more robust solution is using dpkg-divert in maintainer scripts to move the core version out of the way and then back later if necessary. See for instance the libmodule-corelist-perl package for an example implementation. Okay, attached is

Bug#774068: Patch for 774068

2014-12-28 Thread Andrew Beverley
On Sun, 2014-12-28 at 22:49 +0100, gregor herrmann wrote: 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. But surely there

Bug#711686: tripwire: [PATCH]: Email tripwire report separately to cron.daily output

2013-06-08 Thread Andrew Beverley
@@ +tripwire (2.4.2.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix cron job to email tripwire report separately to cron.daily output + + -- Andrew Beverley a...@andybev.com Sat, 08 Jun 2013 17:23:54 +0100 + tripwire (2.4.2.2-2) unstable; urgency=low * Acknowledge Christian's NMU

Bug#656767: closed by Scott Kitterman sc...@kitterman.com (Bug#656767: fixed in opendkim 2.7.2-1)

2012-12-08 Thread Andrew Beverley
Thanks for sorting this - very much appreciated. Andy -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org