diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-29 18:16:41 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-05-29 18:16:41 +0100 |
commit | 33b6e0d9a1026ba4e7909322724b25fe1de39ee1 (patch) | |
tree | 5423598a13cabe759c6400e5fe6a7bfbb2c95910 | |
parent | af8033848ac63da371678323360a4ec53171b3bc (diff) | |
parent | ce4caf7213ebd0b4bb7133ce84656d7fac43894f (diff) |
Merge branch 'features/618-ttf-bitstream-vera' into rails-3-develop
-rw-r--r-- | config/packages | 1 | ||||
-rw-r--r-- | config/packages.debian-squeeze | 1 | ||||
-rw-r--r-- | config/packages.ubuntu-precise | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/packages b/config/packages index 9a07c5f20..fda09cbc1 100644 --- a/config/packages +++ b/config/packages @@ -39,3 +39,4 @@ sqlite3 libsqlite3-dev libicu-dev memcached +ttf-bitstream-vera diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze index 6cdf2f9d6..d82d66324 100644 --- a/config/packages.debian-squeeze +++ b/config/packages.debian-squeeze @@ -37,3 +37,4 @@ libsqlite3-dev libicu-dev postgresql postgresql-client +ttf-bitstream-vera diff --git a/config/packages.ubuntu-precise b/config/packages.ubuntu-precise index 177d504e2..68911359a 100644 --- a/config/packages.ubuntu-precise +++ b/config/packages.ubuntu-precise @@ -33,3 +33,4 @@ libsqlite3-dev libicu-dev postgresql postgresql-client +ttf-bitstream-vera |