r49553 - in /trunk/libdevel-nytprof-perl/debian: changelog patches/manpage-section.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Dec 30 17:06:09 UTC 2009


Author: gregoa
Date: Wed Dec 30 17:05:20 2009
New Revision: 49553

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49553
Log:
Add creation of manpage for bin/nytprofmerge to
debian/patches/manpage-section.patch.

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

Modified: trunk/libdevel-nytprof-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/changelog?rev=49553&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/changelog (original)
+++ trunk/libdevel-nytprof-perl/debian/changelog Wed Dec 30 17:05:20 2009
@@ -3,6 +3,8 @@
   * New upstream release.
   * Remove patches fix-pod-spelling.patch and bin-docs.patch, applied
     upstream.
+  * Add creation of manpage for bin/nytprofmerge to
+    debian/patches/manpage-section.patch.
   * debian/copyright: update years of packaging copyright.
   * debian/rules: remove removal of Mac OS X resource forks.
 

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=49553&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch (original)
+++ trunk/libdevel-nytprof-perl/debian/patches/manpage-section.patch Wed Dec 30 17:05:20 2009
@@ -1,11 +1,12 @@
 Author: gregor herrmann <gregoa at debian.org>
-Debian-Specific: yes
+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.
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -29,9 +29,9 @@
+@@ -29,9 +29,10 @@
    @man = ( MAN1PODS => {}, MAN3PODS => {} );
  } else {
    @man = ( MAN1PODS  => {
@@ -15,6 +16,7 @@
 +        'bin/nytprofhtml' => '$(INST_MAN1DIR)/nytprofhtml.1p',
 +        'bin/nytprofcsv'  => '$(INST_MAN1DIR)/nytprofcsv.1p',
 +        'bin/nytprofcg'   => '$(INST_MAN1DIR)/nytprofcg.1p',
++        'bin/nytprofmerge'=> '$(INST_MAN1DIR)/nytprofmerge.1p',
    } );
  }
  




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