X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=nokia-lintian%2Fdebian%2Fpatches%2F500-backport-1.23.23-tilda-bts-381965.dpatch;fp=nokia-lintian%2Fdebian%2Fpatches%2F500-backport-1.23.23-tilda-bts-381965.dpatch;h=2455a58a97a4c6626f0dd06c60fe9cef8249923d;hb=1975b83207a518d59ef6b04c7c16233cb353ca86;hp=0000000000000000000000000000000000000000;hpb=208f636c44e0ec2b53c70aaed2399d8e9cf0e741;p=maemian diff --git a/nokia-lintian/debian/patches/500-backport-1.23.23-tilda-bts-381965.dpatch b/nokia-lintian/debian/patches/500-backport-1.23.23-tilda-bts-381965.dpatch new file mode 100755 index 0000000..2455a58 --- /dev/null +++ b/nokia-lintian/debian/patches/500-backport-1.23.23-tilda-bts-381965.dpatch @@ -0,0 +1,16 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 500-backport-1.23.23-tilda-bts-381965.dpatch by Alexander Kanevskiy +## +## DP: Backport of BTS#381965 + +--- lintian-1.23.22/checks/fields 2007-03-07 11:48:23.768122905 +0200 ++++ lintian-1.23.23/checks/fields 2007-03-07 11:49:32.144002314 +0200 +@@ -709,7 +709,7 @@ + + # epoch check means nothing here... This check is only useful to detect + # weird characters in version (and to get the debian revision) +- if ($ver =~ m/^(\d+:)?([-\.+:A-Z0-9]+?)(-[\.+A-Z0-9]+)?$/i) { ++ if ($ver =~ m/^(\d+:)?([-\.+:~A-Z0-9]+?)(-[\.+~A-Z0-9]+)?$/i) { + return ($1, $2, $3); + } else { + return ();