X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=nokia-lintian%2Fdebian%2Fpatches%2F800-allow-relocatable-objects.dpatch;fp=nokia-lintian%2Fdebian%2Fpatches%2F800-allow-relocatable-objects.dpatch;h=0000000000000000000000000000000000000000;hb=bf47c4c43f1f5f4986e85b74fc82b32048aeb846;hp=2efd3246c918e8f11113aab5e4d3c37cfe7c724c;hpb=19fdce4b743853cee27edb892096cf64295c2874;p=maemian 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 index 2efd324..0000000 --- a/nokia-lintian/debian/patches/800-allow-relocatable-objects.dpatch +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 800-allow-relocatable-objects.dpatch.dpatch by Eero Häkkinen -## -## 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"; - }