[From nobody Fri Jul  3 20:41:48 2009
Received: (at submit) by bugs.debian.org; 6 Aug 2005 21:30:22 +0000
Return-path: &lt;martin@sourceguru.net&gt;
Received: from ev1s-67-15-107-34.ev1servers.net (corp02.ipslink.com)
	[67.15.107.34] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E1WFK-0006UA-00; Sat, 06 Aug 2005 14:30:22 -0700
Received: from cpc2-lich4-3-0-cust115.brhm.cable.ntl.com ([82.13.236.115]
	helo=[192.168.1.100]) by corp02.ipslink.com with esmtpa (Exim 4.52)
	id 1E1WFA-00051o-Sv
	for submit@bugs.debian.org; Sat, 06 Aug 2005 16:30:13 -0500
Message-ID: &lt;42F52C02.9040002@sourceguru.net&gt;
Date: Sat, 06 Aug 2005 22:30:42 +0100
From: Martin Meredith &lt;martin@sourceguru.net&gt;
User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050801)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: debsign sets noeecho on terminal - doesnt clear it on interrupt
X-Enigmail-Version: 0.92.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-cPanel-MailScanner-Information: Please contact the ISP for more information
X-cPanel-MailScanner: Not scanned: please contact your Internet E-Mail Service
	Provider for details
X-cPanel-MailScanner-SpamCheck: 
X-cPanel-MailScanner-From: martin@sourceguru.net
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - corp02.ipslink.com
X-AntiAbuse: Original Domain - bugs.debian.org
X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12]
X-AntiAbuse: Sender Address Domain - sourceguru.net
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: devscripts
Version: 2.9.3

When using debsign, if you hit ctrl+c when it asks you for a password,
then this makes it so that the terminal is noecho.

When trying this manually with gpg, it doesnt,

Output from me testing this in a terminal follows

------
mez@apathy:/backports/results$ gpg --sign
simias_1.0.20050608-0ubuntu1_i386.changes

You need a passphrase to unlock the secret key for
user: &quot;Martin Meredith &lt;martin@sourceguru.net&gt;&quot;
1024-bit DSA key, ID 6AAAA569, created 2005-07-12

Enter passphrase:
gpg: Interrupt caught ... exiting

mez@apathy:/backports/results$
mez@apathy:/backports/results$
mez@apathy:/backports/results$
mez@apathy:/backports/results$ sdf
bash: sdf: command not found
mez@apathy:/backports/results$ sdf
bash: sdf: command not found
mez@apathy:/backports/results$ debsign
simias_1.0.20050608-0ubuntu1_i386.changes
 signfile simias_1.0.20050608-0ubuntu1.dsc Martin Meredith
&lt;martin@sourceguru.net&gt;

You need a passphrase to unlock the secret key for
user: &quot;Martin Meredith &lt;martin@sourceguru.net&gt;&quot;
1024-bit DSA key, ID 6AAAA569, created 2005-07-12

Enter passphrase:
gpg: Interrupt caught ... exiting
debsign: gpg error occurred!  Aborting....
mez@apathy:/backports/results$ bash: sdf: command not found
mez@apathy:/backports/results$ bash: sf: command not found
mez@apathy:/backports/results$
----

It's pretty annoying, so I decided to file a bug regarding this.

]