r26677 - in /trunk/libsvn-look-perl: Changes META.yml README debian/changelog lib/SVN/Look.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Nov 6 09:17:36 UTC 2008


Author: angelabad-guest
Date: Thu Nov  6 09:17:33 2008
New Revision: 26677

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26677
Log:
Fix copyright in upstream, switch to unstable

Modified:
    trunk/libsvn-look-perl/Changes
    trunk/libsvn-look-perl/META.yml
    trunk/libsvn-look-perl/README
    trunk/libsvn-look-perl/debian/changelog
    trunk/libsvn-look-perl/lib/SVN/Look.pm

Modified: trunk/libsvn-look-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/Changes?rev=26677&op=diff
==============================================================================
--- trunk/libsvn-look-perl/Changes (original)
+++ trunk/libsvn-look-perl/Changes Thu Nov  6 09:17:33 2008
@@ -1,4 +1,8 @@
 Revision history for SVN-Look. -*- text -*-
+
+0.13	2008-11-06
+
+	Changing the LICENSE from GPL to Perl.
 
 0.12	2008-10-09
 

Modified: trunk/libsvn-look-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/META.yml?rev=26677&op=diff
==============================================================================
--- trunk/libsvn-look-perl/META.yml (original)
+++ trunk/libsvn-look-perl/META.yml Thu Nov  6 09:17:33 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                SVN-Look
-version:             0.12.455
+version:             0.13.463
 abstract:            A caching wrapper aroung the svnlook command.
 license:             ~
 author:              

Modified: trunk/libsvn-look-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/README?rev=26677&op=diff
==============================================================================
--- trunk/libsvn-look-perl/README (original)
+++ trunk/libsvn-look-perl/README Thu Nov  6 09:17:33 2008
@@ -1,6 +1,6 @@
 Name:    SVN-Look
 What:    A caching wrapper aroung the svnlook command.
-Version: 0.12
+Version: 0.13
 Author:  Gustavo Chaves <gnustavo at cpan.org>
 
 SVN-Look is a caching wrapper aroung the svnlook command.
@@ -49,5 +49,4 @@
 Copyright (C) 2008 CPqD (http://www.cpqd.com.br/)
 
 This program is free software; you can redistribute it and/or modify it
-under the GNU GPL v3 or newer.
-
+under the same terms as Perl itself.

Modified: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=26677&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (original)
+++ trunk/libsvn-look-perl/debian/changelog Thu Nov  6 09:17:33 2008
@@ -1,6 +1,6 @@
-libsvn-look-perl (0.12.455-1) unstable; urgency=low
- 
+libsvn-look-perl (0.13.463-1) unstable; urgency=low
+
   * Initial Release. (Closes: #504004)
 
- -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Mon, 03 Nov 2008 16:23:10 +0100
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 06 Nov 2008 10:01:07 +0100
 

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=26677&op=diff
==============================================================================
--- trunk/libsvn-look-perl/lib/SVN/Look.pm (original)
+++ trunk/libsvn-look-perl/lib/SVN/Look.pm Thu Nov  6 09:17:33 2008
@@ -10,11 +10,11 @@
 
 =head1 VERSION
 
-Version 0.12
-
-=cut
-
-our $VERSION = '0.12.' . substr(q$Revision: 455 $, 10);
+Version 0.13
+
+=cut
+
+our $VERSION = '0.13.' . substr(q$Revision: 463 $, 10);
 
 =head1 SYNOPSIS
 




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