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ó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Kiko Veneno - Currito ta ta ta
--- example.sbuildrc~ 2005-11-30 02:09:11.000000000 +0100
+++ example.sbuildrc 2005-11-30 02:09:29.000000000 +0100
@@ -16,11 +16,11 @@
#$maintainer_name="Roman Hodek <[EMAIL PROTECTED]>";
# Name to use as override in .changes file for the Changed-By: field.
-#$uploader_name="Francesco Paolo Lovergine <[EMAIL PROTECTED]>";
+#$uploader_name="Francesco Paolo Lovergine <[EMAIL PROTECTED]>";
# Keyid to use in .changes for the current upload.
# It overrides both $maintainer_name and $uploader_name
-#$key_id="Francesco Paolo Lovergine <[EMAIL PROTECTED]>";
+#$key_id="Francesco Paolo Lovergine <[EMAIL PROTECTED]>";
# When to purge the build directory afterwards; possible values are "never",
# "successful", and "always"