diff options
author | Mark Longair <mhl@pobox.com> | 2013-10-29 12:17:45 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-10-29 13:43:47 +0000 |
commit | 64ecff2c3d528c3f02d2cb936e5b6f81bbfa4f1a (patch) | |
tree | 798f5af4339165b91c0fd75b8a66b507cb87222a | |
parent | 48ede95299e286c03a45966b00990b544b727206 (diff) |
Add package lists for Ubuntu precise and Debian squeeze
The config/packages file cannot be used as a list of packages
to give to apt-get install - its format is designed to be used
as build-dependencies of a fake Debian package. These
distribution- and release-specific new files, on the other
hand, provide a list of packages that should satisfy the
config/packages requirements on Ubuntu precise or Debian
squeeze. The generic site install file will use files like
these on the matching distribution and release.
-rw-r--r-- | config/packages.debian-squeeze | 39 | ||||
-rw-r--r-- | config/packages.ubuntu-precise | 35 |
2 files changed, 74 insertions, 0 deletions
diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze new file mode 100644 index 000000000..4b0bf30e1 --- /dev/null +++ b/config/packages.debian-squeeze @@ -0,0 +1,39 @@ +ruby1.8 +ruby +libruby1.8 +rdoc1.8 +irb1.8 +wv +poppler-utils +pdftk +ghostscript +catdoc +links +elinks +unrtf +xlhtml +xapian-tools +gnuplot-nox +php5-cli +sharutils +unzip +mutt +tnef +gettext +python-yaml +wkhtmltopdf-static +libmagic-dev +libmagickwand-dev +libpq-dev +libxml2-dev +libxslt-dev +uuid-dev +ruby1.8-dev +rubygems +rake +build-essential +sqlite3 +libsqlite3-dev +libicu-dev +postgresql +postgresql-client diff --git a/config/packages.ubuntu-precise b/config/packages.ubuntu-precise new file mode 100644 index 000000000..177d504e2 --- /dev/null +++ b/config/packages.ubuntu-precise @@ -0,0 +1,35 @@ +ruby1.9.1 +wv +poppler-utils +pdftk +ghostscript +catdoc +links +elinks +unrtf +xlhtml +xapian-tools +gnuplot-nox +sharutils +unzip +mutt +tnef +gettext +python-yaml +wkhtmltopdf-static +libmagic-dev +libmagickwand-dev +libpq-dev +libxml2-dev +libxslt1-dev +uuid-dev +ruby1.9.1-dev +rubygems +rake +build-essential +ruby-bundler +sqlite3 +libsqlite3-dev +libicu-dev +postgresql +postgresql-client |