Your message dated Thu, 17 May 2012 10:09:58 -0700
with message-id <[email protected]>
and subject line 1.0.0 uploaded
has caused the Debian Bug report #589860,
regarding Ignore does not ignore directories
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.)
--
589860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589860
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xstow
Version: 0.5.1-6
Severity: normal
--help says -i should ignore files and directories. However, it seems to
only work on files, and the source code seems to agree...
if( nn->getType() == FILE ) // <--- doesn't that mean files only?
{
if( match_ignore( nn->file.get_name() ) )
{
DEBUG( OUT(2)( "file %s ignored\n", CppDir::concat_dir(
getFullPathName(), nn->file.get_name() ) ) );
continue;
}
}
This means its impossible to do a -i .svn, which is quite unforunate.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.34-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 1.0.0-1
Sorry for the delay on this. 1.0.0 has finally been uploaded and
directories are now ignored.
--
Mats Rynge
--- End Message ---