package cortexlab
authorMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 16 Jan 2014 16:55:06 +0000 (17:55 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 16 Jan 2014 16:55:06 +0000 (17:55 +0100)
debian/control
debian/sfa-cortexlab.install [new file with mode: 0644]
setup.py
sfa.spec

index f5e2283..ac7b642 100644 (file)
@@ -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 (file)
index 0000000..e4d2e2d
--- /dev/null
@@ -0,0 +1 @@
+usr/lib*/python*/dist-packages/sfa/cortexlab
index 2472264..b509443 100755 (executable)
--- 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',
index 3a1d6c7..66662e0 100644 (file)
--- 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