Created
October 11, 2017 08:20
-
-
Save garethrees/801753ee97f577a0522fcaa6561ff222 to your computer and use it in GitHub Desktop.
config/packages vs config/packages.generic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/packages b/config/packages.generic | |
| index 55af9f249..2bdf581b8 100644 | |
| --- a/config/packages | |
| +++ b/config/packages.generic | |
| @@ -1,6 +1,6 @@ | |
| -# please note that this package list currently forms part of the | |
| -# mysociety deployment infrastructure -- please discuss on the | |
| -# alavateli mailing list if you want to change it | |
| + | |
| + | |
| + | |
| build-essential | |
| bundler | |
| catdoc | |
| @@ -9,8 +9,6 @@ geoip-database-contrib | |
| gettext | |
| ghostscript | |
| gnuplot-nox | |
| -irb | |
| -libapache2-mod-passenger | |
| libicu-dev | |
| libmagic-dev | |
| libmagickwand-dev | |
| @@ -22,15 +20,16 @@ links | |
| lockfile-progs | |
| memcached | |
| mutt | |
| -pdftk (>> 1.41+dfsg-1) | pdftk (<< 1.41+dfsg-1) # that version has a non-functionining uncompress option | |
| +pdftk | |
| poppler-utils | |
| +postgresql | |
| +postgresql-client | |
| python-yaml | |
| -rake (>= 0.9.2.2) | |
| -rdoc | |
| +rake | |
| ruby-dev | |
| ruby | |
| sqlite3 | |
| -tnef (>= 1.4.5) | |
| +tnef | |
| ttf-bitstream-vera | |
| unrtf | |
| unzip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment