1st attempt at multiple deb packages
[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-openssl, python-m2crypto, python-dateutil
11 Description: Slice Facility Architecture, generic implementation derived from PlanetLab
12
13 Package: sfa-flashpolicy
14 Architecture: any
15 Depends: sfa-common
16 Description: SFA support for flash clients
17
18 Package: sfa-client
19 Architecture: any
20 Depends: sfa-common
21 Depends: pyOpenSSL >= 0.7
22 Description: sfi, the SFA experimenter-side CLI
23
24 Package: sfa-plc
25 Architecture: any
26 Depends: sfa-common
27 Description: the SFA layer around MyPLC
28
29 Package: sfa-cm
30 Architecture: any
31 Depends: sfa-common
32 Depends: pyOpenSSL >= 0.6
33 Description: the SFA layer around MyPLC NodeManager
34
35 Package: sfa-federica
36 Architecture: any
37 Depends: sfa-common
38 Description: the SFA layer around Federica
39
40 Package: sfa-nitos
41 Architecture: any
42 Depends: sfa-common
43 Description: the SFA layer around NITOS
44
45 Package: sfa-dummy
46 Architecture: any
47 Depends: sfa-common
48 Description: the SFA layer around a Dummy Testbed 
49
50 Package: sfa-sfatables
51 Architecture: any
52 Depends: sfa-common
53 Description: sfatables policy tool for SFA
54
55 Package: sfa-xmlbuilder
56 Architecture: any
57 Provides: python-xmlbuilder
58 Description: third-party xmlbuilder tool
59
60 Package: sfa-tests
61 Architecture: any
62 Depends: sfa-common
63 Description: unit tests suite for SFA
64