Commit 49192e7a8cd213f561528fc61fe7a71890ea944f
Exists in
master
and in
29 other branches
Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
3 additions
and
1 deletions
Show diff stats
Gemfile
debian/control
script/install-dependencies/debian-wheezy.sh
... | ... | @@ -63,7 +63,7 @@ run sudo apt-get -qy dist-upgrade |
63 | 63 | run sudo apt-get -y install dctrl-tools |
64 | 64 | |
65 | 65 | # needed to run noosfero |
66 | -packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debian/control | sed -e 's/([^)]*)//g; s/,\s*/\n/g' | grep -v 'memcached\|debconf\|dbconfig-common\|misc:Depends\|adduser\|mail-transport-agent') | |
66 | +packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debian/control | sed -e '/^\s*#/d; s/([^)]*)//g; s/,\s*/\n/g' | grep -v 'memcached\|debconf\|dbconfig-common\|misc:Depends\|adduser\|mail-transport-agent') | |
67 | 67 | run sudo apt-get -y install $packages |
68 | 68 | sudo apt-get -y install iceweasel || sudo apt-get -y install firefox |
69 | 69 | ... | ... |