Bug#341327: sbuild: escape @-sign in example.sbuildrc

2005-11-29 Thread Adeodato Simó
Package: sbuild Version: 0.36 Severity: minor Tags: patch Hello, please apply the attached patch to example.sbuildrc to make clear that the at-sign needs to be escaped in $uploader_name and $key_id (Perl strings). This is already ok in $maintainer_name. Thanks. -- Adeodato Simó

Bug#341327: sbuild: escape @-sign in example.sbuildrc

2005-11-29 Thread Michael Banck
On Wed, Nov 30, 2005 at 02:11:09AM +0100, Adeodato Simó wrote: > please apply the attached patch to example.sbuildrc to make clear that > the at-sign needs to be escaped in $uploader_name and $key_id (Perl > strings). This is already ok in $maintainer_name. How about just using single quotes

Bug#341327: sbuild: escape @-sign in example.sbuildrc

2005-11-29 Thread Adeodato Simó
* Michael Banck [Wed, 30 Nov 2005 02:29:21 +0100]: > How about just using single quotes? > [EMAIL PROTECTED]:~$ grep mailto .sbuildrc > $mailto = '[EMAIL PROTECTED]'; > This is for the sbuild from wanna-build, but I guess it would work here > as well? Sure, suits me fine. Went with the escapi