[libfile-save-home-perl] 02/06: adapt replace-perlidentifier-by-string-random.patch, reword description a bit and forward upstream

Damyan Ivanov dmn at moszumanska.debian.org
Wed Oct 25 10:23:15 UTC 2017


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

dmn pushed a commit to branch master
in repository libfile-save-home-perl.

commit 4fd7f2e3bddb47e4d5206aa92cbedca32fbfb7d1
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Oct 25 10:21:24 2017 +0000

    adapt replace-perlidentifier-by-string-random.patch, reword description a bit and forward upstream
---
 .../replace-perlidentifier-by-string-random.patch  | 29 ++++++++++++----------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/patches/replace-perlidentifier-by-string-random.patch b/debian/patches/replace-perlidentifier-by-string-random.patch
index 75231c8..00e2370 100644
--- a/debian/patches/replace-perlidentifier-by-string-random.patch
+++ b/debian/patches/replace-perlidentifier-by-string-random.patch
@@ -1,21 +1,24 @@
 Description: Replace String::PerlIdentifier by String::Random
- Include String::PerlIdentifier in test instead of building a whole package
+ Use String::Random in tests instead of building a whole package
  (See #695559)
 Bug-Debian: https://bugs.debian.org/695559
-Forwarded: no
 Author: Xavier Guimard <x.guimard at free.fr>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-02-17
+Reviewed-by: Damyan Ivanov <dmn at debian.org>
+Last-Update: 2017-10-25
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123377
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123377
 
 --- a/META.yml
 +++ b/META.yml
-@@ -22,6 +22,5 @@ requires:
-   File::Path: 0
-   File::Spec: 0
-   File::Temp: 0
--  String::PerlIdentifier: 0
-   Test::Simple: 0.44
- version: 0.09
+@@ -22,7 +22,6 @@ requires:
+   File::Path: '0'
+   File::Spec: '0'
+   File::Temp: '0'
+-  String::PerlIdentifier: '0'
+   Test::Simple: '0.44'
+ version: '0.10'
+ x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -14,6 +14,5 @@ WriteMakefile(
@@ -51,9 +54,9 @@ Last-Update: 2013-02-17
      $cwd = cwd();
 --- a/t/03_placefile.t
 +++ b/t/03_placefile.t
-@@ -12,7 +12,8 @@ use_ok('File::Save::Home', qw|
-     conceal_target_file 
-     reveal_target_file 
+@@ -15,7 +15,8 @@ use_ok('File::Save::Home', qw|
+     conceal_target_file
+     reveal_target_file
  | );
 -use_ok('String::PerlIdentifier');
 +use_ok ( 'String::Random', qw(random_regex) );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-save-home-perl.git



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