[pkg-kolab] r1284 - /

Mathieu Parent mparent-guest at alioth.debian.org
Sat May 9 22:12:25 UTC 2009


Author: mparent-guest
Date: 2009-05-09 22:12:25 +0000 (Sat, 09 May 2009)
New Revision: 1284

Modified:
   pkg-kolab_toolbox
Log:
Complete previous commit (dput)


Modified: pkg-kolab_toolbox
===================================================================
--- pkg-kolab_toolbox	2009-05-09 22:10:53 UTC (rev 1283)
+++ pkg-kolab_toolbox	2009-05-09 22:12:25 UTC (rev 1284)
@@ -132,7 +132,7 @@
 sub process {
     my $action = shift;
     info("Empty branch `$o_branch'") if(!defined($branches{$o_branch}));
-    if($action eq 'build' || $action eq 'command' || $action eq 'prepare') {
+    if($action eq 'build' || $action eq 'command' || $action eq 'prepare' || $action eq 'dput') {
 	chomp $o_basedir;
         for my $package ( keys %{ $branches{$o_branch} } ) {
             my $branch = $branches{$o_branch}{$package};




More information about the pkg-kolab-devel mailing list