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).
--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
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 )
{