[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r908 - in trunk: checks debian



Author: rra
Date: 2007-06-18 00:38:20 +0200 (Mon, 18 Jun 2007)
New Revision: 908

Modified:
   trunk/checks/shared-libs
   trunk/debian/changelog
Log:
* checks/shared_libs:
  + [RA] Report the correct file for shlib-with-nonpic-code.


Modified: trunk/checks/shared-libs
===================================================================
--- trunk/checks/shared-libs	2007-06-17 22:36:48 UTC (rev 907)
+++ trunk/checks/shared-libs	2007-06-17 22:38:20 UTC (rev 908)
@@ -167,7 +167,7 @@
 	# Now that we're sure this is really a shared library, report on
 	# non-PIC problems.
         if ($cur_file eq $real_file and $TEXTREL{$cur_file}) {
-            tag "shlib-with-non-pic-code", "$file";
+            tag "shlib-with-non-pic-code", "$cur_file";
         }
 
         # don't apply the permission checks to links

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-17 22:36:48 UTC (rev 907)
+++ trunk/debian/changelog	2007-06-17 22:38:20 UTC (rev 908)
@@ -16,8 +16,10 @@
   * checks/scripts:
     + [RA] Add Octave as an interpreter, and allow both versioned and
       unversioned forms.  Thanks, Sebastian Harl.  (Closes: #428403)
+  * checks/shared_libs:
+    + [RA] Report the correct file for shlib-with-nonpic-code.
 
- -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 15:36:23 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 15:37:38 -0700
 
 lintian (1.23.31) unstable; urgency=low
 



Reply to: