[libtest-hasversion-perl] 07/08: Refresh pod patch

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Jan 8 02:37:55 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libtest-hasversion-perl.

commit 9c791b0734daf72eb5d956ea9290116511f58ef3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Jan 8 00:19:35 2016 -0200

    Refresh pod patch
---
 debian/changelog                                          |  1 +
 .../{pod-for-test_version => pod-for-test_version.patch}  | 15 +++++----------
 debian/patches/series                                     |  2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37c61f8..b15e83b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libtest-hasversion-perl (0.014-1) UNRELEASED; urgency=medium
   * Drop patch fixing spelling error, applied by upstream
   * Update year of upstream copyright
   * Update year of debian/* copyright
+  * Refresh pod patch
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 08 Jan 2016 00:01:02 -0200
 
diff --git a/debian/patches/pod-for-test_version b/debian/patches/pod-for-test_version.patch
similarity index 70%
rename from debian/patches/pod-for-test_version
rename to debian/patches/pod-for-test_version.patch
index 73dfc21..ccea21d 100644
--- a/debian/patches/pod-for-test_version
+++ b/debian/patches/pod-for-test_version.patch
@@ -1,18 +1,13 @@
-make a man page for test_version
+Description: Add pod documentation in bin/test_version
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-01-08
 
 --- a/bin/test_version
 +++ b/bin/test_version
-@@ -1,7 +1,19 @@
--#!perl 
-+#!/usr/bin/perl
- 
- use strict;
- use warnings;
+@@ -5,3 +5,15 @@ use warnings;
  
  use Test::HasVersion; our $VERSION = $Test::HasVersion::VERSION;
--all_pm_version_ok(@ARGV);
-\ No newline at end of file
-+all_pm_version_ok(@ARGV);
+ all_pm_version_ok(@ARGV);
 +
 +=head1 NAME
 +
diff --git a/debian/patches/series b/debian/patches/series
index aa26bc7..6e49aab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-pod-for-test_version
+pod-for-test_version.patch

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



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