@@ -11,19 +11,22 @@ Homepage: http://www.cloudstack.org/
1111
1212Package: cloudstack-common
1313Architecture: all
14+ Build-Profiles: <!nocommon>
1415Depends: ${misc:Depends}, ${python3:Depends}, genisoimage, nfs-common, python3-pip, python3-distutils | python3-distutils-extra, python3-netaddr, uuid-runtime
1516Conflicts: cloud-scripts, cloud-utils, cloud-system-iso, cloud-console-proxy, cloud-daemonize, cloud-deps, cloud-python, cloud-setup
1617Description: A common package which contains files which are shared by several CloudStack packages
1718
1819Package: cloudstack-management
1920Architecture: all
21+ Build-Profiles: <!nomanagement>
2022Depends: ${python3:Depends}, openjdk-17-jre-headless | java17-runtime-headless | java17-runtime | zulu-17, cloudstack-common (= ${source:Version}), net-tools, sudo, python3-mysql.connector | mysql-connector-python-py3, augeas-tools, mysql-client | mariadb-client, adduser, bzip2, ipmitool, file, gawk, iproute2, qemu-utils, rng-tools, python3-dnspython, lsb-release, init-system-helpers (>= 1.14~), python3-setuptools
2123Conflicts: cloud-server, cloud-client, cloud-client-ui
2224Description: CloudStack server library
2325 The CloudStack management server
2426
2527Package: cloudstack-agent
2628Architecture: all
29+ Build-Profiles: <!noagent>
2730Depends: ${python:Depends}, ${python3:Depends}, openjdk-17-jre-headless | java17-runtime-headless | java17-runtime | zulu-17, cloudstack-common (= ${source:Version}), lsb-base (>= 9), openssh-client, qemu-kvm (>= 2.5) | qemu-system-x86 (>= 5.2), libvirt-bin (>= 1.3) | libvirt-daemon-system (>= 3.0), iproute2, ebtables, vlan, ipset, python3-libvirt, ethtool, iptables, cryptsetup, rng-tools, rsync, lsb-release, ufw, apparmor, cpu-checker, libvirt-daemon-driver-storage-rbd, sysstat
2831Recommends: init-system-helpers
2932Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
@@ -34,27 +37,32 @@ Description: CloudStack agent
3437
3538Package: cloudstack-usage
3639Architecture: all
40+ Build-Profiles: <!nousage>
3741Depends: openjdk-17-jre-headless | java17-runtime-headless | java17-runtime | zulu-17, cloudstack-common (= ${source:Version}), init-system-helpers
3842Description: CloudStack usage monitor
3943 The CloudStack usage monitor provides usage accounting across the entire cloud for
4044 cloud operators to charge based on usage parameters.
4145
4246Package: cloudstack-ui
47+ Build-Profiles: <!noui>
4348Architecture: all
4449Depends: ${misc:Depends}
4550Description: The CloudStack UI
4651
4752Package: cloudstack-docs
53+ Build-Profiles: <!nodocs>
4854Architecture: all
4955Depends: ${misc:Depends}
5056Description: The CloudStack documentation
5157
5258Package: cloudstack-marvin
59+ Build-Profiles: <!nomarvin>
5360Architecture: all
5461Depends: ${misc:Depends}, python3-pip, python3-dev, libffi-dev
5562Description: The CloudStack Marvin library
5663
5764Package: cloudstack-integration-tests
65+ Build-Profiles: <!notests>
5866Architecture: all
5967Depends: ${misc:Depends}, cloudstack-marvin (= ${source:Version})
6068Description: The CloudStack Marvin integration tests
0 commit comments