Package: svn-buildpackage Version: 0.6.9 Severity: minor The error message mentioned in the title should be changed in two ways:
(1) there either shouldn't be a '?' or '?' should give a help message, not an error message (2) if the 'Q' is capitalised, it should be accepted as the default response, whereas currently, a blank response yields an error message. Incidentally, in /usr/share/svn-buildpackage/SDCommon.pl, the regex's used are things like /^q\n/i; better would be /^q$/i, as this doesn't make assumptions about the end-of-line character and expresses your intentions better. Thanks, Julian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]