Bug#507479: debsign: breaks pinentry-curses

2008-12-02 Thread Adam D. Barratt
On Tue, 2008-12-02 at 20:52 +0100, Loïc Minier wrote: > On Tue, Dec 02, 2008, Adam D. Barratt wrote: > > (Updated diff attached) > > I've tested it with pinentry-curses and it worked fine; thanks! Thanks for the quick feedback. I've committed the patch, so both this bug and #507482 will be fixed

Bug#507479: debsign: breaks pinentry-curses

2008-12-02 Thread Loïc Minier
On Tue, Dec 02, 2008, Adam D. Barratt wrote: > (Updated diff attached) I've tested it with pinentry-curses and it worked fine; thanks! -- Loïc Minier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#507479: debsign: breaks pinentry-curses

2008-12-02 Thread Adam D. Barratt
On Tue, 2008-12-02 at 09:49 -0500, James Vega wrote: > On Tue, Dec 02, 2008 at 12:08:35PM -, Adam D. Barratt wrote: > > Hi, > > > > Loïc Minier wrote: > >> debsign doesn't work with pinentry-curses because it seems to use > >> stdin/stdout to draw the password prompt and read the password but

Bug#507479: debsign: breaks pinentry-curses

2008-12-02 Thread James Vega
On Tue, Dec 02, 2008 at 12:08:35PM -, Adam D. Barratt wrote: > Hi, > > Loïc Minier wrote: >> debsign doesn't work with pinentry-curses because it seems to use >> stdin/stdout to draw the password prompt and read the password but >> debsign redirects them. > [...] >> full solution is to crea

Bug#507479: debsign: breaks pinentry-curses

2008-12-02 Thread Adam D. Barratt
Hi, Loïc Minier wrote: debsign doesn't work with pinentry-curses because it seems to use stdin/stdout to draw the password prompt and read the password but debsign redirects them. [...] full solution is to create a temp dir with with a new $1 + newline file, run gpg on this in batch mode

Bug#507479: debsign: breaks pinentry-curses

2008-12-01 Thread Loïc Minier
Package: devscripts Version: 2.10.41 Severity: normal Hi there, debsign doesn't work with pinentry-curses because it seems to use stdin/stdout to draw the password prompt and read the password but debsign redirects them. pinentry-gtk2 will fall back to pinentry-curses if available, s