[mutt] 02/03: debian/rules: removed any reference to notmuch.

Antonio Radici antonio at moszumanska.debian.org
Sat Nov 25 18:28:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to branch master
in repository mutt.

commit 339b9e4904ce6999005920653193a1dc08540320
Author: Antonio Radici <antonio at debian.org>
Date:   Sat Nov 25 18:24:30 2017 +0000

    debian/rules: removed any reference to notmuch.
---
 debian/changelog | 3 ++-
 debian/control   | 1 -
 debian/rules     | 8 --------
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fe6a17..0583944 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mutt (1.9.1-5) UNRELEASED; urgency=medium
 
   * debian/NEWS: adding a more detailed message about the new mailcap behavior
     for text/html content.
+  * debian/{rules,control}: removed any reference to notmuch.
 
- -- Antonio Radici <antonio at debian.org>  Fri, 24 Nov 2017 19:07:11 +0000
+ -- Antonio Radici <antonio at debian.org>  Sat, 25 Nov 2017 18:23:05 +0000
 
 mutt (1.9.1-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 4bee8b4..6452d05 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, dh-lua,
  libgpgme11-dev,
  libidn11-dev,
  libkrb5-dev,
- libnotmuch-dev [!alpha !hppa !hurd-i386 !powerpcspe !ppc64 !sh4 !sparc64],
  libncurses5-dev,
  libncursesw5-dev,
  libsasl2-dev,
diff --git a/debian/rules b/debian/rules
index 6227f87..897d164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,6 @@ include /usr/share/dpkg/buildflags.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-no_notmuch_architectures := alpha hppa hurd-i386 powerpcspe ppc64 sh4 sparc64
-ifneq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), $(no_notmuch_architectures)))
-	notmuch = --enable-notmuch
-else
-	notmuch = --disable-notmuch
-endif
-
 %:
 	dh $@ --with autoreconf --builddirectory=debian/build
 
@@ -30,7 +23,6 @@ override_dh_auto_configure:
 		--enable-sidebar		\
 		--enable-nntp			\
 		--enable-dotlock \
-		$(notmuch)			\
 		--disable-fmemopen		\
 						\
 		--with-curses			\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list