Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-24 Thread Paul Fenwick
G'day everyone, Paul Fenwick wrote: > Hmm, I've just looked at the code for extracts_depends, and it really really > *should* do the right thing. It first tries to use > Module::Depends::Intrusive, which tries to do odd things (which may fail) > with Makefile.PL / Build.PL, and then falls back t

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-24 Thread Paul Fenwick
G'day Damyan, Damyan Ivanov wrote: > Oh. My apologies. You already mentioned that URL. Sorry for not paying > enough attention. Actually I only just pushed my repo. ;) I may have mentioned some of my other projects that find their way onto github, I've got quite a few there. > I agree with y

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-24 Thread Damyan Ivanov
-=| Damyan Ivanov, Sun, Nov 23, 2008 at 09:28:46PM +0200 |=- > I'll review the two commits and merge them in out tree. Done. There were a couple of merge conflicts as there were changes in the code. Also, I managed to screw some of the merges. A test suite would have been indeed handy. Additi

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-23 Thread Damyan Ivanov
-=| Paul Fenwick, Sun, Nov 23, 2008 at 09:33:39PM +1100 |=- > Damyan Ivanov wrote: > > You may want to join forces with Paul Fenwick (cc-ed) who intented > > to do some incremental de-uglification. Paul, you mentioned a Git > > repository, any chance to get it published? > > Done. The repo can

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-23 Thread Paul Fenwick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G'day Damyan and Mark, Damyan Ivanov wrote: > You may want to join forces with Paul Fenwick (cc-ed) who intented to > do some incremental de-uglification. Paul, you mentioned a Git > repository, any chance to get it published? Done. The repo can

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-23 Thread Damyan Ivanov
-=| Mark Lawrence, Sat, Nov 22, 2008 at 11:56:57AM +0100 |=- > Ugly is the word for it! I guess I could think about writing up > a patch to fix this issue, but I know if I start down that path I'll > want to rewrite the whole thing. With comments even. Is that likely > to be accepted? Join the

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-11-23 Thread Mark Lawrence
On Sun Oct 12, 2008 at 07:40:33PM -0500, Gunnar Wolf wrote: > Mark Lawrence dijo [Thu, Oct 09, 2008 at 05:37:46PM +0200]: > > dh-make-perl appears to either ignore, or doesn't recognise the > > build_requires statement used in Module::Install type Makefile.PL > > files. > > > > build_requires

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-10-12 Thread Gunnar Wolf
Mark Lawrence dijo [Thu, Oct 09, 2008 at 05:37:46PM +0200]: > dh-make-perl appears to either ignore, or doesn't recognise the > build_requires statement used in Module::Install type Makefile.PL > files. > > build_requires 'Test::More'=> 0; > build_requires 'Test::Exception'

Bug#501688: dh-make-perl ignoring build_requires in Makefile.PL

2008-10-09 Thread Mark Lawrence
Package: dh-make-perl Version: 0.47 Severity: normal dh-make-perl appears to either ignore, or doesn't recognise the build_requires statement used in Module::Install type Makefile.PL files. build_requires 'Test::More'=> 0; build_requires 'Test::Exception' => 0; bu