r29928 - in /trunk/libsvn-hooks-perl: LICENSE MANIFEST META.yml debian/changelog lib/SVN/Hooks.pm lib/SVN/Hooks/JiraAcceptance.pm t/02-jiraacceptance.t

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Jan 22 09:38:34 UTC 2009


Author: angelabad-guest
Date: Thu Jan 22 09:38:31 2009
New Revision: 29928

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29928
Log:
Upstream 0.13.2

Removed:
    trunk/libsvn-hooks-perl/LICENSE
Modified:
    trunk/libsvn-hooks-perl/MANIFEST
    trunk/libsvn-hooks-perl/META.yml
    trunk/libsvn-hooks-perl/debian/changelog
    trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm
    trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm
    trunk/libsvn-hooks-perl/t/02-jiraacceptance.t

Modified: trunk/libsvn-hooks-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/MANIFEST?rev=29928&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/MANIFEST (original)
+++ trunk/libsvn-hooks-perl/MANIFEST Thu Jan 22 09:38:31 2009
@@ -12,7 +12,6 @@
 lib/SVN/Hooks/Mailer.pm
 lib/SVN/Hooks/Notify.pm
 lib/SVN/Hooks/UpdateConfFile.pm
-LICENSE
 Makefile.PL
 MANIFEST
 META.yml

Modified: trunk/libsvn-hooks-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/META.yml?rev=29928&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/META.yml (original)
+++ trunk/libsvn-hooks-perl/META.yml Thu Jan 22 09:38:31 2009
@@ -1,10 +1,13 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         SVN-Hooks
-version:      0.13.9
-version_from: lib/SVN/Hooks.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                SVN-Hooks
+version:             0.13.12
+abstract:            A framework for implementing Subversion hooks.
+license:             ~
+author:              
+    - Gustavo Chaves <gnustavo at cpan.org>
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
     Email::Send:                   0
     Email::Simple:                 0
     Email::Simple::Creator:        0
@@ -12,6 +15,6 @@
     SVN::Notify:                   0
     Test::More:                    0
     XMLRPC::Lite:                  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

Modified: trunk/libsvn-hooks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/changelog?rev=29928&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/changelog (original)
+++ trunk/libsvn-hooks-perl/debian/changelog Thu Jan 22 09:38:31 2009
@@ -1,3 +1,9 @@
+libsvn-hooks-perl (0.13.12-1) UNRELEASED; urgency=low
+
+  * (NOT RELEASED YET) New upstream release
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 22 Jan 2009 10:37:24 +0100
+
 libsvn-hooks-perl (0.13.9-1) UNRELEASED; urgency=low
 
   REJECTED by ftp-master:

Modified: trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm?rev=29928&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm (original)
+++ trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm Thu Jan 22 09:38:31 2009
@@ -19,7 +19,7 @@
 
 =cut
 
-our $VERSION = '0.13.' . substr(q$Revision: 9 $, 10); # bump from 7
+our $VERSION = '0.13.' . substr(q$Revision: 12 $, 10); # bump from 11
 
 =head1 SYNOPSIS
 

Modified: trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm?rev=29928&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm (original)
+++ trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm Thu Jan 22 09:38:31 2009
@@ -166,8 +166,7 @@
 	    else {
 		chomp $jira_refs;
 		die <<"EOS";
-JIRA_ACCEPTANCE: Could not extract JIRA references from the log message below:
-$jira_refs
+JIRA_ACCEPTANCE: Could not extract JIRA references from the log message.
 $self->{log}{help}
 EOS
 	    }
@@ -196,9 +195,6 @@
 	    or die <<"EOS";
 JIRA_ACCEPTANCE: JIRA rejected this log with the following message:
 $comment
-JIRA_ACCEPTANCE: The references that were passed to JIRA were the following:
-$jira_refs
-$self->{log}{help}
 EOS
     }
 }

Modified: trunk/libsvn-hooks-perl/t/02-jiraacceptance.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/t/02-jiraacceptance.t?rev=29928&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/t/02-jiraacceptance.t (original)
+++ trunk/libsvn-hooks-perl/t/02-jiraacceptance.t Thu Jan 22 09:38:31 2009
@@ -79,7 +79,7 @@
 JIRA_ACCEPTANCE(qr/./ => '*');
 EOS
 
-work_nok('no keys', 'Could not extract JIRA references from the log message below', work('no keys'));
+work_nok('no keys', 'Could not extract JIRA references from the log message', work('no keys'));
 
 set_conf(<<'EOS');
 JIRA_CONFIG('http://no.way.to.get.here', 'user', 'pass');




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