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

lintian: r833 - in trunk: collection debian



Author: rra
Date: 2007-03-10 08:11:19 +0100 (Sat, 10 Mar 2007)
New Revision: 833

Modified:
   trunk/collection/objdump-info
   trunk/debian/changelog
Log:
Merge 1.23.28 change from etch branch:

  * 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: trunk/collection/objdump-info
===================================================================
--- trunk/collection/objdump-info	2007-03-10 07:09:48 UTC (rev 832)
+++ trunk/collection/objdump-info	2007-03-10 07:11:19 UTC (rev 833)
@@ -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: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-03-10 07:09:48 UTC (rev 832)
+++ trunk/debian/changelog	2007-03-10 07:11:19 UTC (rev 833)
@@ -1,4 +1,4 @@
-lintian (1.23.28) UNRELEASED; urgency=low
+lintian (1.23.29) UNRELEASED; urgency=low
 
   * checks/changelog-file{.desc,}:
     + [RA] Check for bug closers without a colon after closes, but only if
@@ -93,6 +93,15 @@
 
  -- Russ Allbery <rra@debian.org>  Mon, 26 Feb 2007 21:58:13 -0800
 
+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: