r59258 - in /trunk/libdevel-nytprof-perl/debian: changelog patches/manpage-section.patch patches/usr-share.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 14:38:51 UTC 2010


Author: gregoa
Date: Sat Jun 12 14:38:40 2010
New Revision: 59258

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59258
Log:
Refresh usr-share.patch, refresh DEP3 headers for both patches.

Modified:
    trunk/libdevel-nytprof-perl/debian/changelog
    trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch
    trunk/libdevel-nytprof-perl/debian/patches/usr-share.patch

Modified: trunk/libdevel-nytprof-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/changelog?rev=59258&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/changelog (original)
+++ trunk/libdevel-nytprof-perl/debian/changelog Sat Jun 12 14:38:40 2010
@@ -1,6 +1,7 @@
 libdevel-nytprof-perl (4.00-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh usr-share.patch, refresh DEP3 headers for both patches.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 12 Jun 2010 16:28:03 +0200
 

Modified: trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch?rev=59258&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch (original)
+++ trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch Sat Jun 12 14:38:40 2010
@@ -1,9 +1,11 @@
-Author: gregor herrmann <gregoa at debian.org>
-Debian-Specific: partly
 Description: 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.
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-12
+
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -29,9 +29,10 @@

Modified: trunk/libdevel-nytprof-perl/debian/patches/usr-share.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/patches/usr-share.patch?rev=59258&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/usr-share.patch (original)
+++ trunk/libdevel-nytprof-perl/debian/patches/usr-share.patch Sat Jun 12 14:38:40 2010
@@ -1,17 +1,18 @@
-Author: gregor herrmann <gregoa at debian.org>
-Debian-Specific: yes
 Description: 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
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-12
 
 --- a/bin/nytprofhtml
 +++ b/bin/nytprofhtml
-@@ -1007,6 +1007,7 @@
+@@ -1159,6 +1159,7 @@
      my ($profile) = @_;
      # find the js, gif, css etc files installed with Devel::NYTProf
      (my $lib = $INC{"Devel/NYTProf/Data.pm"}) =~ s/\/Data\.pm$//;
 +    $lib =~ s{usr/lib/perl5}{usr/share/perl5};
-     _copy_dir("$lib/js", "$opt{out}/js");
+     _copy_dir("$lib/js", "$opt_out/js");
  }
  




More information about the Pkg-perl-cvs-commits mailing list