[libregexp-assemble-perl] 07/11: Drop spelling-errors.patch (applied upstream), refresh install-regexp-assemble.patch
Florian Schlichting
fsfs at moszumanska.debian.org
Mon Sep 14 20:56:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libregexp-assemble-perl.
commit 46b010122290cc057794a326cab53766d88711be
Author: Florian Schlichting <fsfs at debian.org>
Date: Mon Sep 14 22:21:13 2015 +0200
Drop spelling-errors.patch (applied upstream), refresh install-regexp-assemble.patch
---
debian/patches/install-regexp-assemble.patch | 20 ++++++++++----------
debian/patches/series | 1 -
debian/patches/spelling-errors.patch | 26 --------------------------
3 files changed, 10 insertions(+), 37 deletions(-)
diff --git a/debian/patches/install-regexp-assemble.patch b/debian/patches/install-regexp-assemble.patch
index 97f92c3..821ed0f 100644
--- a/debian/patches/install-regexp-assemble.patch
+++ b/debian/patches/install-regexp-assemble.patch
@@ -1,16 +1,16 @@
Description: install regexp-assemble file
Author: Xavier Guimard <x.guimard at free.fr>
Forwarded: not-needed
-Last-Update: 2013-04-01
+Last-Update: 2015-09-14
+Reviewed-By: Florian Schlichting <fsfs at debian.org>
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -10,7 +10,7 @@
- print "Adding testcover target\n";
- }
-
--my $file = [];
-+my $file = ['debian/regexp-assemble'];
- #if( my $response = prompt( 'Install eg/assemble as a program (y/N)', 'n' )) {
- # push @$file, "eg/assemble" if $response =~ /^\s*y/im,
- #}
+@@ -31,6 +31,7 @@
+ SUFFIX => 'gz'
+ },
+ DISTNAME => 'Regexp-Assemble',
++ EXE_FILES => ['debian/regexp-assemble'],
+ NAME => 'Regexp::Assemble',
+ PREREQ_PM =>
+ {
diff --git a/debian/patches/series b/debian/patches/series
index f77271e..956d4a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-spelling-errors.patch
install-regexp-assemble.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
deleted file mode 100644
index 403667b..0000000
--- a/debian/patches/spelling-errors.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Spelling errors
-Author: Xavier Guimard <x.guimard at free.fr>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=84336
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=84336
-Last-Update: 2013-04-01
-
---- a/Assemble.pm
-+++ b/Assemble.pm
-@@ -49,7 +49,7 @@
- trie. Note that Perl's own regular expression engine will implement
- trie optimisations in perl 5.10 (they are already available in
- perl 5.9.3 if you want to try them out). C<Regexp::Assemble> will
--do the right thing when it knows it's running on a a trie'd perl.
-+do the right thing when it knows it's running on a trie'd perl.
- (At least in some version after this one).
-
- Some more examples of usage appear in the accompanying README. If
-@@ -3211,7 +3211,7 @@
- =item Regexp::Trie
-
- Funnily enough, this was my working name for C<Regexp::Assemble>
--during its developement. I changed the name because I thought it
-+during its development. I changed the name because I thought it
- was too obscure. Anyway, C<Regexp::Trie> does much the same as
- C<Regexp::Optimizer> and C<Regexp::Assemble> except that it runs
- much faster (according to the author). It does not recognise
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-assemble-perl.git
More information about the Pkg-perl-cvs-commits
mailing list