From 3fbbe8faf3df0a0ab5d73476bf30307e1af82890 Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Sun, 21 Jan 2024 20:45:30 +0100 Subject: [PATCH] fix(debian): move .service/.udev files to mtda-service Fixes: 8bb884f Signed-off-by: Cedric Hombourger --- debian/control | 46 ++++++++++++------------- debian/{mtda.udev => mtda-service.udev} | 0 2 files changed, 23 insertions(+), 23 deletions(-) rename debian/{mtda.udev => mtda-service.udev} (100%) diff --git a/debian/control b/debian/control index 500509f7..45c736e9 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,29 @@ Standards-Version: 4.5.0 Homepage: https://github.com/siemens/mtda X-Python3-Version: >= 3.7 +Package: mtda-service +Architecture: all +Multi-Arch: foreign +Depends: mtda-common, + python3-daemon, + python3-gevent, + python3-libgpiod, + python3-psutil, + python3-requests, + python3-serial, + python3-systemd, + python3-usb, + python3-zeroconf, + python3-zmq, + python3-zstandard, + usbrelay, + ${misc:Depends} +Replaces: mtda-usb-functions +Suggests: nbd-server +Description: Multi-Tenant Device Access service + Provide the infrastructure for running MTDA as a systemd + service. + Package: mtda Architecture: all Multi-Arch: foreign @@ -81,29 +104,6 @@ Description: support for pytest code that uses MTDA Provide helper classes to write tests with the pytest and MTDA frameworks. -Package: mtda-service -Architecture: all -Multi-Arch: foreign -Depends: mtda-common, - python3-daemon, - python3-gevent, - python3-libgpiod, - python3-psutil, - python3-requests, - python3-serial, - python3-systemd, - python3-usb, - python3-zeroconf, - python3-zmq, - python3-zstandard, - usbrelay, - ${misc:Depends} -Replaces: mtda-usb-functions -Suggests: nbd-server -Description: Multi-Tenant Device Access service - Provide the infrastructure for running MTDA as a systemd - service. - Package: mtda-ui Architecture: all Multi-Arch: foreign diff --git a/debian/mtda.udev b/debian/mtda-service.udev similarity index 100% rename from debian/mtda.udev rename to debian/mtda-service.udev