Bug#302332: dh-make-perl: Conflicts between generated packages!

2005-03-31 Thread Salve J Nilsen
Marc 'HE' Brockschmidt wrote: "Salve J Nilsen" <[EMAIL PROTECTED]> writes: Marc 'HE' Brockschmidt wrote: "Salve J. Nilsen" <[EMAIL PROTECTED]> writes: When creating a bunch of packages that depend on eachother, using dh-make-perl with apt-file i

Bug#302332: dh-make-perl: Conflicts between generated packages!

2005-03-31 Thread Salve J Nilsen
Marc 'HE' Brockschmidt wrote: tag 302332 + unreproducible thanks Debian BTS! "Salve J. Nilsen" <[EMAIL PROTECTED]> writes: When creating a bunch of packages that depend on eachother, using dh-make-perl with apt-file installed, each of the packages install the following

Bug#302332: dh-make-perl: Conflicts between generated packages!

2005-03-31 Thread Salve J. Nilsen
Package: dh-make-perl Version: 0.14 Severity: important When creating a bunch of packages that depend on eachother, using dh-make-perl with apt-file installed, each of the packages install the following file: /usr/lib/perl/5.8/perllocal.pod ...which is _not_ supposed to be _installed_, but i

Bug#297537: Finding module dependencies

2005-03-04 Thread Salve J Nilsen
Hi, I'm wondering if it would be sensible to use PAR's way of determining dependencies? If I remember correctly, they're using Module::ScanDeps[1] for this... - Salve [1] http://search.cpan.org/~autrijus/Module-ScanDeps/ -- Salve J. Nilsen / Systems Developer Norwegian Meteorolo

Bug#297537: dh-make-perl doesn't detect "use base qw(Foo::Bar);" dependencies

2005-03-01 Thread Salve J Nilsen
Package: dh-make-perl Version: 0.12-1 Severity: important The extract_depends() subroutine dismisses "use base" calls as irrelevant pragma calls, and doesn't add any packages to the dependencies list. The following incantations should be allowed: use base qw(Foo::Bar); use base qw(Foo::Bar