Adding side stream changes to Maemian. Working to integrate full upstream libraries...
[maemian] / nokia-lintian / debian / patches / 500-backport-1.23.23-tilda-bts-381965.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 500-backport-1.23.23-tilda-bts-381965.dpatch by Alexander Kanevskiy <alexander.kanevskiy@nokia.com>
3 ##
4 ## DP: Backport of BTS#381965
5
6 --- lintian-1.23.22/checks/fields       2007-03-07 11:48:23.768122905 +0200
7 +++ lintian-1.23.23/checks/fields       2007-03-07 11:49:32.144002314 +0200
8 @@ -709,7 +709,7 @@
9  
10         # epoch check means nothing here... This check is only useful to detect
11         # weird characters in version (and to get the debian revision)
12 -       if ($ver =~ m/^(\d+:)?([-\.+:A-Z0-9]+?)(-[\.+A-Z0-9]+)?$/i) {
13 +       if ($ver =~ m/^(\d+:)?([-\.+:~A-Z0-9]+?)(-[\.+~A-Z0-9]+)?$/i) {
14                 return ($1, $2, $3);
15         } else {
16                 return ();