Removed upstream dir
[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
deleted file mode 100755 (executable)
index 2455a58..0000000
+++ /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 <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 ();