r62673 - in /trunk/libregexp-grammars-perl/debian: changelog patches/ patches/do-not-use-Data-Show.patch patches/series
carnil-guest at users.alioth.debian.org
carnil-guest at users.alioth.debian.org
Sat Sep 18 13:13:08 UTC 2010
Author: carnil-guest
Date: Sat Sep 18 13:12:46 2010
New Revision: 62673
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62673
Log:
Add do-not-use-Data-Show.patch to not "use Data::Show" in t/arg.t
and t/backref_ARG.t tests as it is not used for tests.
Added:
trunk/libregexp-grammars-perl/debian/patches/
trunk/libregexp-grammars-perl/debian/patches/do-not-use-Data-Show.patch
trunk/libregexp-grammars-perl/debian/patches/series
Modified:
trunk/libregexp-grammars-perl/debian/changelog
Modified: trunk/libregexp-grammars-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-grammars-perl/debian/changelog?rev=62673&op=diff
==============================================================================
--- trunk/libregexp-grammars-perl/debian/changelog (original)
+++ trunk/libregexp-grammars-perl/debian/changelog Sat Sep 18 13:12:46 2010
@@ -8,8 +8,10 @@
unversioned. Depends already covered by ${perl:Depends}.
* debian/copyright: Refresh file, refer to Debian system in general.
* Bump Standards-Version to 3.9.1.
+ * Add do-not-use-Data-Show.patch to not "use Data::Show" in t/arg.t
+ and t/backref_ARG.t tests as it is not used for tests.
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Sat, 18 Sep 2010 14:48:42 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Sat, 18 Sep 2010 15:06:31 +0200
libregexp-grammars-perl (1.005-1) unstable; urgency=low
Added: trunk/libregexp-grammars-perl/debian/patches/do-not-use-Data-Show.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-grammars-perl/debian/patches/do-not-use-Data-Show.patch?rev=62673&op=file
==============================================================================
--- trunk/libregexp-grammars-perl/debian/patches/do-not-use-Data-Show.patch (added)
+++ trunk/libregexp-grammars-perl/debian/patches/do-not-use-Data-Show.patch Sat Sep 18 13:12:46 2010
@@ -1,0 +1,29 @@
+Description: Remove use Data::Show from t/arg.t and t/backref_ARG.t
+ tests as Data::Show is not used for tests.
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=61449
+Forwarded: yes
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Last-Update: 2010-09-18
+
+--- a/t/arg.t
++++ b/t/arg.t
+@@ -2,7 +2,6 @@
+ use strict;
+ use 5.010;
+
+-use Data::Show;
+ use Test::More 'no_plan';
+
+ my $test_grammar = do {
+--- a/t/backref_ARG.t
++++ b/t/backref_ARG.t
+@@ -2,7 +2,6 @@
+ use strict;
+ use 5.010;
+
+-use Data::Show;
+ use Test::More 'no_plan';
+
+ my $test_grammar = do {
Added: trunk/libregexp-grammars-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-grammars-perl/debian/patches/series?rev=62673&op=file
==============================================================================
--- trunk/libregexp-grammars-perl/debian/patches/series (added)
+++ trunk/libregexp-grammars-perl/debian/patches/series Sat Sep 18 13:12:46 2010
@@ -1,0 +1,1 @@
+do-not-use-Data-Show.patch
More information about the Pkg-perl-cvs-commits
mailing list