[med-svn] [cnrun] 06/11: pass --enable-all configure flags from debian/rules to build all packages

andrei zavada hmmr-guest at moszumanska.debian.org
Sat Jan 30 17:27:51 UTC 2016


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

hmmr-guest pushed a commit to branch WIP
in repository cnrun.

commit 50608bfb8c5f320ea8939b65f5a3b0313637fd49
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Sun Jan 3 18:44:20 2016 +0200

    pass --enable-all configure flags from debian/rules to build all packages
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 95f91ee..eea62ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ DEB_BUILD_OPTIONS = parallel=4
 	dh $@ --with autoreconf --parallel
 #	dh $@ -plua-cnrun --buildsystem=lua --with lua
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-tools --enable-lua-api-docs
+
 # Perhaps I didn't try hard enough, but there was a conflict between
 # upstream's own, independent way to install Lua module as
 # /usr/lib/lua/5.x/cnrun.so, and Debian's recommended, using

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



More information about the debian-med-commit mailing list