Bug#348955: vim: lost syntax/svn.vim in the latest update

Pierre Habouzit pierre.habouzit at m4x.org
Fri Jan 20 10:02:10 UTC 2006


Le Ven 20 Janvier 2006 09:24, Stefano Zacchiroli a écrit :
> tags 348955 + confirmed
> thanks
>
> On Fri, Jan 20, 2006 at 03:23:00AM +0100, Adeodato Simó wrote:
> > Package: vim-runtime
> > Version: 1:6.4-006+2
> >
> > Hi!
> >
> >   Subject is pretty descriptive, here are the details:
>
> Yup, the bug is indeed present also in the svn version of the
> package.
>
> Since I suspect you have at hand the two .deb-s, would you please be
> so kind to check if other files have been lost between the two
> versions of the vim-runtime package? Running debdiff on them should
> be enough.
>
> Many thanks for your report.
> Cheers.


this is what I thought :

dh_install -X.svn generate a find command that (for the interesting 
part) looks like :

find $DIR ! \( -regex .\*.svn.\* )

which excludes svn.vim for a reason I can't understand, since even with 
the regex dot, ^svn.vim$ shouldn't be matched by the regex : .*.svn.* 
that requires a character to be present before the `svn`.


anyway, there is a trivial fix, I'm on it. Since the same find with 
\\.svn instead of .svn does what it should. I think this worth a bug 
report on find.

what do you think ?
-- 
·O·  Pierre Habouzit
··O                                                madcoder at debian.org
OOO                                                http://www.madism.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20060120/4d1c378d/attachment.pgp


More information about the pkg-vim-maintainers mailing list