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

lintian: r831 - in branches/etch: collection debian



Author: rra
Date: 2007-03-10 08:00:35 +0100 (Sat, 10 Mar 2007)
New Revision: 831

Modified:
   branches/etch/collection/objdump-info
   branches/etch/debian/changelog
Log:
* collection/objdump-info:
  + [RA] Remove unsafe temporary file creation in left-over debugging
    code added accidentally when fixing #399456.  Thanks, Josh
    Triplett.  (Closes: #414237)

Modified: branches/etch/collection/objdump-info
===================================================================
--- branches/etch/collection/objdump-info	2007-03-10 06:55:14 UTC (rev 830)
+++ branches/etch/collection/objdump-info	2007-03-10 07:00:35 UTC (rev 831)
@@ -43,7 +43,6 @@
 # output in the objdump-info file and let the check script deal with
 # it later.
 for bin in `grep ' ELF' <../file-info | cut -d\: -f1`; do
-    echo "Processing $bin" >> /tmp/debug
     echo "-- $bin" >> ../objdump-info
     if head $bin | grep -q 'packed.*with.*UPX'; then
 	echo "objdump: $bin: Packed with UPX" >> ../objdump-info

Modified: branches/etch/debian/changelog
===================================================================
--- branches/etch/debian/changelog	2007-03-10 06:55:14 UTC (rev 830)
+++ branches/etch/debian/changelog	2007-03-10 07:00:35 UTC (rev 831)
@@ -1,3 +1,12 @@
+lintian (1.23.28) unstable; urgency=high
+
+  * collection/objdump-info:
+    + [RA] Remove unsafe temporary file creation in left-over debugging
+      code added accidentally when fixing #399456.  Thanks, Josh
+      Triplett.  (Closes: #414237)
+
+ -- Russ Allbery <rra@debian.org>  Fri,  9 Mar 2007 22:58:59 -0800
+
 lintian (1.23.27) unstable; urgency=low
 
   The "we haven't run this against the whole archive in a while" release



Reply to: