Your message dated Sun, 16 Mar 2008 23:35:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing now
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 ---
Hello, 
As I wrote some weeks ago I'll close this bugreport if there is no fix 
around. The most .ipk files I know are .tar based not ar archives. 
So I don't see a reason to change this behaviour within mc. 

If I would change this behaviour to support ar archives there will be 
plenty of users who doesn't like that new behaviour  and who will be 
unhappy with that change. Since there is in my eyes no real good fix for 
that I'll dare close this bug. 

Please reopen it if you have a fix for supporting both archive types.

Thanks in advance.

Greetings 
Winnie

-- 
 .''`.   Patrick Winnertz <[EMAIL PROTECTED]>
:  :' :  GNU/Linux Debian Developer
`. `'`   http://www.der-winnie.de http://people.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems
      Spamtrap: [EMAIL PROTECTED]

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to