* Gunnar Wolf <gw...@gwolf.org>, 2010-04-09, 19:16:
When building a package with more than one source tarball, only the main tarball is considered.
The attached patch partially fixes the problem: --svn-download-orig doesn't work as expected, but if all the tarballs are already on disk, the build should succeed.
-- Jakub Wilk
diff -Nru svn-buildpackage-0.8.3/svn-buildpackage svn-buildpackage-0.8.3+nmu1/svn-buildpackage --- svn-buildpackage-0.8.3/svn-buildpackage 2010-05-31 00:09:39.000000000 +0200 +++ svn-buildpackage-0.8.3+nmu1/svn-buildpackage 2011-06-14 03:45:12.000000000 +0200 @@ -628,6 +628,8 @@ } else { withecho "mv", "$ba/tmp-$mod", "$bdir/$component"; } + $mod=rand; + mkdir "$ba/tmp-$mod"; } } if($opt_nolinks || $opt_ignnew) {