Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8BC18429E28 for ; Tue, 21 Jun 2011 10:31:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.921 X-Spam-Level: X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5 tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 303hyiAxFsVK for ; Tue, 21 Jun 2011 10:31:36 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 1A464429E25 for ; Tue, 21 Jun 2011 10:31:36 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 29962328008; Tue, 21 Jun 2011 10:23:25 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from servo.finestructure.net (DHCP-123-207.caltech.edu [131.215.123.207]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 42D672E506E8; Tue, 21 Jun 2011 10:23:18 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id 9917F6F6; Tue, 21 Jun 2011 10:31:28 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH 1/4] debian: break up uploaders on separate lines Date: Tue, 21 Jun 2011 10:31:22 -0700 Message-Id: <1308677485-6846-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.5.3 In-Reply-To: <87wrgfqprg.fsf@zancas.localnet> References: <87wrgfqprg.fsf@zancas.localnet> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2011 17:31:37 -0000 --- debian/control | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 4b60af0..51353de 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: notmuch Section: mail Priority: extra Maintainer: Carl Worth -Uploaders: martin f. krafft , - Jameson Graef Rollins , - David Bremner +Uploaders: + martin f. krafft , + Jameson Graef Rollins , + David Bremner , Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs23-nox, python-all (>= 2.6.6-3~) -- 1.7.5.3