From: Thierry Parmentelat Date: Thu, 17 Jan 2013 18:36:21 +0000 (+0100) Subject: merges master (so, no sfa-cm anymore) X-Git-Tag: sfa-2.1-23~8 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=6df8766f97d30a7a60d79659043512a300434fe5 merges master (so, no sfa-cm anymore) --- 6df8766f97d30a7a60d79659043512a300434fe5 diff --cc debian/control index 64c00c12,00000000..0b7e461a mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,69 -1,0 +1,64 @@@ +Source: sfa +Maintainer: Thierry Parmentelat +Section: misc +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch + +Package: sfa-common +Architecture: any +Depends: python (>= 2.5), python-openssl (>= 0.7), python-m2crypto, python-dateutil, python-lxml, python-libxslt1, python-setuptools, python-zsi, postgresql (>= 8.2), python-sqlalchemy, python-migrate +#further depends from fedora - no obvious match on debian for now +#Requires: xmlsec1-openssl-devel (libxmlsec1-dev or libxmlsec1-openssl or ??) +#Requires: util-linux-ng +#Requires: postgresql-python +#Requires: python-psycopg2 +# the eucalyptus aggregate uses this module +#Requires: python-xmlbuilder +Description: Slice Facility Architecture, generic implementation derived from PlanetLab + +Package: sfa-flashpolicy +Architecture: any +Depends: sfa-common +Description: SFA support for flash clients + +Package: sfa-client +Architecture: any +Depends: sfa-common +Description: sfi, the SFA experimenter-side CLI + +Package: sfa-plc +Architecture: any +Depends: sfa-common +Description: the SFA layer around MyPLC + - Package: sfa-cm - Architecture: any - Depends: sfa-common - Description: the SFA layer around MyPLC NodeManager - +Package: sfa-federica +Architecture: any +Depends: sfa-common +Description: the SFA layer around Federica + +Package: sfa-nitos +Architecture: any +Depends: sfa-common +Description: the SFA layer around NITOS + +Package: sfa-dummy +Architecture: any +Depends: sfa-common +Description: the SFA layer around a Dummy Testbed + +Package: sfa-sfatables +Architecture: any +Depends: sfa-common +Description: sfatables policy tool for SFA + +Package: sfa-xmlbuilder +Architecture: any +Provides: python-xmlbuilder +Description: third-party xmlbuilder tool + +Package: sfa-tests +Architecture: any +Depends: sfa-common +Description: unit tests suite for SFA + diff --cc setup.py index 55a7b47e,43d47862..61757df2 --- a/setup.py +++ b/setup.py @@@ -48,8 -46,9 +48,9 @@@ packages = 'sfatables/processors', ] - # need to do something about functions - initscripts = [ 'sfa', 'sfa-cm', 'functions.sfa' ] + initscripts = [ 'sfa', -# 'sfa-cm', ++ 'functions.sfa', + ] data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml', 'config/registries.xml',