[SCM] ardour3/master: debian/rules: One configure option per line
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Tue Sep 24 21:29:53 UTC 2013
The following commit has been merged in the master branch:
commit a4e9aeccb578f5929257633fbeb65a40654ebb1c
Author: Felipe Sateler <fsateler at debian.org>
Date: Tue Sep 24 18:24:07 2013 -0300
debian/rules: One configure option per line
diff --git a/debian/rules b/debian/rules
index bddfc15..eb1eceb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,14 @@ endif
LD_LIBRARY_PATH += :$(DEB_DESTDIR)/usr/lib/ardour3/
-waf-configure-options = --lv2 --lxvst --freedesktop --configdir=/etc/ --noconfirm --prefix=/usr/ --no-phone-home
+waf-configure-options = --lv2 \
+ --lxvst \
+ --freedesktop \
+ --configdir=/etc/ \
+ --noconfirm \
+ --prefix=/usr/ \
+ --no-phone-home \
+
DEB_MAKE_EXTRA_ARGS = -v --destdir=$(CURDIR)/debian/tmp
DEB_MAKE_BUILD_TARGET = build i18n_mo
--
ardour3 packaging
More information about the pkg-multimedia-commits
mailing list