Package: dpkg-dev Version: 1.15.3.1 Severity: normal 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.
Running lintian on the resulting package gives many warnings of the form: W: nautilussvn source: diff-contains-svn-control-dir [...] The following script will replicate the problem with the repo that I'm experiencing the problem on. It pulls about 2.5MB of data. ---- #!/bin/sh DIRNAME=nautilussvn-0.12.beta1.2 echo " ++++ Checking out NautilusSVN to $DIRNAME..." svn co http://nautilussvn.googlecode.com/svn/trunk/ $DIRNAME echo " ++++ Merging with packaging info..." cd $DIRNAME svn merge ^/packaging/debian/trunk cd .. echo " ++++ Building source package..." dpkg-source -i -b $DIRNAME echo " ++++ Running lintian..." lintian nautilussvn*.dsc ---- Cheers, Jason Heeris --- System information. --- Architecture: amd64 Kernel: Linux 2.6.30.drew Debian Release: squeeze/sid 500 testing www.debian-multimedia.org 500 testing security.debian.org 500 testing ftp.iinet.net.au 500 testing ftp.debian-unofficial.org 500 squeeze www.lamaresh.net --- Package information. --- Depends (Version) | Installed ================================-+-============ dpkg (>= 1.14.6) | 1.15.3.1+b1 perl5 | perl-modules | 5.10.0-25 bzip2 | 1.0.5-3 lzma | 4.43-14 patch (>= 2.2-1) | 2.5.9-5 make | 3.81-6 binutils | 2.19.51.20090723-1 libtimedate-perl | 1.1600-9 Recommends (Version) | Installed ==============================-+-=========== gcc | 4:4.3.3-9 OR c-compiler | build-essential | 11.4 gnupg | 1.4.9-4 gpgv | 1.4.9-4 Suggests (Version) | Installed =================================-+-=========== debian-keyring | 2009.08.27 debian-maintainers | -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org