Your message dated Tue, 11 Aug 2009 15:15:41 +0200
with message-id <20090811131541.ga5...@emachines>
and subject line ipk archives can be either a tar or an ar archive
has caused the Debian Bug report #382772,
regarding Add support for .ipk in mc.ext
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
382772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mc
Version: 1:4.6.2~pre1-3
Severity: wishlist
.ipk files are not tar-compatible. Instead they can be used like .deb
files. I've attached a patch.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (900, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-x60s (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mc depends on:
ii libc6 2.7-9 GNU C Library: Shared libraries
ii libglib2.0-0 2.14.6-1 The GLib library of C routines
ii libgpmg1 1.20.3~pre3-2 General Purpose Mouse - shared lib
ii libslang2 2.1.3-2 The S-Lang programming library - r
mc recommends no packages.
-- no debconf information
--- orig.mc.ext 2008-02-29 15:56:55.000000000 +0100
+++ /etc/mc/mc.ext 2008-02-29 16:01:39.000000000 +0100
@@ -106,8 +106,8 @@
### Archives ###
-# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk
-regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$
+# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z
+regex/\.t([gp]?z|ar\.g?[zZ])$
Open=%cd %p#utar
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
@@ -196,8 +196,8 @@
Open=%cd %p#rpm
View=%view{ascii} if rpm --nosignature --version >/dev/null 2>&1; then
RPM="rpm --nosignature" ; else RPM="rpm" ; fi ; $RPM -qivlp --scripts %f
-# deb
-regex/\.u?deb$
+# deb, ipk
+regex/\.(u?deb|ipk)$
Open=%cd %p#deb
View=%view{ascii} dpkg-deb -I %f && echo && dpkg-deb -c %f
--- End Message ---
--- Begin Message ---
The ipk archives files are tar files.
Upstream team is agree with that.
So, this bug wont be fixed, because there is no bug.
mc vfs already support these files.
I close this bug.
regards
Denis Briand
signature.asc
Description: Digital signature
--- End Message ---