Package: unp
Version: 2.0~pre7
Severity: wishlist
Tags: patch

Please add support for 7z file extension in bash_completion


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'testing'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

unp depends on no packages.

unp recommends no packages.

Versions of packages unp suggests:
ii  bzip2                      1.0.5-6       high-quality block-sorting file co
ii  cabextract                 1.4-1         Microsoft Cabinet file unpacker
pn  orange                     <none>        (no description available)
ii  p7zip-full                 9.04~dfsg.1-1 7z and 7za file archivers with hig
ii  unrar                      1:4.0.3-1     Unarchiver for .rar files (non-fre
ii  unzip                      6.0-4         De-archiver for .zip files
pn  xdms                       <none>        (no description available)

-- Configuration Files:
/etc/bash_completion.d/unp changed [not included]

-- no debconf information

*** /home/pevik/tmp/support-for-7z-ext.patch
support for 7z file extension in bash_completion
--- bash_completion.d/unp
+++ bash_completion.d/unp
@@ -11,7 +11,7 @@ _unp()
         COMPREPLY=( $( compgen -W '-u' -- "$cur" ) )
         ;;
         *)
-            _filedir 
'@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|Z|gz|tgz|Gz|dz|lha|LHa|lhz|deb|ar|bz2|tbz2|rpm|shar|rar|arj|cab|ace|tnef|uu|mime|hqx|sea|zoo|pmd|cpio|afio|lzop|tar|lz|xz|lzma)'
+            _filedir 
'@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|Z|gz|tgz|Gz|dz|lha|LHa|lhz|deb|ar|bz2|tbz2|rpm|shar|rar|arj|cab|ace|tnef|uu|mime|hqx|sea|zoo|pmd|cpio|afio|lzop|tar|lz|xz|lzma|7z)'
         ;;
     esac
     return 0



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to