* question about interactive.singlekey
@ 2011-09-06 20:50 Valentin Haenel
2011-09-06 21:28 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Valentin Haenel @ 2011-09-06 20:50 UTC (permalink / raw)
To: Git-List
Hi,
i have recently installed debian on my laptop. I discovered that the
'interactive.singlekey' setting does not seem to work. On my desktop,
which has been debian for a while it does work. These are both debian
stable and have the exact same version of git v1.7.2.5, but
perhaps slightly different packages of other software installed. Does
the 'interactive.singlekey' setting perhaps need additional libraries
which were forgotten in the debian package dependencies?
Any ideas on where to look are greatly appreciated.
V-
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question about interactive.singlekey
2011-09-06 20:50 question about interactive.singlekey Valentin Haenel
@ 2011-09-06 21:28 ` Junio C Hamano
2011-09-06 21:33 ` Valentin Haenel
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2011-09-06 21:28 UTC (permalink / raw)
To: Valentin Haenel; +Cc: Git-List
Valentin Haenel <valentin@fsfe.org> writes:
> i have recently installed debian on my laptop. I discovered that the
> 'interactive.singlekey' setting does not seem to work. On my desktop,
> which has been debian for a while it does work. These are both debian
> stable and have the exact same version of git v1.7.2.5, but
> perhaps slightly different packages of other software installed. Does
> the 'interactive.singlekey' setting perhaps need additional libraries
> which were forgotten in the debian package dependencies?
I see this:
eval {
require Term::ReadKey;
Term::ReadKey->import;
$use_readkey = 1;
so perhaps...
$ apt-cache search term.*readkey
libterm-readkey-perl - A perl module for simple terminal control
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question about interactive.singlekey
2011-09-06 21:28 ` Junio C Hamano
@ 2011-09-06 21:33 ` Valentin Haenel
2011-09-06 21:42 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Valentin Haenel @ 2011-09-06 21:33 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git-List
* Junio C Hamano <gitster@pobox.com> [110906]:
> Valentin Haenel <valentin@fsfe.org> writes:
>
> > i have recently installed debian on my laptop. I discovered that the
> > 'interactive.singlekey' setting does not seem to work. On my desktop,
> > which has been debian for a while it does work. These are both debian
> > stable and have the exact same version of git v1.7.2.5, but
> > perhaps slightly different packages of other software installed. Does
> > the 'interactive.singlekey' setting perhaps need additional libraries
> > which were forgotten in the debian package dependencies?
>
> I see this:
>
> eval {
> require Term::ReadKey;
> Term::ReadKey->import;
> $use_readkey = 1;
>
> so perhaps...
>
> $ apt-cache search term.*readkey
> libterm-readkey-perl - A perl module for simple terminal control
Bingo! Thanks! Should i send this downstream somewhere?
V-
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question about interactive.singlekey
2011-09-06 21:33 ` Valentin Haenel
@ 2011-09-06 21:42 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2011-09-06 21:42 UTC (permalink / raw)
To: Valentin Haenel; +Cc: Gerrit Pape, Git-List
Valentin Haenel <valentin@fsfe.org> writes:
>> > ... Does
>> > the 'interactive.singlekey' setting perhaps need additional libraries
>> > which were forgotten in the debian package dependencies?
>>
>> ...
>> so perhaps...
>>
>> $ apt-cache search term.*readkey
>> libterm-readkey-perl - A perl module for simple terminal control
>
> Bingo! Thanks! Should i send this downstream somewhere?
It may make sense to add libterm-readkey-perl to Suggests, perhaps, but I
am not a debian maintainer and I am not familiar with the policies to
handle a minor dependencies like this.
$ apt-cache show git | grep Maintainer
Maintainer: Gerrit Pape <pape@smarden.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-06 21:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 20:50 question about interactive.singlekey Valentin Haenel
2011-09-06 21:28 ` Junio C Hamano
2011-09-06 21:33 ` Valentin Haenel
2011-09-06 21:42 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).