diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 15:07:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 15:33:27 +0000 |
commit | 92fc64655c5b51ddec3286befd87d9693ca718c2 (patch) | |
tree | 2904171f3c8940659305f8e627e36ef3558c9d12 /conf | |
parent | cdf0d0f5129bd03a2f7990bee6c176cb77fabd3d (diff) |
Update to use bundler and work on Ubuntu Trusty.
Switching to bundler saves confusion about gem paths when running
sass/compass to compile the CSS.
Trusty can use precisely the same packages as precise, with a few tweaks
to generalise the contents.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/packages.debian-squeeze | 4 | ||||
-rw-r--r-- | conf/packages.debian-wheezy | 4 | ||||
-rw-r--r-- | conf/packages.ubuntu-precise | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/conf/packages.debian-squeeze b/conf/packages.debian-squeeze index 4f7887484..21e5d0485 100644 --- a/conf/packages.debian-squeeze +++ b/conf/packages.debian-squeeze @@ -8,8 +8,8 @@ perl perlmagick libmath-bigint-gmp-perl gettext -libhaml-ruby -postgresql-8.4 +ruby1.9.1 +postgresql postgresql-server-dev-8.4 gnuplot ttf-bitstream-vera diff --git a/conf/packages.debian-wheezy b/conf/packages.debian-wheezy index d925dfcad..546cdf72f 100644 --- a/conf/packages.debian-wheezy +++ b/conf/packages.debian-wheezy @@ -8,9 +8,9 @@ perl perlmagick libmath-bigint-gmp-perl gettext -ruby-compass +ruby1.9.1 postgresql -postgresql-server-dev-9.1 +postgresql-server-dev-all gnuplot ttf-bitstream-vera libexpat1-dev diff --git a/conf/packages.ubuntu-precise b/conf/packages.ubuntu-precise index fc8a7d511..546cdf72f 100644 --- a/conf/packages.ubuntu-precise +++ b/conf/packages.ubuntu-precise @@ -8,9 +8,9 @@ perl perlmagick libmath-bigint-gmp-perl gettext -libhaml-ruby -postgresql-9.1 -postgresql-server-dev-9.1 +ruby1.9.1 +postgresql +postgresql-server-dev-all gnuplot ttf-bitstream-vera libexpat1-dev |