r26605 - in /trunk/libsvn-look-perl: META.yml debian/ debian/changelog debian/copyright lib/SVN/Look.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Nov 3 15:32:16 UTC 2008


Author: angelabad-guest
Date: Mon Nov  3 15:32:13 2008
New Revision: 26605

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26605
Log:
Upgrade for copyright problem, svn-bp properties, switch to unstable

Modified:
    trunk/libsvn-look-perl/META.yml
    trunk/libsvn-look-perl/debian/   (props changed)
    trunk/libsvn-look-perl/debian/changelog
    trunk/libsvn-look-perl/debian/copyright
    trunk/libsvn-look-perl/lib/SVN/Look.pm

Modified: trunk/libsvn-look-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/META.yml?rev=26605&op=diff
==============================================================================
--- trunk/libsvn-look-perl/META.yml (original)
+++ trunk/libsvn-look-perl/META.yml Mon Nov  3 15:32:13 2008
@@ -1,12 +1,15 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         SVN-Look
-version:      0.12.442
-version_from: lib/SVN/Look.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                SVN-Look
+version:             0.12.455
+abstract:            A caching wrapper aroung the svnlook command.
+license:             ~
+author:              
+    - Gustavo Chaves <gustavo+perl at gnustavo.org>
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
     File::Spec::Functions:         0
     Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Propchange: trunk/libsvn-look-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:TrunkUrl (added)
+++ svn-bp:TrunkUrl Mon Nov  3 15:32:13 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libsvn-look-perl

Propchange: trunk/libsvn-look-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:tagsUrl (added)
+++ svn-bp:tagsUrl Mon Nov  3 15:32:13 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/tags/libsvn-look-perl

Propchange: trunk/libsvn-look-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsCurrentUrl (added)
+++ svn-bp:upsCurrentUrl Mon Nov  3 15:32:13 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libsvn-look-perl/current

Propchange: trunk/libsvn-look-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsTagUrl (added)
+++ svn-bp:upsTagUrl Mon Nov  3 15:32:13 2008
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libsvn-look-perl

Modified: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=26605&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (original)
+++ trunk/libsvn-look-perl/debian/changelog Mon Nov  3 15:32:13 2008
@@ -1,5 +1,5 @@
-libsvn-look-perl (0.12.442-1) UNRELEASED; urgency=low
+libsvn-look-perl (0.12.455-1) unstable; urgency=low
 
   * Initial Release. (Closes: #504004)
 
- -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Mon, 3 Nov 2008 10:47:19 +0100
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Mon, 03 Nov 2008 16:23:10 +0100

Modified: trunk/libsvn-look-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/copyright?rev=26605&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/copyright (original)
+++ trunk/libsvn-look-perl/debian/copyright Mon Nov  3 15:32:13 2008
@@ -6,10 +6,6 @@
 
 Files: *
 Copyright: Copyright 2008, CPqD (http://www.cpqd.com.br/)
-License: GPL-3+
-
-Files: lib/*
-Copyright: Copyright 2008, Gustavo Chaves <gnustavo at cpan.org>
 License: GPL-3+
 
 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=26605&op=diff
==============================================================================
--- trunk/libsvn-look-perl/lib/SVN/Look.pm (original)
+++ trunk/libsvn-look-perl/lib/SVN/Look.pm Mon Nov  3 15:32:13 2008
@@ -14,7 +14,7 @@
 
 =cut
 
-our $VERSION = '0.12.' . substr(q$Revision: 442 $, 10);
+our $VERSION = '0.12.' . substr(q$Revision: 455 $, 10);
 
 =head1 SYNOPSIS
 
@@ -477,7 +477,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 Gustavo Chaves, all rights reserved.
+Copyright 2008 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




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