[libtext-xslate-perl] 09/10: Add patch update-github-links.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Mar 27 05:41:37 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 808f3c55dd9ba6021a486d2ec6399132cd0d41dc
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Mar 27 05:30:38 2016 +0100

    Add patch update-github-links.patch
---
 debian/patches/series                    |  1 +
 debian/patches/update-github-links.patch | 48 ++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index f7c4b35..94272c9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling-error-in-manpage.patch
+update-github-links.patch
diff --git a/debian/patches/update-github-links.patch b/debian/patches/update-github-links.patch
new file mode 100644
index 0000000..a46c1c0
--- /dev/null
+++ b/debian/patches/update-github-links.patch
@@ -0,0 +1,48 @@
+Description: Update github URLs to https and correct issues URL
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://github.com/xslate/p5-Text-Xslate/pull/162
+Last-Update: 2016-03-27
+---
+--- a/README.md
++++ b/README.md
+@@ -62,8 +62,8 @@
+ # RESOURCE
+ 
+     web site:       http://xslate.org/
+-    repositories:   http://github.com/xslate
+-    issue tracking: http://github.com/xslate/issues
++    repositories:   https://github.com/xslate
++    issue tracking: https://github.com/xslate/p5-Text-Xslate/issues
+ 
+ # LICENSE AND COPYRIGHT
+ 
+--- a/lib/Text/Xslate.pm
++++ b/lib/Text/Xslate.pm
+@@ -1233,13 +1233,13 @@
+ 
+ WEB: L<http://xslate.org/>
+ 
+-PROJECT HOME: L<http://github.com/xslate/>
++PROJECT HOME: L<https://github.com/xslate/>
+ 
+-REPOSITORY: L<http://github.com/xslate/p5-Text-Xslate/>
++REPOSITORY: L<https://github.com/xslate/p5-Text-Xslate/>
+ 
+ =head1 BUGS
+ 
+-Please make a file on L<http://github.com/xslate/>. Patches are always welcome.
++Please report issues at L<https://github.com/xslate/p5-Text-Xslate/issues>. Patches are always welcome.
+ =head1 SEE ALSO
+ 
+ Documents:
+--- a/lib/Text/Xslate/Manual.pod
++++ b/lib/Text/Xslate/Manual.pod
+@@ -27,7 +27,7 @@
+ 
+ L<http://xslate.org> - The Xslate web site
+ 
+-L<http://github.com/xslate> - Xslate repositories
++L<https://github.com/xslate> - Xslate repositories
+ 
+ =cut
+ 

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



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