]> err.no Git - dpkg/commit
dpkg-source: Don't use \b to match the end
authorFrank Lichtenheld <djpig@debian.org>
Mon, 23 Jan 2006 12:39:52 +0000 (12:39 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Mon, 23 Jan 2006 12:39:52 +0000 (12:39 +0000)
commit2f98cb7f73a2558cf5c1d8b044ec724f8193135c
tree4dac649dd8b365e495261e9180d22c9e14522058
parent0a1588a86331f944742b4e5731565b7c11453d05
dpkg-source: Don't use \b to match the end
of the version in filenames, use (?=[.-]) and (?=\.) instead.
\b doesn't work in case the version ends with ~.
ChangeLog
debian/changelog
scripts/dpkg-source.pl