diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-02-22 13:33:03 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-02-22 13:33:03 +0000 |
commit | d28d155f5e67fa7a748a9e2ea47f83c46a963496 (patch) | |
tree | 8771cb87c9fbcaed9fe64ce8ad190496df3e6647 | |
parent | b813fc7bb381951a7c3693e60014e6350543137e (diff) |
Include packages necessary for installation on Ubuntu 10.04 LTS
-rw-r--r-- | config/packages | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/packages b/config/packages index d8b683b28..47d84a380 100644 --- a/config/packages +++ b/config/packages @@ -2,6 +2,9 @@ # mysociety deployment infrastructure -- please discuss on the # alavateli mailing list if you want to change it ruby1.8 +ruby +libopenssl-ruby1.8 # needed for Ubuntu 10.04 TLS; included in libruby1.8 in Squeeze +rdoc irb wv poppler-utils @@ -28,4 +31,5 @@ libmagic-dev libmagickwand-dev libpq-dev uuid-dev -ruby1.8-dev
\ No newline at end of file +ruby1.8-dev +build-essential |