first attempt to split sfa package into
[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, python-setuptools, make
7
8 Package: sfa
9 Architecture: any
10 Depends: postgresql (>= 8.2), python-psycopg2, python-sqlalchemy, python-migrate, uuid-runtime
11 Description: Server-side for SFA, generic implementation derived from PlanetLab
12
13 Package: sfa-common
14 Architecture: any
15 Depends: python (>= 2.7), python-openssl (>= 0.7), python-m2crypto, python-dateutil, python-lxml, python-libxslt1, python-zsi
16 Description: Python libraries for SFA, generic implementation derived from PlanetLab
17
18 Package: sfa-flashpolicy
19 Architecture: any
20 Depends: sfa-common
21 Description: SFA support for flash clients
22
23 Package: sfa-client
24 Architecture: any
25 Depends: sfa-common
26 Description: sfi, the SFA experimenter-side CLI
27
28 Package: sfa-plc
29 Architecture: any
30 Depends: sfa-common
31 Description: the SFA layer around MyPLC
32
33 Package: sfa-federica
34 Architecture: any
35 Depends: sfa-common
36 Description: the SFA layer around Federica
37
38 Package: sfa-nitos
39 Architecture: any
40 Depends: sfa-common
41 Description: the SFA layer around NITOS
42
43 Package: sfa-dummy
44 Architecture: any
45 Depends: sfa-common
46 Description: the SFA layer around a Dummy Testbed 
47
48 Package: sfa-sfatables
49 Architecture: any
50 Depends: sfa-common
51 Description: sfatables policy tool for SFA
52
53 Package: sfa-xmlbuilder
54 Architecture: any
55 Provides: python-xmlbuilder
56 Description: third-party xmlbuilder tool
57
58 Package: sfa-tests
59 Architecture: any
60 Depends: sfa-common
61 Description: unit tests suite for SFA
62