From: Sergei Shilovsky Date: Fri, 3 Oct 2014 16:48:03 +0000 (+0400) Subject: [PATCH] debian: append elinks to notmuch-vim dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d01e5d3a746f1b2be50a78ae1f0bd810ceded4d;p=notmuch-archives.git [PATCH] debian: append elinks to notmuch-vim dependencies --- diff --git a/b7/b5172b88fc8edd9377971e0d05e06998cabbbf b/b7/b5172b88fc8edd9377971e0d05e06998cabbbf new file mode 100644 index 000000000..7114556ad --- /dev/null +++ b/b7/b5172b88fc8edd9377971e0d05e06998cabbbf @@ -0,0 +1,81 @@ +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 DABD7431FC0 + for ; Fri, 3 Oct 2014 09:49:38 -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 Rw59I5b+WCDu for ; + Fri, 3 Oct 2014 09:49:33 -0700 (PDT) +Received: from mail-la0-f54.google.com (mail-la0-f54.google.com + [209.85.215.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 2629B431FB6 + for ; Fri, 3 Oct 2014 09:49:33 -0700 (PDT) +Received: by mail-la0-f54.google.com with SMTP id gm9so1351201lab.41 + for ; Fri, 03 Oct 2014 09:49:30 -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; + bh=CHxTKVlkgvK8LRhrnQrv5WC92Dqqa09eAfaQ6GW+wUM=; + b=t1sdlKmNXXlXl5IjRJDcRbPkGw2Objum4trpGnSKCVZYLbkvc8y9vttJSaPSpo78YO + idnHmuWYDZn7tuJzJL6ORW+36xMUBngdEwQ7dVv01OH/u2GIOhIjac0QrxTAumRfeE4D + tTAbfDqmci0d7QGofh1o6RNc0sIg2LtzyqyQIi/xMBwabFBCgv9JHu45AISeI1W0JS8G + Uf+3GvvkfSFwHBSIOsfmrIBLtk9rmIWePUu4eRW+gQPXPzKEHQisfk2qofN5oL7wWkQZ + b5WFS5LSVYeWXmfGOrgjQ6b3EUZmfPFo26DTs3bbRDNGWZZRAXblUhTJK43sAqy9Qb9F + 3qPQ== +X-Received: by 10.152.7.208 with SMTP id l16mr7160010laa.48.1412354970245; + Fri, 03 Oct 2014 09:49:30 -0700 (PDT) +Received: from localhost (shpd-178-69-254-65.vologda.ru. [178.69.254.65]) + by mx.google.com with ESMTPSA id dw2sm2845233lbc.38.2014.10.03.09.49.28 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 03 Oct 2014 09:49:29 -0700 (PDT) +From: Sergei Shilovsky +To: notmuch@notmuchmail.org +Subject: [PATCH] debian: append elinks to notmuch-vim dependencies +Date: Fri, 3 Oct 2014 20:48:03 +0400 +Message-Id: <1412354883-4737-1-git-send-email-sshilovsky@gmail.com> +X-Mailer: git-send-email 2.1.0 +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: Fri, 03 Oct 2014 16:49:39 -0000 + +notmuch-vim uses elinks to convert HTML messages to text. +--- + debian/control | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/debian/control b/debian/control +index 6298deb..146dfea 100644 +--- a/debian/control ++++ b/debian/control +@@ -128,7 +128,7 @@ Architecture: all + Section: mail + Breaks: notmuch (<<0.6~254~) + Replaces: notmuch (<<0.6~254~) +-Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch ++Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch, elinks + Recommends: ruby-mail + Description: thread-based email index, search and tagging (vim interface) + Notmuch is a system for indexing, searching, reading, and tagging +-- +2.1.0 +