Your message dated Mon, 2 Nov 2009 11:50:31 +1100
with message-id <20091102005029.ga1...@clio>
and subject line Re: [Bash-completion-devel] Bug#553608: dh sequence still
broken?
has caused the Debian Bug report #553608,
regarding dh sequence still broken?
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.)
--
553608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553608
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Sun, Nov 01, 2009 at 02:27:07PM +0100, David Paleino wrote:
>> As far as I can tell, dh_bash-completion should run straight after
>> dh_installman. It doesn't:
>> [..]
>
> Do you use --with bash-completion in your dh7 debian/rules ?
Ah! I am very stupid, and forgot I needed that. It's working now.
Closing this ticket. Sorry for the noise!
--- End Message ---
_______________________________________________
Bash-completion-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel