Bug#625469: improvements for tar, cryptsetup, imagemagick completions and the _parse_help function

2018-12-06 Thread Gabriel F. T. Gomes
Hello, Frank,

On Tue, 3 May 2011 20:02:54 +0200 David Paleino  wrote:
> 
> On Tue, 03 May 2011 10:46:19 -0700, Frank Harwald wrote:
> 
> > Package: bash-completion
> > Version: 1.2-3
> > 
> > I made several improvements for the bash-completion package.
> > [..]
> 
> Would you please make a clone of our git repository, make single commits, use
> "git format-patch", and then send the resulting patches to the
> bash-completion-de...@lists.alioth.debian.org mailing list?

Do you still have local improvements that you would like to share?  We
can work on getting them integrated into the upstream sources, as well
as into Debian.

Let me know if you still want to do it and how I can help you.

Kind regards,
Gabriel



Bug#625469: improvements for tar, cryptsetup, imagemagick completions and the _parse_help function

2011-05-03 Thread David Paleino
Hello Frank,

On Tue, 03 May 2011 10:46:19 -0700, Frank Harwald wrote:

> Package: bash-completion
> Version: 1.2-3
> 
> I made several improvements for the bash-completion package.
> [..]

Would you please make a clone of our git repository, make single commits, use
"git format-patch", and then send the resulting patches to the
bash-completion-de...@lists.alioth.debian.org mailing list?

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#625469: improvements for tar, cryptsetup, imagemagick completions and the _parse_help function

2011-05-03 Thread Frank Harwald
Package: bash-completion
Version: 1.2-3

I made several improvements for the bash-completion package.

The improved completion for tar is much more thoroughly implemented than the 
original
one from the bash-completion package and almost fully featured, the only thing 
that may
not complete correctly are some suboptions of the multi-volume option -M as I 
never use
it and I don't know how that works. It does proper argument counting and 
completes
accordingly.

The improved version of the cryptsetup completion honors options before the 
action
argument and completes on keyslot numbers for actions that uses them and it only
completes on usable block devices instead of everything under /dev amongst other
improvements.

The improved verion of the imagemagick tools completions uses a more flexible 
approach
of getting all of the options than the one in the bash-completion package by 
replacing
most of the static option chunks with dynamic options loading.

The improved version of the _parse_help function is backwards drop-in 
compatible with
the one in the bash-completion package version 1.2-3. It creates less processes 
and
works for more completions:
bzip2 gcc genisoimage gzip imagemagick k3b lzma lzop make man net-tools pm-utils
tar xz 

everything is in the gzipped tar ball attached to this mail. The _parse_help 
function
is in a diff -u.





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