diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 16:56:32 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 17:07:47 +0000 |
commit | 80f12b9529dca6b2f425918fce77da41da168f41 (patch) | |
tree | 2de011bcff1d1c13341eebd608ee368bc25491f8 /conf | |
parent | 92fc64655c5b51ddec3286befd87d9693ca718c2 (diff) |
Remove liberror-perl and libsoap-lite-perl.
Try and save other people the potential pain of installing SOAP::Lite;
only UK FixMyStreet and Zurich geocoder use it, so set it as an optional
feature in the cpanfile instead.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/packages | 1 | ||||
-rw-r--r-- | conf/packages.debian-squeeze | 2 | ||||
-rw-r--r-- | conf/packages.debian-wheezy | 2 | ||||
-rw-r--r-- | conf/packages.ubuntu-precise | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/conf/packages b/conf/packages index 5edbe96fe..de2207f98 100644 --- a/conf/packages +++ b/conf/packages @@ -4,7 +4,6 @@ make jhead -liberror-perl liblocale-gettext-perl libsoap-lite-perl memcached diff --git a/conf/packages.debian-squeeze b/conf/packages.debian-squeeze index 21e5d0485..c2f1f3f68 100644 --- a/conf/packages.debian-squeeze +++ b/conf/packages.debian-squeeze @@ -1,8 +1,6 @@ make jhead -liberror-perl liblocale-gettext-perl -libsoap-lite-perl memcached perl perlmagick diff --git a/conf/packages.debian-wheezy b/conf/packages.debian-wheezy index 546cdf72f..ef6921142 100644 --- a/conf/packages.debian-wheezy +++ b/conf/packages.debian-wheezy @@ -1,8 +1,6 @@ make jhead -liberror-perl liblocale-gettext-perl -libsoap-lite-perl memcached perl perlmagick diff --git a/conf/packages.ubuntu-precise b/conf/packages.ubuntu-precise index 546cdf72f..ef6921142 100644 --- a/conf/packages.ubuntu-precise +++ b/conf/packages.ubuntu-precise @@ -1,8 +1,6 @@ make jhead -liberror-perl liblocale-gettext-perl -libsoap-lite-perl memcached perl perlmagick |