Package: mc Version: 2:4.6.2-2 Severity: normal mc fails to display zipfile contents after unzip update. Simply setting $op_has_zipinfo=1 seems to fix it for me, don't know if there is a better fix.
zzz:/usr/share/mc/extfs# diff -u uzip.orig uzip --- uzip.orig 2009-05-11 17:55:05.000000000 +0200 +++ uzip 2009-05-11 17:56:22.000000000 +0200 @@ -19,7 +19,7 @@ # Location of the unzip program my $app_unzip = "/usr/bin/unzip"; # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0. -my $op_has_zipinfo = 0; +my $op_has_zipinfo = 1; # Command used to list archives (zipinfo mode) my $cmd_list_zi = "$app_unzip -Z -l -T"; -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.29.1 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=C, LC_CTYPE=de_DE.utf-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mc depends on: ii libc6 2.9-12 GNU C Library: Shared libraries ii libglib2.0-0 2.20.1-2 The GLib library of C routines ii libgpm2 1.20.4-3.2 General Purpose Mouse - shared lib ii libslang2 2.1.4-3 The S-Lang programming library - r mc recommends no packages. Versions of packages mc suggests: pn arj <none> (no description available) ii bzip2 1.0.5-1 high-quality block-sorting file co pn dbview <none> (no description available) ii file 5.03-1 Determines file type using "magic" ii lynx 2.8.7pre2-1 Text-mode WWW Browser (transitiona ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap pn odt2txt <none> (no description available) ii perl 5.10.0-22 Larry Wall's Practical Extraction ii unzip 6.0-1 De-archiver for .zip files ii w3m 0.5.2-2+b1 WWW browsable pager with excellent ii xpdf 3.02-1.4+lenny1 Portable Document Format (PDF) sui pn zip <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

