Your message dated Mon, 21 Sep 2009 15:42:30 +0200
with message-id <20090921134230.gb23...@rivendell>
and subject line Re: Bug#546204: [dpkg-dev] dpkg-source: ignore flag doesn't
work as expected
has caused the Debian Bug report #546204,
regarding [dpkg-dev] dpkg-source: ignore flag doesn't work as expected
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
546204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546204
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 |
--- End Message ---
--- Begin Message ---
On Mon, 21 Sep 2009, Jason Heeris wrote:
> > 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).
>
> Okay, this works as expected. Thanks very much and apologies for the
> spurious report.
Thanks, closing.
Cheers,
--
Raphaƫl Hertzog
--- End Message ---