Commit 63963974aad0824d83b68b5e6fa460568befe774

Authored by Antonio Terceiro
1 parent b2104972

rails4: update debian package dependencies

Everything that is needed to run the rails4 branch on Debian Jessie
should be available at Noosfero's repository now.
Showing 1 changed file with 17 additions and 6 deletions   Show diff stats
debian/control
@@ -14,12 +14,15 @@ Build-Depends: cucumber, @@ -14,12 +14,15 @@ Build-Depends: cucumber,
14 ruby-database-cleaner, 14 ruby-database-cleaner,
15 ruby-diffy, 15 ruby-diffy,
16 ruby-gettext, 16 ruby-gettext,
  17 + ruby-launchy-shim,
  18 + ruby-minitest,
  19 + ruby-minitest-reporters,
17 ruby-mocha, 20 ruby-mocha,
18 - ruby-rspec (>= 2.14),  
19 - ruby-rspec-rails (>= 2.14), 21 + ruby-rspec (>= 3),
  22 + ruby-rspec-rails (>= 3),
20 ruby-selenium-webdriver, 23 ruby-selenium-webdriver,
21 ruby-sqlite3, 24 ruby-sqlite3,
22 - ruby-will-paginate, 25 + ruby-will-paginate (>> 3.0.5-1),
23 tango-icon-theme, 26 tango-icon-theme,
24 xvfb 27 xvfb
25 Standards-Version: 3.8.4 28 Standards-Version: 3.8.4
@@ -39,9 +42,15 @@ Depends: adduser, @@ -39,9 +42,15 @@ Depends: adduser,
39 rails (>= 4), 42 rails (>= 4),
40 rake, 43 rake,
41 ruby (>= 1:1.9.3), 44 ruby (>= 1:1.9.3),
42 - ruby-acts-as-taggable-on, 45 + ruby-actionpack-action-caching,
  46 + ruby-actionpack-page-caching,
  47 + ruby-activerecord-session-store,
  48 + ruby-activerecord-deprecated-finders,
  49 + ruby-acts-as-taggable-on (>= 3.5),
43 ruby-daemons, 50 ruby-daemons,
44 ruby-dalli, 51 ruby-dalli,
  52 + ruby-delayed-job,
  53 + ruby-delayed-job-active-record,
45 ruby-eita-jrails (>= 0.9.3-5~), 54 ruby-eita-jrails (>= 0.9.3-5~),
46 ruby-eventmachine (>= 0.12.10-4~), 55 ruby-eventmachine (>= 0.12.10-4~),
47 ruby-exception-notification, 56 ruby-exception-notification,
@@ -52,15 +61,17 @@ Depends: adduser, @@ -52,15 +61,17 @@ Depends: adduser,
52 ruby-grape, 61 ruby-grape,
53 ruby-grape-entity, 62 ruby-grape-entity,
54 ruby-grape-logging, 63 ruby-grape-logging,
55 - ruby-memcache-client,  
56 ruby-minitest, 64 ruby-minitest,
57 ruby-nokogiri, 65 ruby-nokogiri,
58 ruby-pg, 66 ruby-pg,
  67 + ruby-pothoven-attachment-fu,
59 ruby-progressbar, 68 ruby-progressbar,
  69 + ruby-protected-attributes,
60 ruby-rack (>= 1.4.5-2~), 70 ruby-rack (>= 1.4.5-2~),
61 ruby-rack-contrib, 71 ruby-rack-contrib,
62 ruby-rack-cors, 72 ruby-rack-cors,
63 ruby-rails-autolink, 73 ruby-rails-autolink,
  74 + ruby-rails-observers,
64 ruby-redcloth, 75 ruby-redcloth,
65 ruby-rest-client, 76 ruby-rest-client,
66 ruby-rmagick, 77 ruby-rmagick,
@@ -68,7 +79,7 @@ Depends: adduser, @@ -68,7 +79,7 @@ Depends: adduser,
68 ruby-tzinfo (>= 1.1.0-2~), 79 ruby-tzinfo (>= 1.1.0-2~),
69 ruby-uglifier, 80 ruby-uglifier,
70 ruby-whenever, 81 ruby-whenever,
71 - ruby-will-paginate (>= 2.3.12-1~), 82 + ruby-will-paginate (>> 3.0.5-1),
72 tango-icon-theme, 83 tango-icon-theme,
73 unicorn (>= 4.8), 84 unicorn (>= 4.8),
74 ${misc:Depends} 85 ${misc:Depends}