From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EFzzGCDwRF9rGQAA0tVLHw (envelope-from ) for ; Tue, 25 Aug 2020 11:04:00 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2P6lFCDwRF9LGgAAbx9fmQ (envelope-from ) for ; Tue, 25 Aug 2020 11:04:00 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 220F79402A2 for ; Tue, 25 Aug 2020 11:04:00 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 84D3629C2C; Tue, 25 Aug 2020 07:03:41 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 565FA29C25 for ; Tue, 25 Aug 2020 07:03:35 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id BFE745FDF5; Tue, 25 Aug 2020 07:03:34 -0400 (EDT) Received: (nullmailer pid 389520 invoked by uid 1000); Tue, 25 Aug 2020 11:03:31 -0000 From: David Bremner To: notmuch@notmuchmail.org Cc: David Bremner Subject: [PATCH 3/3] debian: drop notmuch-emacs dependency package Date: Tue, 25 Aug 2020 08:03:26 -0300 Message-Id: <20200825110326.389469-3-david@tethera.net> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200825110326.389469-1-david@tethera.net> References: <20200825110326.389469-1-david@tethera.net> MIME-Version: 1.0 Message-ID-Hash: BQYECAAIOYCDI3SCYXODZM44VZQJZQNW X-Message-ID-Hash: BQYECAAIOYCDI3SCYXODZM44VZQJZQNW X-MailFrom: bremner@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 1.53 X-TUID: BtznbLxqf9jE elpa-notmuch is now present in oldstable, and we don't need to support direct upgrades from older releases than that. --- debian/changelog | 4 +++- debian/control | 9 --------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index b2da56c5..b800e361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ notmuch (0.31~rc2-1) experimental; urgency=medium #944269). * Bug fix: "suggest mailscripts", thanks to Sean Whitton (Closes: #944270). + * Bug fix: "please drop transitional package notmuch-emacs from + src:notmuch", thanks to Holger Levsen (Closes: #940738). - -- David Bremner Tue, 25 Aug 2020 07:37:30 -0300 + -- David Bremner Tue, 25 Aug 2020 07:51:33 -0300 notmuch (0.31~rc1-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 7cbe9508..75359bc4 100644 --- a/debian/control +++ b/debian/control @@ -148,15 +148,6 @@ Description: Ruby interface to the notmuch mail search and index library This package provides a Ruby interface to the notmuch functionality, directly interfacing with a shared notmuch library. -Package: notmuch-emacs -Section: oldlibs -Architecture: all -Depends: - elpa-notmuch, - ${misc:Depends}, -Description: thread-based email index, search and tagging (transitional package) - This dummy package help ease transition to the new package elpa-notmuch - Package: elpa-notmuch Architecture: all Depends: -- 2.28.0