Commit c624a96ced1a05a0a2410e5d1c00722253644ce7

Authored by Rafael Manzo
1 parent 58aeae13

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 26 ruby,
27 27 ruby1.9.3,
28 28 rake,
29   - ruby-gettext-rails,
  29 +# This package depends on rails that conflicts with rails3
  30 +# ruby-gettext-rails,
30 31 ruby-sqlite3,
31 32 ruby-pg,
32 33 ruby-mysql,
... ...
script/quick-start
... ... @@ -81,8 +81,8 @@ run rake db:schema:load
81 81 run rake db:data:minimal
82 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 87 # create needed directory
88 88 mkdir -p tmp/pids
... ...