tags 423487 pending
thanks

Eddy Petrişor wrote:
> Hello,
> 
> I just tested the patch Stefano sent and indeed it works properly.
> 
> I updated the comments above the changed lines and the updated patch
> is attached (I'll commit in svn trunk when I get home).

applied in svn-bp's trunk

> ------------------------------------------------------------------------
> 
> Index: svn-buildpackage
> ===================================================================
> --- svn-buildpackage  (revision 4455)
> +++ svn-buildpackage  (working copy)
> @@ -215,10 +215,12 @@
>  }
>  else {
>     push(@builder, "dpkg-buildpackage",@ARGV);
> -   # a simple "helper". Only executed if --svn-tag-only is not used and no
> -   # custom command is choosen and no -d switch is there and no prebuild
> -   # hook is set
> -   if(! $opt_only_tag && (!grep {$_ eq "-d"} @ARGV)
> +   # a simple "helper". Only executed if:
> +   #  neither --svn-tag-only nor --evn-export is used and
> +   #  no custom command is choosen
> +   #  and no -d switch is there
> +   #  and no prebuild hook is set
> +   if(! $opt_only_tag && ! $opt_export && (!grep {$_ eq "-d"} @ARGV)
>        && (! withechoNoPrompt("dpkg-checkbuilddeps")) 
>        && ! $opt_prebuild )
>     {


-- 
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to