From: Stefano Zacchiroli Date: Sat, 24 Jan 2015 09:11:41 +0000 (+0100) Subject: [PATCH 3/3] debian packaging: drop dep notmuch-mutt -> libmailtools-perl X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be21e7171832030ffa6fdff92db38d58eb14660f;p=notmuch-archives.git [PATCH 3/3] debian packaging: drop dep notmuch-mutt -> libmailtools-perl --- diff --git a/33/cac0b61a28d74f1e638b0c3c5caebc72e861ba b/33/cac0b61a28d74f1e638b0c3c5caebc72e861ba new file mode 100644 index 000000000..06b810241 --- /dev/null +++ b/33/cac0b61a28d74f1e638b0c3c5caebc72e861ba @@ -0,0 +1,100 @@ +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 10B4E431FC4 + for ; Sat, 24 Jan 2015 01:18:25 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.338 +X-Spam-Level: ** +X-Spam-Status: No, score=2.338 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + DNS_FROM_AHBL_RHSBL=2.438] 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 n7pv7wkEDmSL for ; + Sat, 24 Jan 2015 01:18:24 -0800 (PST) +Received: from upsilon.cc (upsilon.cc [178.32.142.91]) + by olra.theworths.org (Postfix) with ESMTP id C5A3B431FD4 + for ; Sat, 24 Jan 2015 01:18:20 -0800 (PST) +Received: from timira.takhisis.invalid (unknown + [IPv6:2a01:e34:ec24:5360:7e7a:91ff:fe72:81b6]) + by upsilon.cc (Postfix) with ESMTPSA id 1513310DBB; + Sat, 24 Jan 2015 10:11:52 +0100 (CET) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail; + t=1422090712; bh=FmfIC2nRu27ypXf5V0sJdNba6p+b/OfewAgM70YtiEQ=; + h=From:To:Cc:Subject:Date:In-Reply-To:References:From; + b=hjJ2r/yzzItJ3ymlYCOCvrpiGB46rhTkC5inHFPGglTcs2AACDGZFUagvkk9HkWgU + XUckkEBLU9hugKlbwgRfpBR9Mi+QGNEoMtgc5wMoJHKYizzeWGeMk52x7cVtPRAz97 + +YhZrS6YoNGUImyaQXOGSjiNnGJ/y3JkELBgBPkM= +Received: by timira.takhisis.invalid (Postfix, from userid 1000) + id F0AAC600E1; Sat, 24 Jan 2015 10:11:50 +0100 (CET) +From: Stefano Zacchiroli +To: notmuch@notmuchmail.org +Subject: [PATCH 3/3] debian packaging: drop dep notmuch-mutt -> + libmailtools-perl +Date: Sat, 24 Jan 2015 10:11:41 +0100 +Message-Id: <1422090701-19385-4-git-send-email-zack@upsilon.cc> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1422090701-19385-1-git-send-email-zack@upsilon.cc> +References: <1422090701-19385-1-git-send-email-zack@upsilon.cc> +Cc: "Jan N. Klug" , Stefano Zacchiroli +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: Sat, 24 Jan 2015 09:18:25 -0000 + +Rationale: the dependency is no longer needed after the rewrite of +get_message_id(). + +Note that Digest::SHA, needed by the new implementation of +get_message_id(), is shipped by the perl package itself, which is in +an implied dependency of other lib*-perl packages. So there is no need +to list perl explicitly as a dependency. +--- + debian/changelog | 8 ++++++++ + debian/control | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +diff --git a/debian/changelog b/debian/changelog +index fbd15b8..2fa0f96 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,11 @@ ++notmuch (0.19-2) experimental; urgency=medium ++ ++ [ Stefano Zacchiroli ] ++ * notmuch-mutt: drop dependency on libmailtools-perl, because we no ++ longer need Mail::Internet ++ ++ -- ++ + notmuch (0.19-1) experimental; urgency=medium + + * New upstream release. +diff --git a/debian/control b/debian/control +index 4bc4cd9..84dbf32 100644 +--- a/debian/control ++++ b/debian/control +@@ -144,7 +144,7 @@ Package: notmuch-mutt + Architecture: all + Depends: + notmuch (>= 0.4), +- libmail-box-perl, libmailtools-perl, ++ libmail-box-perl, + libstring-shellquote-perl, libterm-readline-gnu-perl, + ${misc:Depends} + Recommends: mutt +-- +2.1.4 +