fix paths and start to fill in dependencies
[sfa.git] / debian / control
1 Source: sfa
2 Maintainer: Thierry Parmentelat <Thierry.Parmentelat@inria.fr>
3 Section: misc
4 Priority: optional
5 Standards-Version: 3.9.2
6 Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch
7
8 Package: sfa-common
9 Architecture: any
10 Depends: python (>= 2.5), python-openssl (>= 0.7), python-m2crypto, python-dateutil, python-lxml, python-libxslt1, python-setuptools, python-zsi, postgresql (>= 8.2)
11 # further depends from fedora - no obvious match on debian for now
12 ###tmp### #Requires: xmlsec1-openssl-devel  (libxmlsec1-dev or libxmlsec1-openssl or ??)
13 ###tmp### #Requires: util-linux-ng
14 ###tmp### # for the registry
15 ###tmp### #Requires: postgresql >= 8.2, postgresql-server >= 8.2
16 ###tmp### # xxx here 
17 ###tmp### Requires: postgresql-python
18 ###tmp### Requires: python-psycopg2
19 ###tmp### # f8=0.4 - f12=0.5 f14=0.6 f16=0.7
20 ###tmp### Requires: python-sqlalchemy
21 ###tmp### Requires: python-migrate
22 ###tmp### # the eucalyptus aggregate uses this module
23 ###tmp### Requires: python-xmlbuilder
24 Description: Slice Facility Architecture, generic implementation derived from PlanetLab
25
26 Package: sfa-flashpolicy
27 Architecture: any
28 Depends: sfa-common
29 Description: SFA support for flash clients
30
31 Package: sfa-client
32 Architecture: any
33 Depends: sfa-common
34 Description: sfi, the SFA experimenter-side CLI
35
36 Package: sfa-plc
37 Architecture: any
38 Depends: sfa-common
39 Description: the SFA layer around MyPLC
40
41 Package: sfa-cm
42 Architecture: any
43 Depends: sfa-common
44 Description: the SFA layer around MyPLC NodeManager
45
46 Package: sfa-federica
47 Architecture: any
48 Depends: sfa-common
49 Description: the SFA layer around Federica
50
51 Package: sfa-nitos
52 Architecture: any
53 Depends: sfa-common
54 Description: the SFA layer around NITOS
55
56 Package: sfa-dummy
57 Architecture: any
58 Depends: sfa-common
59 Description: the SFA layer around a Dummy Testbed 
60
61 Package: sfa-sfatables
62 Architecture: any
63 Depends: sfa-common
64 Description: sfatables policy tool for SFA
65
66 Package: sfa-xmlbuilder
67 Architecture: any
68 Provides: python-xmlbuilder
69 Description: third-party xmlbuilder tool
70
71 Package: sfa-tests
72 Architecture: any
73 Depends: sfa-common
74 Description: unit tests suite for SFA
75