[libproc-processtable-perl] 01/02: Adjust references to manpages in POD to not include .pm name ending

Salvatore Bonaccorso carnil at debian.org
Sun Nov 6 05:23:53 UTC 2016


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

carnil pushed a commit to branch master
in repository libproc-processtable-perl.

commit b5a44b6a6443f4f93422a226cd8ff497e00fcbe3
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Nov 6 06:18:06 2016 +0100

    Adjust references to manpages in POD to not include .pm name ending
    
    Closes: #843336
---
 debian/patches/fix-manpage-references-in-POD.patch | 29 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/fix-manpage-references-in-POD.patch b/debian/patches/fix-manpage-references-in-POD.patch
new file mode 100644
index 0000000..a3b01da
--- /dev/null
+++ b/debian/patches/fix-manpage-references-in-POD.patch
@@ -0,0 +1,29 @@
+Description: Adjust references to manpages in POD to not include .pm name ending
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/843336
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-11-06
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118642
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118642
+
+--- a/Process/Process.pm
++++ b/Process/Process.pm
+@@ -178,6 +178,6 @@ D. Urist, durist at frii.com
+ 
+ =head1 SEE ALSO
+ 
+-Proc::ProcessTable.pm, perl(1).
++L<Proc::ProcessTable>, L<perl(1)>.
+ 
+ =cut
+--- a/ProcessTable.pm
++++ b/ProcessTable.pm
+@@ -262,7 +262,7 @@ D. Urist, durist at frii.com
+ 
+ =head1 SEE ALSO
+ 
+-Proc::ProcessTable::Process.pm, perl(1).
++L<Proc::ProcessTable::Process>, L<perl(1)>.
+ 
+ =cut
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a6aa181
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-manpage-references-in-POD.patch

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



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