[mutt] 02/04: enabled lua scripting with --enable-lua.

Antonio Radici antonio at moszumanska.debian.org
Sat Jun 24 13:36:35 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 6d227311f07a8cd4a343e6756e9d1617a364923c
Author: Antonio Radici <antonio at debian.org>
Date:   Sat Jun 24 13:55:12 2017 +0100

    enabled lua scripting with --enable-lua.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index be7bc25..6c3c31d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ mutt (1.8.3+20170609-1) UNRELEASED; urgency=medium
   * debian/rules:
     + removed NEWS, does not exist anymore.
     + build mutt_dotlock with --enable-dotlock.
+    + enabled lua scripting with --enable-lua.
   * debian/mutt.docs: removed some docs that do not exist anymore.
   * debian/mutt.lintian-overrides: masked testsuite warning, not available.
 
diff --git a/debian/control b/debian/control
index 47981bc..0891a03 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Mutt maintainers <pkg-mutt-maintainers at lists.alioth.debian.org>
 Uploaders:
  Antonio Radici <antonio at debian.org>,
  Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf,
+Build-Depends: debhelper (>= 9), dh-autoreconf, dh-lua,
  docbook-xml,
  docbook-xsl,
  gawk,
diff --git a/debian/rules b/debian/rules
index 7665588..6227f87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_configure:
 		--enable-fcntl			\
 		--enable-hcache			\
 		--enable-gpgme			\
+		--enable-lua            \
 		--enable-imap			\
 		--enable-smtp			\
 		--enable-pop			\

-- 
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