Aligned the package layout with the concurrent Debian packaging conventions. Moved package files under 'debian/all/' to avoid duplication across OS builds and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility across all supported OS codenames. chartmuseum cni/bond-cni cni/plugins containerd crictl docker-distribution etcd flux2 flux2-charts flux2-charts-legacy helm k8s-cni-cache-cleanup k8s-pod-recovery kubernetes-1.29.2 kubernetes-1.30.6 kubernetes-1.31.5 kubernetes-1.32.2 kubernetes-1.33.0 kubernetes-1.34.1 kubectl-cert-manager runc Change-Id: Ia97d389d1e4d1c58f378d2ee4857063a1943d11d Signed-off-by: pmp1 <preetham.mp@windriver.com>
8 lines
157 B
Makefile
Executable File
8 lines
157 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# See debhelper(7) (uncomment to enable)
|
|
# output every command that modifies files on the build system.
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|