From b02927384a92d0d52de35fa87a5a22b4e2ab674a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 29 Jan 2013 18:05:22 +0100 Subject: [PATCH] define packagings for senslab fix wrong filename for nitos package in debian --- debian/control | 5 +++++ debian/{sfa-nito.install => sfa-nitos.install} | 0 sfa.spec | 11 +++++++++++ 3 files changed, 16 insertions(+) rename debian/{sfa-nito.install => sfa-nitos.install} (100%) diff --git a/debian/control b/debian/control index 897dc75c..87ac9598 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,11 @@ Architecture: any Depends: sfa-common Description: the SFA layer around NITOS +Package: sfa-senslab +Architecture: any +Depends: sfa-common +Description: the SFA layer around SensLab + Package: sfa-dummy Architecture: any Depends: sfa-common diff --git a/debian/sfa-nito.install b/debian/sfa-nitos.install similarity index 100% rename from debian/sfa-nito.install rename to debian/sfa-nitos.install diff --git a/sfa.spec b/sfa.spec index 9c7f38b4..c3947212 100644 --- a/sfa.spec +++ b/sfa.spec @@ -79,6 +79,11 @@ Summary: the SFA layer around NITOS Group: Applications/System Requires: sfa +%package senslab +Summary: the SFA layer around SensLab +Group: Applications/System +Requires: sfa + %package dummy Summary: the SFA layer around a Dummy Testbed Group: Applications/System @@ -124,6 +129,9 @@ The SFA driver for FEDERICA. %description nitos The SFA driver for NITOS. +%description senslab +The SFA driver for SensLab. + %description dummy The SFA driver for a Dummy Testbed. @@ -212,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT %files nitos %{python_sitelib}/sfa/nitos +%files senslab +%{python_sitelib}/sfa/senslab + %files dummy %{python_sitelib}/sfa/dummy -- 2.43.0