Commit a372e5db397a4f5fbdd484f54e48add3f7b698de

Authored by Antonio Terceiro
1 parent a400cf75

Better organization of Dependencies lines

Showing 1 changed file with 34 additions and 2 deletions   Show diff stats
debian/control
... ... @@ -3,7 +3,12 @@ Section: web
3 3 Priority: extra
4 4 Maintainer: Noosfero developers <noosfero-dev@listas.softwarelivre.org>
5 5 Uploaders: Antonio Terceiro <terceiro@colivre.coop.br>
6   -Build-Depends: debhelper (>= 7.0.50~), po4a, libgettext-ruby-util, libgettext-ruby1.8, libsqlite3-ruby1.8,
  6 +Build-Depends:
  7 + debhelper (>= 7.0.50~),
  8 + po4a,
  9 + libgettext-ruby-util,
  10 + libgettext-ruby1.8,
  11 + libsqlite3-ruby1.8,
7 12 Standards-Version: 3.8.4
8 13 Homepage: http://noosfero.org/
9 14 Vcs-Git: git://git.colivre.coop.br/noosfero.git
... ... @@ -11,7 +16,34 @@ Vcs-Browser: http://git.colivre.coop.br/?p=noosfero.git
11 16  
12 17 Package: noosfero
13 18 Architecture: all
14   -Depends: rails (>= 2.3.5-1~), rails-ruby1.8 (>= 2.3.5-1~), ruby1.8, ruby, rake, libgettext-rails-ruby1.8, libsqlite3-ruby, libpgsql-ruby, libmysql-ruby, librmagick-ruby, libredcloth-ruby, libwill-paginate-ruby (>= 2.3.12-1~), iso-codes, libfeedparser-ruby, libferret-ruby, libdaemons-ruby, rcov, thin, tango-icon-theme, libhpricot-ruby, iso-codes, memcached, debconf, dbconfig-common, postgresql, adduser, ${misc:Depends}
  19 +Depends:
  20 + rails (>= 2.3.5-1~),
  21 + rails-ruby1.8 (>= 2.3.5-1~),
  22 + ruby1.8,
  23 + ruby,
  24 + rake,
  25 + libgettext-rails-ruby1.8,
  26 + libsqlite3-ruby,
  27 + libpgsql-ruby,
  28 + libmysql-ruby,
  29 + librmagick-ruby,
  30 + libredcloth-ruby,
  31 + libwill-paginate-ruby (>= 2.3.12-1~),
  32 + iso-codes,
  33 + libfeedparser-ruby,
  34 + libferret-ruby,
  35 + libdaemons-ruby,
  36 + rcov,
  37 + thin,
  38 + tango-icon-theme,
  39 + libhpricot-ruby,
  40 + iso-codes,
  41 + memcached,
  42 + debconf,
  43 + dbconfig-common,
  44 + postgresql,
  45 + adduser,
  46 + ${misc:Depends}
15 47 Recommends: postgresql-client
16 48 Description: free web-based platform for social networks
17 49 Noosfero is a web platform for social and solidarity economy networks with
... ...