Package: sbuild
Version: 0.57.4-1
Tags: patch

Hi,

If I don't specify a maintainer or an uploader, sbuild dies:
$ sbuild.orig -d unstable transfig_1\:3.2.5-rel-3.1
A maintainer name, uploader name or key ID must be specified in .sbuildrc,
or use -m, -e or -k

Instead, dpkg-genchanges should just use the data from debian/changelog.

Patch:
--- sbuild.orig 2008-07-06 22:10:38.000000000 +0200
+++ sbuild      2008-07-06 22:12:41.000000000 +0200
@@ -81,13 +81,6 @@
        if defined $conf::key_id;
     $conf::maintainer_name=$conf::uploader_name if defined 
$conf::uploader_name;
     $conf::maintainer_name=$conf::key_id if defined $conf::key_id;
-
-    if (!defined($conf::maintainer_name) &&
-       !defined($conf::uploader_name) &&
-       !defined($conf::key_id) ) {
-       die "A maintainer name, uploader name or key ID must be specified in 
.sbuildrc,\nor use -m, -e or -k\n";
-    }
-
 # variables for scripts:
     open_log($options->get('Distribution'));
     $SIG{'INT'} = \&shutdown;
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to