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=0000000000000000000000000000000000000000;hb=bf47c4c43f1f5f4986e85b74fc82b32048aeb846;hp=2455a58a97a4c6626f0dd06c60fe9cef8249923d;hpb=19fdce4b743853cee27edb892096cf64295c2874;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 deleted file mode 100755 index 2455a58..0000000 --- a/nokia-lintian/debian/patches/500-backport-1.23.23-tilda-bts-381965.dpatch +++ /dev/null @@ -1,16 +0,0 @@ -#! /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 ();