[libnet-github-perl] 04/05: Create patch fixing pod2man error. Silence lintian.

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Jan 12 01:56:46 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libnet-github-perl.

commit 5b7a63e23fc0cc18ce3e68fad58109f39e1f979c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jan 11 23:40:29 2016 -0200

    Create patch fixing pod2man error. Silence lintian.
---
 debian/changelog                 |  1 +
 debian/patches/fix-pod2man.patch | 16 ++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0b97f45..c95293d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libnet-github-perl (0.81-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.81
   * Update contact in d/u/metadata
+  * Create patch fixing pod2man error. Silence lintian.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 11 Jan 2016 23:14:06 -0200
 
diff --git a/debian/patches/fix-pod2man.patch b/debian/patches/fix-pod2man.patch
new file mode 100644
index 0000000..9ef11c1
--- /dev/null
+++ b/debian/patches/fix-pod2man.patch
@@ -0,0 +1,16 @@
+Description: Fix pod2man error
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-01-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111100
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111100
+
+--- a/lib/Net/GitHub/V3/Repos.pm
++++ b/lib/Net/GitHub/V3/Repos.pm
+@@ -792,6 +792,7 @@ L<http://developer.github.com/v3/repos/s
+     my $punch_card          = $repos->punch_card($owner, $repo);
+ 
+ =back
++
+ =head1 AUTHOR & COPYRIGHT & LICENSE
+ 
+ Refer L<Net::GitHub>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f792545
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod2man.patch

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



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