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, espec
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 t
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
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
> >
> > * Package name
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
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 IT
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.
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 h
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 rev
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 me
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
Ensure recursive op
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 avail
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
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 "requ
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]
> > https://anonscm.debian.org/cgit/perl/perl
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 ther
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
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 subse
>From 45945f8e72eabcd9210158191bfbeadf3ea3fa66 Mon Sep 17 00:00:00 2001
From: Andy Beverley
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 create perllocal.p
>From 94798369412749560910507a55a375c961025685 Mon Sep 17 00:00:00 2001
From: Andy Beverley
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
that Git enviro
>From 9f92e37e0b22a6d260af61fab6b6c7928d8cfbfa Mon Sep 17 00:00:00 2001
From: Andy Beverley
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 insertion(+), 1 deletion(
>From b2d9f39599f39a783e448423e716ab55da231e9e Mon Sep 17 00:00:00 2001
From: Andy Beverley
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 file changed, 9 ins
>From 1c27a34f263fc2e90e72077a72f6d979b165cc6f Mon Sep 17 00:00:00 2001
From: Andy Beverley
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
repositories. Previously,
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
>From 2ed90c88dfac1abe7403acc9c0939cc882940bda Mon Sep 17 00:00:00 2001
From: Andy Beverley
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 file changed, 17 i
+0100
@@ -1,3 +1,10 @@
+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 Sat, 08 Jun 2013 17:23:54 +0100
+
tripwire (2.4.2.2-2) unstable; urgency=low
* Acknowledge Christ
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
27 matches
Mail list logo