diff --git a/debian/control b/debian/control index 73f02d72..4e9a10d1 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.8 Homepage: https://www.boniface.me X-Python3-Version: >= 3.2 -Package: pvc-daemon +Package: pvc-daemon-node Architecture: all Depends: systemd, pvc-daemon-common, python3-kazoo, python3-psutil, python3-apscheduler, python3-libvirt, python3-psycopg2, python3-dnspython, python3-yaml, python3-distutils, ipmitool, libvirt-daemon-system, arping, vlan, bridge-utils, dnsmasq, nftables, pdns-server, pdns-backend-pgsql Suggests: pvc-client-api, pvc-client-cli @@ -15,7 +15,7 @@ Description: Parallel Virtual Cluster virtualization daemon (Python 3) . This package installs the PVC node daemon -Package: pvc-api +Package: pvc-daemon-api Architecture: all Depends: systemd, pvc-daemon-common, python3-yaml, python3-flask, python3-flask-restful, python3-gevent, python3-celery, python-celery-common, python3-distutils, redis, python3-redis Description: Parallel Virtual Cluster API (Python 3) diff --git a/debian/pvc-api.install b/debian/pvc-daemon-api.install similarity index 100% rename from debian/pvc-api.install rename to debian/pvc-daemon-api.install diff --git a/debian/pvc-api.postinst b/debian/pvc-daemon-api.postinst similarity index 100% rename from debian/pvc-api.postinst rename to debian/pvc-daemon-api.postinst diff --git a/debian/pvc-api.prerm b/debian/pvc-daemon-api.prerm similarity index 100% rename from debian/pvc-api.prerm rename to debian/pvc-daemon-api.prerm diff --git a/debian/pvc-daemon.install b/debian/pvc-daemon-node.install similarity index 100% rename from debian/pvc-daemon.install rename to debian/pvc-daemon-node.install diff --git a/debian/pvc-daemon.postinst b/debian/pvc-daemon-node.postinst similarity index 100% rename from debian/pvc-daemon.postinst rename to debian/pvc-daemon-node.postinst diff --git a/debian/pvc-daemon.preinst b/debian/pvc-daemon-node.preinst similarity index 100% rename from debian/pvc-daemon.preinst rename to debian/pvc-daemon-node.preinst diff --git a/debian/pvc-daemon.prerm b/debian/pvc-daemon-node.prerm similarity index 100% rename from debian/pvc-daemon.prerm rename to debian/pvc-daemon-node.prerm