diff --git a/debian/changelog b/debian/changelog index 406bcd9..99daaf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +noosfero (0.35.2~1) unstable; urgency=low + + * Bugfixes version release + * Added missing Build dependencies to build in a clean chroot: rake, rails, + libferret-ruby, libwill-paginate-ruby, tango-icon-theme, rcov + * Noosfero needs a functioning MTA: added dependency on exim4 | + mail-transport-agent. + * /usr/share/dbconfig-common/scripts/noosfero/install/pgsql: run db:migrate + just after db:schema:load. + + -- Antonio Terceiro Wed, 29 Feb 2012 15:22:48 -0300 + noosfero (0.35.1) unstable; urgency=low * Bugfixes version release diff --git a/debian/control b/debian/control index 3184031..690defb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: extra Maintainer: Noosfero developers Uploaders: Antonio Terceiro -Build-Depends: debhelper (>= 7.0.50~), po4a, libgettext-ruby-util, libgettext-ruby1.8, libsqlite3-ruby1.8, +Build-Depends: debhelper (>= 7.0.50~), po4a, libgettext-ruby-util, libgettext-ruby1.8, libsqlite3-ruby1.8, rake, rails, libferret-ruby, libwill-paginate-ruby, tango-icon-theme, rcov Standards-Version: 3.8.4 Homepage: http://noosfero.org/ Vcs-Git: git://git.colivre.coop.br/noosfero.git @@ -11,7 +11,7 @@ Vcs-Browser: http://git.colivre.coop.br/?p=noosfero.git Package: noosfero Architecture: all -Depends: rails, ruby1.8, ruby, rake, libgettext-ruby-data, libsqlite3-ruby, libpgsql-ruby, libmysql-ruby, librmagick-ruby, libredcloth-ruby, libwill-paginate-ruby, iso-codes, libfeedparser-ruby, libferret-ruby, libdaemons-ruby, rcov, mongrel, mongrel-cluster, tango-icon-theme, libhpricot-ruby, iso-codes, memcached, debconf, dbconfig-common, postgresql, adduser, ${misc:Depends} +Depends: rails, ruby1.8, ruby, rake, libgettext-ruby-data, libsqlite3-ruby, libpgsql-ruby, libmysql-ruby, librmagick-ruby, libredcloth-ruby, libwill-paginate-ruby, iso-codes, libfeedparser-ruby, libferret-ruby, libdaemons-ruby, rcov, mongrel, mongrel-cluster, tango-icon-theme, libhpricot-ruby, iso-codes, memcached, debconf, dbconfig-common, postgresql, adduser, exim4 | mail-transport-agent, ${misc:Depends} Recommends: postgresql-client Description: free web-based platform for social networks Noosfero is a web platform for social and solidarity economy networks with diff --git a/debian/dbinstall b/debian/dbinstall index 5900966..7ca88dd 100755 --- a/debian/dbinstall +++ b/debian/dbinstall @@ -8,4 +8,5 @@ sed -i -e 's/adapter: pgsql/adapter: postgresql/' /etc/noosfero/database.yml /etc/init.d/noosfero setup cd /usr/share/noosfero && su noosfero -c "rake db:schema:load RAILS_ENV=production" +cd /usr/share/noosfero && su noosfero -c "rake db:migrate RAILS_ENV=production SCHEMA=/dev/null" cd /usr/share/noosfero && su noosfero -c "rake db:data:minimal RAILS_ENV=production" -- libgit2 0.21.2