Removed upstream dir
[maemian] / nokia-lintian / debian / patches / 800-allow-relocatable-objects.dpatch
diff --git a/nokia-lintian/debian/patches/800-allow-relocatable-objects.dpatch b/nokia-lintian/debian/patches/800-allow-relocatable-objects.dpatch
deleted file mode 100755 (executable)
index 2efd324..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 800-allow-relocatable-objects.dpatch.dpatch by Eero Häkkinen <eero.hakkinen@nokia.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Allow relocatable objects even if they are not .o or .ko files.
-
-@DPATCH@
-
---- lintian-1.24.2.orig/checks/binaries        2008-08-01 11:42:34.000000000 +0300
-+++ lintian~/checks/binaries   2008-08-01 11:56:57.000000000 +0300
-@@ -216,6 +216,7 @@
-       # a kernel module, debugging symbols, or perhaps a debugging package?
-       # Ocaml executables are exempted, see #252695
-       unless ($file =~ m,\.k?o$, or $pkg =~ m/-dbg$/ or $pkg =~ m/debug/
-+              or $info =~ /\bLSB relocatable\b/
-               or $file =~ m,/lib/debug/, or exists $OCAML{$file}) {
-           tag "unstripped-binary-or-object", "$file";
-       }