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 4C5A3431FB6 for ; Tue, 21 Jun 2011 10:31:35 -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 FcQOoJwMU7b9 for ; Tue, 21 Jun 2011 10:31:34 -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 ACCF5431FD0 for ; Tue, 21 Jun 2011 10:31:34 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id DA46B66E00E3; Tue, 21 Jun 2011 10:31:32 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from servo.finestructure.net (DHCP-123-207.caltech.edu [131.215.123.207]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 83A6B66E00DE; Tue, 21 Jun 2011 10:31:27 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id 9B87C1F8; Tue, 21 Jun 2011 10:31:28 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH 2/4] debian: break up Build-Depends on separate lines Date: Tue, 21 Jun 2011 10:31:23 -0700 Message-Id: <1308677485-6846-2-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.5.3 In-Reply-To: <1308677485-6846-1-git-send-email-jrollins@finestructure.net> References: <87wrgfqprg.fsf@zancas.localnet> <1308677485-6846-1-git-send-email-jrollins@finestructure.net> 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:35 -0000 --- debian/control | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 51353de..0c998df 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,18 @@ Section: mail Priority: extra Maintainer: Carl Worth Uploaders: - martin f. krafft , + 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~) +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~), Standards-Version: 3.9.1.0 Homepage: http://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch -- 1.7.5.3