From: Mohamed Larabi Date: Thu, 16 Jan 2014 16:55:06 +0000 (+0100) Subject: package cortexlab X-Git-Tag: sfa-3.1-2~10^2~1 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=2c7dd0a6cf81bc3da6ea162a4db166db730ba74d package cortexlab --- diff --git a/debian/control b/debian/control index f5e22836..ac7b642e 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,11 @@ Architecture: any Depends: sfa-common, python-passlib, python-ldap Description: the SFA layer around SensLab +Package: sfa-cortexlab +Architecture: any +Depends: sfa-common, python-passlib, python-ldap +Description: the SFA layer around CortexLab + Package: sfa-dummy Architecture: any Depends: sfa-common diff --git a/debian/sfa-cortexlab.install b/debian/sfa-cortexlab.install new file mode 100644 index 00000000..e4d2e2d9 --- /dev/null +++ b/debian/sfa-cortexlab.install @@ -0,0 +1 @@ +usr/lib*/python*/dist-packages/sfa/cortexlab diff --git a/setup.py b/setup.py index 24722646..b5094433 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ packages = [ 'sfa/openstack', 'sfa/federica', 'sfa/iotlab', -# 'sfa/cortexlab', + 'sfa/cortexlab', 'sfatables', 'sfatables/commands', 'sfatables/processors', diff --git a/sfa.spec b/sfa.spec index 3a1d6c7e..66662e0c 100644 --- a/sfa.spec +++ b/sfa.spec @@ -84,6 +84,11 @@ Summary: the SFA layer around SensLab Group: Applications/System Requires: sfa +%package cortexlab +Summary: the SFA layer around CortexLab +Group: Applications/System +Requires: sfa + %package dummy Summary: the SFA layer around a Dummy Testbed Group: Applications/System @@ -127,6 +132,9 @@ The SFA driver for NITOS. %description senslab The SFA driver for SensLab. +%description cortexlab +The SFA driver for CortexLab. + %description dummy The SFA driver for a Dummy Testbed. @@ -215,6 +223,9 @@ rm -rf $RPM_BUILD_ROOT %files senslab %{python_sitelib}/sfa/iotlab +%files cortexlab +%{python_sitelib}/sfa/cortexlab + %files dummy %{python_sitelib}/sfa/dummy