[SCM] ardour3/master: Don't phone home

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Mar 20 00:38:06 UTC 2013


The following commit has been merged in the master branch:
commit 582f961b22a63407cc19b8f61552b074f4bc7cf8
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Mar 20 01:18:18 2013 +0100

    Don't phone home
    
    A3 can check for community announcements by requesting a URL like
    
       http://community.ardour.org/pingback/linux/3.0?s=Linux&r=3.8.2&m=x86_64
    
    Let's disable this for now.

diff --git a/debian/rules b/debian/rules
index 847ce0e..8b6561d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ endif
 
 LD_LIBRARY_PATH += :$(DEB_DESTDIR)/usr/lib/ardour3/
 
-waf_configure_options = --lv2 --lxvst --freedesktop --configdir=/etc/ --noconfirm --prefix=/usr/
+waf-configure-options = --lv2 --lxvst --freedesktop --configdir=/etc/ --noconfirm --prefix=/usr/ --no-phone-home
 
 DEB_MAKE_INVOKE = ./waf-light -v --destdir=$(CURDIR)/debian/tmp
 DEB_MAKE_INSTALL_TARGET = install

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list