summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro.duarte@gmail.com>2016-01-11 23:40:29 -0200
committerLucas Kanashiro <kanashiro.duarte@gmail.com>2016-01-11 23:40:29 -0200
commit5b7a63e23fc0cc18ce3e68fad58109f39e1f979c (patch)
tree555a2055ed8faba1f7214e84605872a874992389 /debian
parent5ecd8f5dab9881962cd62eea9fd4d072b32fe319 (diff)
Create patch fixing pod2man error. Silence lintian.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/fix-pod2man.patch16
-rw-r--r--debian/patches/series1
3 files changed, 18 insertions, 0 deletions
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@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@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