[libdevel-nytprof-perl] 03/14: Refresh manpage-section.patch.

gregor herrmann gregoa at debian.org
Mon Jun 8 18:05:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdevel-nytprof-perl.

commit 5ea09c7c15cfb38a60a158488f12029d857473eb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 8 19:18:39 2015 +0200

    Refresh manpage-section.patch.
---
 debian/patches/manpage-section.patch | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/patches/manpage-section.patch b/debian/patches/manpage-section.patch
index 5ffb8af..39069d7 100644
--- a/debian/patches/manpage-section.patch
+++ b/debian/patches/manpage-section.patch
@@ -2,14 +2,14 @@ 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
+Forwarded: not-needed
 Author: gregor herrmann <gregoa at debian.org>
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2013-09-22
+Last-Update: 2015-06-08
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -27,11 +27,11 @@
+@@ -27,12 +27,12 @@
      @man = ( MAN1PODS => {}, MAN3PODS => {} );
  } else {
      @man = ( MAN1PODS  => {
@@ -18,11 +18,13 @@ Last-Update: 2013-09-22
 -        'bin/nytprofcsv'  => '$(INST_MAN1DIR)/nytprofcsv.1',
 -        'bin/nytprofcalls'=> '$(INST_MAN1DIR)/nytprofcalls.1',
 -        'bin/nytprofcg'   => '$(INST_MAN1DIR)/nytprofcg.1',
+-        'bin/nytprofpf'   => '$(INST_MAN1DIR)/nytprofpf.1'
 +        'bin/nytprofhtml' => '$(INST_MAN1DIR)/nytprofhtml.1p',
 +        'bin/nytprofmerge'=> '$(INST_MAN1DIR)/nytprofmerge.1p',
 +        'bin/nytprofcsv'  => '$(INST_MAN1DIR)/nytprofcsv.1p',
 +        'bin/nytprofcalls'=> '$(INST_MAN1DIR)/nytprofcalls.1p',
 +        'bin/nytprofcg'   => '$(INST_MAN1DIR)/nytprofcg.1p',
++        'bin/nytprofpf'   => '$(INST_MAN1DIR)/nytprofpf.1p'
      } );
  }
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-nytprof-perl.git



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