aboutsummaryrefslogtreecommitdiffstats
path: root/conf/packages.debian-squeeze
Commit message (Collapse)AuthorAgeLines
* Remove liberror-perl and libsoap-lite-perl.Matthew Somerville2014-11-05-2/+0
| | | | | | 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.
* Update to use bundler and work on Ubuntu Trusty.Matthew Somerville2014-11-05-2/+2
| | | | | | | | 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.
* Remove packages that are installed by carton.Matthew Somerville2012-08-08-23/+0
|
* make is needed to use cpanm.Matthew Somerville2012-08-08-0/+1
|
* Not needed as package, carton installs it.Matthew Somerville2012-08-07-1/+0
|
* Carp::Clan actually in carton.lock so do not require hereStruan Donald2012-06-13-1/+0
|
* Typo package name.Matthew Somerville2012-06-13-1/+1
|
* add in missing packages discovered in backup restore testingStruan Donald2012-06-13-0/+2
|
* ruby-compass shouldn't be in the squeeze package listMark Longair2012-05-03-1/+0
| | | | Thanks to Matthew Somerville for pointing this out.
* Move towards one package list for a defined distributionMark Longair2012-04-23-0/+39
The previous version of the instructions suggested an xargs invocation that didn't work: a whitespace-separated '|' in conf/packages caused every package to be selected. It also seems like a good idea to have package lists and instructions that are specific to a known-to-work distribution, and add others if they are contributed.