[Bash-completion-devel] Bug#530598: bash-completion: add a dh sequence

Ryan Niebur ryanryan52 at gmail.com
Tue May 26 08:44:17 UTC 2009


Package: bash-completion
Version: 1:1.0-2
Severity: wishlist
Tags: patch

This is untested, but...
it would be nice to be able to use dh_bash-completion like "dh --with
bash-completion".

Dropping this into
/usr/share/perl5/Debian/Debhelper/Sequence/bash-completion.pm should
do it, I think.

#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_installman", "dh_bash-completion");

1;

-- 
_________________________
Ryan Niebur
RyanRyan52 at gmail.com






More information about the Bash-completion-devel mailing list