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

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

commit 37a6e06252c50825ce1cdaecdc1ec9d3841e6cdb
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Jan 21 20:38:46 2017 +0100

    Drop patches, both merged/fixed upstream.
---
 debian/patches/series                          |  2 -
 debian/patches/spelling-error-in-manpage.patch | 69 --------------------------
 debian/patches/update-github-links.patch       | 48 ------------------
 3 files changed, 119 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 94272c9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-spelling-error-in-manpage.patch
-update-github-links.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch 
b/debian/patches/spelling-error-in-manpage.patch
deleted file mode 100644
index 9024138..0000000
--- a/debian/patches/spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-Description: Correct spelling-error-in-manpage lintian warnings
-Author: Nick Morrott <knowledgejun...@gmail.com>
-Bug: https://github.com/xslate/p5-Text-Xslate/pull/161
-Last-Update: 2016-03-27
----
---- a/lib/Text/Xslate/Bridge/Star.pm
-+++ b/lib/Text/Xslate/Bridge/Star.pm
-@@ -153,7 +153,7 @@
- 
- =head2 C<rx($regex_pattern)>
- 
--Compiles I<$regex_patter> as a regular expression and return the regex 
object. You can pass a regex object to C<match()> or C<replace()> described 
bellow.
-+Compiles I<$regex_patter> as a regular expression and return the regex 
object. You can pass a regex object to C<match()> or C<replace()> described 
below.
- The same as C<qr//> operator in Perl.
- 
- =head2 C<match($str, $pattern)>
---- a/lib/Text/Xslate/Manual/FAQ.pod
-+++ b/lib/Text/Xslate/Manual/FAQ.pod
-@@ -87,7 +87,7 @@
- For example, Text::Xslate assumes that most templates will be rendered to be
- about the same as the previous run, so when a template is rendered it uses
- the size allocated for the previous rendering as an approximation of how much
--space the current rendering will require. This allows to greatly reduce the
-+space the current rendering will require. This allows you to greatly reduce 
the
- number of C<malloc()> calls required to render a template.
- 
- =back
-@@ -196,7 +196,7 @@
- you to export any functions to templates. Any function-based modules
- are available by the C<module> option.
- 
--Xslate also allows to call methods for object instances, so you can
-+Xslate also allows you to call methods for object instances, so you can
- use any object-oriented modules, except for classes which only provide
- class methods (they need wrappers).
- 
---- a/script/xslate
-+++ b/script/xslate
-@@ -31,7 +31,7 @@
-     --ie --input_encoding    Input encoding (default: UTF-8)
-     -i --ignore              Regular expression the process will ignore
-     -c --cache_dir           Directory the cache files will be saved in
--    -o --dest                Destination directry
-+    -o --dest                Destination directory
-     -w --verbose             Warning level (default: 2)
- 
-     # one liners, with $ARGV and $ENV
---- a/lib/Text/Xslate/Runner.pm
-+++ b/lib/Text/Xslate/Runner.pm
-@@ -141,7 +141,7 @@
- );
- 
- has dest => (
--    documentation => 'Destination directry',
-+    documentation => 'Destination directory',
-     cmd_aliases   => [qw(o)],
-     is            => 'ro',
-     isa           => 'Str', # Maybe[Str]
---- a/t/200_app/001_hello.t
-+++ b/t/200_app/001_hello.t
-@@ -24,7 +24,7 @@
- 
- is $?, 0, "command executed successfully (1)";
- 
--ok -d CACHE_DIR, 'cache directry created';
-+ok -d CACHE_DIR, 'cache directory created';
- 
- ok -f sprintf('%s/out/hello.txt', $Bin), 'correct file generated';
- 
diff --git a/debian/patches/update-github-links.patch 
b/debian/patches/update-github-links.patch
deleted file mode 100644
index a46c1c0..0000000
--- a/debian/patches/update-github-links.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Description: Update github URLs to https and correct issues URL
-Author: Nick Morrott <knowledgejun...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to