1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Source: launchpad-results-dependencies
Section: misc
Priority: optional
Build-Depends: debhelper (>= 7)
Maintainer: Marc Tardif <marc.tardif@canonical.com>
Standards-Version: 3.8.4
XS-Python-Version: current
Package: launchpad-results-dependencies
Architecture: all
XB-Python-Version: ${python:Versions}
Pre-Depends: python-django
Depends: ${misc:Depends}, ${python:Depends}, python-cssutils,
python-epydoc, python-httplib2, python-lazr.enum, python-lazr.restful,
python-lazr.restfulclient, python-lazr.uri, python-oauth, python-openid,
python-openssl, python-psycopg2, python-restrictedpython, python-setuptools,
python-simplejson, python-storm (>= 0.18), python-transaction,
python-twisted-core, python-twisted-web, python-tz, python-wadllib,
python-zope.component, python-zope.interface, python-zope.schema,
python-zope.security, python-zope.testing
Recommends: launchpad-results-database-dependencies (= ${source:Version})
Description: Meta-package for Launchpad Results dependencies
This meta-package depends on all of the packages necessary to run the
Launchpad Results application.
Package: launchpad-results-database-dependencies
Architecture: all
Depends: ${misc:Depends}, python-psycopg2,
postgresql-8.4 | postgresql-9.1,
postgresql-client-8.4 | postgresql-client-9.1,
postgresql-plpython-8.4 | postgresql-plpython-9.1
Description: Meta-package for Launchpad Results database dependencies
This meta-package depends on all of the packages necessary to run a
Launchpad Results database.
Package: launchpad-results-developer-dependencies
Architecture: all
Depends: ${misc:Depends}, launchpad-results-database-dependencies
(= ${source:Version}), build-essential, bzr, libpq-dev, python,
python-dev, python-gtk2, python-openssl, python-twisted-core,
python-twisted-web, python-webkit, python-imaging (>= 1.1.7),
python-sphinx, xsltproc, xvfb
Suggests: libxml2-utils, puppet (>= 2.6.1), python-pocket-lint,
testrepository
Description: Meta-package for Launchpad Results developer dependencies
This meta-package depends on all of the packages necessary to do
development for the Launchpad Results Application.
|