Author: he
Date: 2005-07-09 09:09:40 +0200 (Sat, 09 Jul 2005)
New Revision: 428

Modified:
   trunk/checks/shared-libs
   trunk/debian/changelog
Log:
checks/shared-libs:
  + [HE] Don't allow non-PIC shared libraries. This conforms to the new
     etch release policy. Thanks for the report and patch to Kurt Roeckx
     <[EMAIL PROTECTED]>. (Closes: #309220)


Modified: trunk/checks/shared-libs
===================================================================
--- trunk/checks/shared-libs    2005-07-09 07:01:09 UTC (rev 427)
+++ trunk/checks/shared-libs    2005-07-09 07:09:40 UTC (rev 428)
@@ -72,8 +72,7 @@
     } elsif (m/^\s*SONAME\s+(\S+)/o) {
        $SONAME{$file} = $1;
     } elsif (m/^\s*TEXTREL\s/o) {
-       tag "shlib-with-non-pic-code", "$file"
-           if exists $ldso_dir{dirname($file)};
+       tag "shlib-with-non-pic-code", "$file";
     } elsif (m/^\s*INTERP\s/) {
        $INTERP{$file} = 1;
     } else {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2005-07-09 07:01:09 UTC (rev 427)
+++ trunk/debian/changelog      2005-07-09 07:09:40 UTC (rev 428)
@@ -30,6 +30,11 @@
     + [HE] Check for use of "." as a deprecated separator between user and
       group names in chown call. (Closes: #88340)
 
+  * checks/shared-libs:
+    + [HE] Don't allow non-PIC shared libraries. This conforms to the new
+      etch release policy. Thanks for the report and patch to Kurt Roeckx
+      <[EMAIL PROTECTED]>. (Closes: #309220)
+
  -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Tue, 21 Jun 2005 14:40:53 +0200
 
 lintian (1.23.9) unstable; urgency=low


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to