Hello, On Sat, 12 Sep 2009, Jason Heeris wrote: > When I use "dpkg-source -b -i" on an SVN source tree, the resulting > source package still contains the SVN control dirs. I would expect that > it would leave these out.
Do you have a file nautilussvn_0.12.beta1.2.orig.tar.gz available? Because your sample script doesn't mention any... If you don't have any upstream tarball, it will generate a native source packages and the -i is useless in that case, you (also) want -I to ignore files in the generated tarball (and not in the diff). > echo " ++++ Building source package..." > dpkg-source -i -b $DIRNAME Try with -I instead of -i here (or with both: "-i -I"). Anyway, this looks like user-error and not a bug. I'll close it once you confirm that it works with -I (or with -i and a proper orig.tar.gz). Cheers, -- Raphaƫl Hertzog -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

