Commit c624a96ced1a05a0a2410e5d1c00722253644ce7
1 parent
58aeae13
Exists in
master
and in
22 other branches
GetText dependencies commented for now
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
debian/control
@@ -26,7 +26,8 @@ Depends: | @@ -26,7 +26,8 @@ Depends: | ||
26 | ruby, | 26 | ruby, |
27 | ruby1.9.3, | 27 | ruby1.9.3, |
28 | rake, | 28 | rake, |
29 | - ruby-gettext-rails, | 29 | +# This package depends on rails that conflicts with rails3 |
30 | +# ruby-gettext-rails, | ||
30 | ruby-sqlite3, | 31 | ruby-sqlite3, |
31 | ruby-pg, | 32 | ruby-pg, |
32 | ruby-mysql, | 33 | ruby-mysql, |
script/quick-start
@@ -81,8 +81,8 @@ run rake db:schema:load | @@ -81,8 +81,8 @@ run rake db:schema:load | ||
81 | run rake db:data:minimal | 81 | run rake db:data:minimal |
82 | run rake db:test:prepare | 82 | run rake db:test:prepare |
83 | 83 | ||
84 | -# compile translations | ||
85 | -run rake noosfero:translations:compile | 84 | +# compile translations depends on ruby-gettext-rails, please see debian/control |
85 | +# run rake noosfero:translations:compile | ||
86 | 86 | ||
87 | # create needed directory | 87 | # create needed directory |
88 | mkdir -p tmp/pids | 88 | mkdir -p tmp/pids |