Removed upstream dir
[maemian] / nokia-lintian / debian / patches / 800-allow-architecture-armel.dpatch
diff --git a/nokia-lintian/debian/patches/800-allow-architecture-armel.dpatch b/nokia-lintian/debian/patches/800-allow-architecture-armel.dpatch
deleted file mode 100755 (executable)
index b06b32f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 800-allow-architecture-armel.dpatch by Eero Häkkinen <eero.hakkinen@nokia.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Allow Architecture: armel
-
-@DPATCH@
-diff -urNad lintian-1.23.8~/checks/common_data.pm lintian-1.23.8/checks/common_data.pm
---- lintian-1.23.8~/checks/common_data.pm      2006-06-25 03:35:57.000000000 +0000
-+++ lintian-1.23.8/checks/common_data.pm       2006-07-13 08:38:10.000000000 +0000
-@@ -20,6 +20,10 @@
-     ('i386', 'ia64', 'alpha', 'amd64', 'arm', 'hppa', 'm68k', 'mips',
-      'mipsel', 'powerpc', 's390', 'sparc', 'hurd-i386', 'any', 'all');
-+# Patch:
-+# Allow Architecture: armel
-+map { $known_archs{$_} = 1 } qw( armel );
-+
- # From /usr/share/dpkg/cputable, included here to make lintian results
- # consistent no matter what dpkg one has installed.
- %all_cpus = map { $_ => 1 }