diff options
author | Ian Chard <ian@mysociety.org> | 2014-11-04 15:19:39 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-11-17 18:36:58 +0000 |
commit | e7954fee90933a94eb2722875eeaed95993a4405 (patch) | |
tree | 7603bdc9e7555d58e86a28ac90a59b24dfa7e94f | |
parent | e1c4506b1b9e12c20902570149b502c56bec05e6 (diff) |
Add geoip-database as a prerequisite on Debian systemsuse-local-geoip-if-possible
-rw-r--r-- | config/packages.debian-squeeze | 1 | ||||
-rw-r--r-- | config/packages.debian-wheezy | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze index c34abefde..b4473d697 100644 --- a/config/packages.debian-squeeze +++ b/config/packages.debian-squeeze @@ -2,6 +2,7 @@ build-essential bundler catdoc elinks +geoip-database gettext ghostscript gnuplot-nox diff --git a/config/packages.debian-wheezy b/config/packages.debian-wheezy index 4129aa930..ba085dc52 100644 --- a/config/packages.debian-wheezy +++ b/config/packages.debian-wheezy @@ -2,6 +2,7 @@ build-essential bundler catdoc elinks +geoip-database gettext ghostscript gnuplot-nox |