From: Felipe Contreras Date: Mon, 3 Jun 2013 00:44:59 +0000 (+1900) Subject: [PATCH] debian: build notmuch-vim again X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=afc681cf05825f0fc2123da11ed307fbb9cd1ada;p=notmuch-archives.git [PATCH] debian: build notmuch-vim again --- diff --git a/c9/a172e193e218af0727daa60410386745364e3a b/c9/a172e193e218af0727daa60410386745364e3a new file mode 100644 index 000000000..eee0a2c64 --- /dev/null +++ b/c9/a172e193e218af0727daa60410386745364e3a @@ -0,0 +1,95 @@ +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 4F22E429E5A + for ; Sun, 2 Jun 2013 17:46:51 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 IWyTRdZ6PQrR for ; + Sun, 2 Jun 2013 17:46:45 -0700 (PDT) +Received: from mail-ye0-f169.google.com (mail-ye0-f169.google.com + [209.85.213.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C5908429E55 + for ; Sun, 2 Jun 2013 17:46:45 -0700 (PDT) +Received: by mail-ye0-f169.google.com with SMTP id m9so966219yen.28 + for ; Sun, 02 Jun 2013 17:46:44 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:x-mailer; + bh=X8RaN4siGxFLcGc+Wwl6jcWvVuhbPmlloHp7fHNu/8k=; + b=ztdutjW137e6wiAKeejojBo9qbeJpwQttIyu89wVI7h7F9LhGWydqGZWLdP+Fr/Rui + xFrD5oodxblBOxnOKWII03Pe9tOG1unk06+Q8n6CE89C8ACY+FW8/JLR5ZSlhCf44f9j + RYyPGoZtm5Er+ujU9/UV44iS61/DgWqvVAaYPm5ECJmnY+r/NHCB/lKk6luLc9p+j8DP + iHd5lVuJs6syz8Q3GuDmpXa4FQSbL+YzhMHnAcdB1TPFAWZdRJcCklSzZoiNnYGCi7bx + z4ah07Cas5fEOtuyCX1WfEFhABn7vJ57OBb8ZzhT+e4TRvHhEx8FtN4IVUvpoAku+QI0 + /20A== +X-Received: by 10.236.147.177 with SMTP id t37mr12976001yhj.158.1370220404100; + Sun, 02 Jun 2013 17:46:44 -0700 (PDT) +Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) + by mx.google.com with ESMTPSA id z67sm33782560yhb.5.2013.06.02.17.46.42 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 02 Jun 2013 17:46:43 -0700 (PDT) +From: Felipe Contreras +To: notmuch@notmuchmail.org +Subject: [PATCH] debian: build notmuch-vim again +Date: Sun, 2 Jun 2013 19:44:59 -0500 +Message-Id: <1370220299-14722-1-git-send-email-felipe.contreras@gmail.com> +X-Mailer: git-send-email 1.8.3.358.g5a91d05 +Cc: David Bremner +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: Mon, 03 Jun 2013 00:46:51 -0000 + +Signed-off-by: Felipe Contreras +--- + debian/control | 15 +++++++++++++++ + 1 file changed, 15 insertions(+) + +diff --git a/debian/control b/debian/control +index 08071be..273a5a7 100644 +--- a/debian/control ++++ b/debian/control +@@ -120,6 +120,21 @@ Description: thread-based email index, search and tagging (emacs interface) + This package provides an emacs based mail user agent based on + notmuch. + ++Package: notmuch-vim ++Architecture: all ++Section: mail ++Breaks: notmuch (<<0.6~254~) ++Replaces: notmuch (<<0.6~254~) ++Depends: ${misc:Depends}, notmuch, vim-addon-manager ++Description: thread-based email index, search and tagging (vim interface) ++ Notmuch is a system for indexing, searching, reading, and tagging ++ large collections of email messages in maildir or mh format. It uses ++ the Xapian library to provide fast, full-text search with a very ++ convenient search syntax. ++ . ++ This package provides a vim based mail user agent based on ++ notmuch. ++ + Package: notmuch-mutt + Architecture: all + Depends: +-- +1.8.3.358.g5a91d05 +