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
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 (executable)
index 0000000..2455a58
--- /dev/null
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 500-backport-1.23.23-tilda-bts-381965.dpatch by Alexander Kanevskiy <alexander.kanevskiy@nokia.com>
+##
+## 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 ();