[Pkg-ganeti-devel] [ganeti] 07/29: debian/rules: pass --disable-symlinks to configure

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Fri Mar 7 10:15:05 UTC 2014


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

apoikos pushed a commit to branch master
in repository ganeti.

commit caa39bf0bef6f65e93036f27615d6bda4284c1ba
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Thu Feb 27 16:02:02 2014 +0200

    debian/rules: pass --disable-symlinks to configure
    
    We will not ship the symlinks under /etc/ganeti directly, but manage
    them through the maintainer scripts and gnt-upgrade instead.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 7e15ba9..cea8476 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ override_dh_auto_configure: genfiles
 	  --with-extstorage-search-path=/srv/ganeti/extstorage,/usr/local/lib/ganeti/extstorage,/usr/lib/ganeti/extstorage,/usr/share/ganeti/extstorage \
 	  --docdir=/usr/share/doc/ganeti \
 	  --enable-restricted-commands \
+	  --disable-symlinks \
 	  --with-user-prefix=$(GNT_USERGROUP_PREFIX) \
 	  --with-group-prefix=$(GNT_USERGROUP_PREFIX)
 

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



More information about the Pkg-ganeti-devel mailing list