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 6CB55429E29 for ; Sun, 19 Jun 2011 13:10:26 -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 txk188U2UWJz for ; Sun, 19 Jun 2011 13:10:25 -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 5BEDA431FB6 for ; Sun, 19 Jun 2011 13:10:25 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 8FFBE66E05D8; Sun, 19 Jun 2011 13:10:23 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com [98.149.172.122]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 436EE66E051B; Sun, 19 Jun 2011 13:10:16 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id 38F2225D; Sun, 19 Jun 2011 13:10:16 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH] debian: break up build-depends on separate lines Date: Sun, 19 Jun 2011 13:10:10 -0700 Message-Id: <1308514210-18999-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.5.3 In-Reply-To: <1308513223-27163-2-git-send-email-david@tethera.net> References: <1308513223-27163-2-git-send-email-david@tethera.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: Sun, 19 Jun 2011 20:10:26 -0000 For clarity and cleaner future diffs. --- debian/control | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fa5f762..8ffa22b 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,15 @@ Section: mail Priority: extra Maintainer: Carl Worth Uploaders: Jameson Graef Rollins , martin f. krafft -Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, - libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs (>= 23~), - python-all (>= 2.6.6-3~) +Build-Depends: + debhelper (>= 7.0.50~), + pkg-config, + libxapian-dev, + libgmime-2.4-dev, + libtalloc-dev, + libz-dev, + emacs (>= 23~), + 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