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 changes (and file an ITP

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#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-09-26 Thread gregor herrmann
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 review my changes (and file an ITP bug). Cheers, gregor -- .''`.

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

2015-09-26 Thread Damyan Ivanov
-=| 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 changes (and file an ITP bug). > > The changes all look good, thanks. Just need the bug

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 Damyan Ivanov
-=| 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 merging upstream please? Applied in Git. Thanks. Any news on including DPKG::Parse in Debian? -- dam

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 merging upstream please? > > Applied in

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-26 Thread Damyan Ivanov
-=| Andrew Beverley, 25.05.2015 09:48:41 +0100 |=- 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?

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#774074: dh-make-perl: Recursive option does not check version of existing packages

2015-05-25 Thread Karen Etheridge
As per: https://rt.cpan.org/Ticket/Display.html?id=104676 I have shipped DPKG-Parse-0.02-TRIAL to the cpan. Please let me know if this contains the desired fix, or if more changes are needed, and I can do a stable 0.03 release. Karen Etheridge et...@cpan.org

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

2015-05-23 Thread Damyan Ivanov
Control: user debian-p...@lists.debian.org Control: usertag -1 bcn2015 -=| Andy Beverley, 28.12.2014 12:24:00 + |=- Package: dh-make-perl Version: 0.75-1 Severity: normal Tags: upstream patch When using the recursive option, dh-make-perl checks for existing packages both locally and

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

2014-12-28 Thread Andy Beverley
Package: dh-make-perl Version: 0.75-1 Severity: normal Tags: upstream patch When using the recursive option, dh-make-perl checks for existing packages both locally and in apt. However, it doesn't check the versions, so the actual module required may still not exist. This patch also checks the