[Bash-completion-devel] Bug#553608: dh sequence still broken?

Trent W. Buck trentbuck at gmail.com
Sun Nov 1 12:42:46 UTC 2009


Package: bash-completion
Version: 1:1.1-1
Severity: normal
File: /usr/share/perl5/Debian/Debhelper/Sequence/bash_completion.pm

As far as I can tell, dh_bash-completion should run straight after
dh_installman.  It doesn't:

    $ dpkg -L bash-completion | grep \\.pm
    /usr/share/perl5/Debian/Debhelper/Sequence/bash_completion.pm
    $ cat /usr/share/perl5/Debian/Debhelper/Sequence/bash_completion.pm
    #!/usr/bin/perl
    use warnings;
    use strict;
    use Debian::Debhelper::Dh_Lib;

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

    1;
    $ screen script -c 'DEB_BUILD_OPTIONS=nocheck debuild -uc -us -tc' ../typescript
    $ screen
    $ grep -2 dh_installman ../typescript
       dh_installchangelogs
       dh_installexamples
       dh_installman
       dh_installcatalogs
       dh_installcron
    $ grep dh_bash-completion ../typescript
    $

It seems to work if I call it manually:

    $ cat debian/bash-completion
    contrib/darcs_completion darcs
    $ dh_bash-completion --no-act --verbose
            installing contrib/darcs_completion as darcs
            install -p -m644 ./contrib/darcs_completion debian/darcs/etc/bash_completion.d/darcs


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-23-openvz (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bash-completion depends on:
ii  bash                          4.0-7      The GNU Bourne Again SHell

bash-completion recommends no packages.

bash-completion suggests no packages.

-- no debconf information





More information about the Bash-completion-devel mailing list