r77871 - in /trunk/libsvn-look-perl: Changes META.yml Makefile.PL README debian/changelog debian/control debian/copyright lib/SVN/Look.pm t/test-functions.pl

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Jul 26 13:40:51 UTC 2011


Author: angelabad-guest
Date: Tue Jul 26 13:40:50 2011
New Revision: 77871

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77871
Log:
* New upstream release
* debian/control:
  - Remove libfile-slurp-perl from Build-Depends, now isnt necessary
* debian/copyright:
  - Update copyright years

Modified:
    trunk/libsvn-look-perl/Changes
    trunk/libsvn-look-perl/META.yml
    trunk/libsvn-look-perl/Makefile.PL
    trunk/libsvn-look-perl/README
    trunk/libsvn-look-perl/debian/changelog
    trunk/libsvn-look-perl/debian/control
    trunk/libsvn-look-perl/debian/copyright
    trunk/libsvn-look-perl/lib/SVN/Look.pm
    trunk/libsvn-look-perl/t/test-functions.pl

Modified: trunk/libsvn-look-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/Changes?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/Changes (original)
+++ trunk/libsvn-look-perl/Changes Tue Jul 26 13:40:50 2011
@@ -1,4 +1,8 @@
 Revision history for SVN-Look. -*- text -*-
+
+0.22	2011-07-21
+
+	Avoiding dependency from File::Slurp in the tests.
 
 0.21	2011-07-20
 

Modified: trunk/libsvn-look-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/META.yml?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/META.yml (original)
+++ trunk/libsvn-look-perl/META.yml Tue Jul 26 13:40:50 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               SVN-Look
-version:            0.21
+version:            0.22
 abstract:           A caching wrapper aroung the svnlook command.
 author:
     - Gustavo Chaves <gustavo+perl at gnustavo.org>

Modified: trunk/libsvn-look-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/Makefile.PL?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/Makefile.PL (original)
+++ trunk/libsvn-look-perl/Makefile.PL Tue Jul 26 13:40:50 2011
@@ -15,12 +15,6 @@
 ) or die $usage;
 
 my $svnlook;
-
-if ($^O eq 'MSWin32') {
-    $ENV{PATH} .= ';C:\Program Files (x86)\VisualSVN Server\bin';
-} else {
-    $ENV{PATH} .= ':/usr/local/bin:/usr/bin:/bin';
-}
 
 eval {
     open my $svnlook, '-|', 'svnlook --version' or die;

Modified: trunk/libsvn-look-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/README?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/README (original)
+++ trunk/libsvn-look-perl/README Tue Jul 26 13:40:50 2011
@@ -1,6 +1,6 @@
 Name:    SVN-Look
 What:    A caching wrapper aroung the svnlook command.
-Version: 0.21
+Version: 0.22
 Author:  Gustavo Chaves <gnustavo at cpan.org>
 
 SVN-Look is a caching wrapper aroung the svnlook command.

Modified: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (original)
+++ trunk/libsvn-look-perl/debian/changelog Tue Jul 26 13:40:50 2011
@@ -1,3 +1,13 @@
+libsvn-look-perl (0.22-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Remove libfile-slurp-perl from Build-Depends, now isnt necessary
+  * debian/copyright:
+    - Update copyright years
+
+ -- Angel Abad <angelabad at gmail.com>  Tue, 26 Jul 2011 15:40:42 +0200
+
 libsvn-look-perl (0.21-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libsvn-look-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/control?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/control (original)
+++ trunk/libsvn-look-perl/debian/control Tue Jul 26 13:40:50 2011
@@ -6,9 +6,8 @@
  Jonathan Yu <jawnsy at cpan.org>,
  Antonio Radici <antonio at dyne.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libfile-slurp-perl, 
- liburi-perl,
+Build-Depends-Indep: liburi-perl,
+ perl,
  subversion
 Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsvn-look-perl/

Modified: trunk/libsvn-look-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/copyright?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/copyright (original)
+++ trunk/libsvn-look-perl/debian/copyright Tue Jul 26 13:40:50 2011
@@ -4,7 +4,7 @@
 Name: SVN-Look
 
 Files: *
-Copyright: 2008-2010, CPqD <http://www.cpqd.com.br/>
+Copyright: 2008-2011, CPqD <http://www.cpqd.com.br/>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libsvn-look-perl/lib/SVN/Look.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/lib/SVN/Look.pm?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/lib/SVN/Look.pm (original)
+++ trunk/libsvn-look-perl/lib/SVN/Look.pm Tue Jul 26 13:40:50 2011
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-Version 0.21
-
-=cut
-
-our $VERSION = '0.21';
+Version 0.22
+
+=cut
+
+our $VERSION = '0.22';
 
 =head1 SYNOPSIS
 
@@ -577,7 +577,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2010 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libsvn-look-perl/t/test-functions.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/t/test-functions.pl?rev=77871&op=diff
==============================================================================
--- trunk/libsvn-look-perl/t/test-functions.pl (original)
+++ trunk/libsvn-look-perl/t/test-functions.pl Tue Jul 26 13:40:50 2011
@@ -7,7 +7,6 @@
 use File::Spec::Functions;
 use File::Path;
 use File::Copy;
-use File::Slurp;
 use URI::file;
 
 # Make sure the svn messages come in English.
@@ -51,6 +50,13 @@
     copy(catfile($T, 'repo', 'conf',  'svn-hooks.conf') => catfile($dir, 'svn-hooks.conf'));
 
     system("$script 1>$stdout 2>$stderr");
+}
+
+sub read_file {
+    my ($file) = @_;
+    open my $fd, '<', $file or die "Can't open '$file': $!\n";
+    local $/ = undef;		# slurp mode
+    return <$fd>;
 }
 
 sub work_ok {




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