Package: libdevel-nytprof-perl / 5.06+dfsg-2

Metadata

Package Version Patches format
libdevel-nytprof-perl 5.06+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage section.patch | (download)

Makefile.PL | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix manpage section
 Manual pages generated by pod2man are installed in section 1, we want them
 installed in section .1p because they are Perl-specific.
 And the manpage for bin/nytprofmerge is missing.
usr share.patch | (download)

bin/nytprofhtml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 patch search path so arch-indep files are found
 On Debian, all of the js, gif, css etc files are installed in /usr/share/perl5
 rather than /usr/lib/perl5. They are not in the library directory as
 Devel::NYTProf::Data expects
flamegraph.patch | (download)

bin/nytprofhtml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 we're installing flamegraph.pl under /usr/share
 so call it from there
sub name.patch | (download)

t/70-subname.t | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 mark tests as todo until sub::name is fixed