Ubuntu changed the systemd unit directory location between releases:
- Jammy (22.04): /lib/systemd/system
- Noble (24.04): /usr/lib/systemd/system
To maintain compatibility across both versions, update .install files
to use brace expansion pattern {usr/,}lib/systemd/system/<service>.
This pattern works because dh_install uses bsd_glob() with GLOB_CSH
flags, which expands braces and matches files in both locations
depending on where CMakeLists.txt actually installed them.
Fixes installation issues when building packages on Noble while
maintaining backward compatibility with Jammy builds.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 04324fa1ac)
53 lines
1.4 KiB
Plaintext
Executable File
53 lines
1.4 KiB
Plaintext
Executable File
#! /usr/bin/dh-exec --with=install
|
|
|
|
etc/bash_completion.d/ceph
|
|
etc/bash_completion.d/rados
|
|
etc/bash_completion.d/radosgw-admin
|
|
etc/bash_completion.d/rbd
|
|
{usr/,}lib/systemd/system/ceph.target
|
|
{usr/,}lib/systemd/system/rbdmap.service
|
|
usr/bin/ceph
|
|
usr/bin/ceph-authtool
|
|
usr/bin/ceph-conf
|
|
usr/bin/ceph-dencoder
|
|
usr/bin/ceph-rbdnamer
|
|
usr/bin/ceph-syn
|
|
usr/bin/cephfs-data-scan
|
|
usr/bin/cephfs-journal-tool
|
|
usr/bin/cephfs-table-tool
|
|
usr/bin/crushdiff
|
|
usr/bin/rados
|
|
usr/bin/radosgw-admin
|
|
usr/bin/rgw-gap-list
|
|
usr/bin/rgw-gap-list-comparator
|
|
usr/bin/rgw-orphan-list
|
|
usr/bin/rgw-restore-bucket-index
|
|
usr/bin/rbd
|
|
usr/bin/rbdmap
|
|
usr/bin/rbd-replay*
|
|
usr/bin/ceph-post-file
|
|
usr/sbin/mount.ceph sbin
|
|
usr/lib/ceph/compressor/*
|
|
usr/lib/ceph/denc/*
|
|
usr/lib/ceph/crypto/* [amd64]
|
|
usr/share/man/man8/ceph-authtool.8
|
|
usr/share/man/man8/ceph-conf.8
|
|
usr/share/man/man8/ceph-dencoder.8
|
|
usr/share/man/man8/ceph-rbdnamer.8
|
|
usr/share/man/man8/ceph-syn.8
|
|
usr/share/man/man8/ceph-post-file.8
|
|
usr/share/man/man8/ceph.8
|
|
usr/share/man/man8/crushdiff.8
|
|
usr/share/man/man8/mount.ceph.8
|
|
usr/share/man/man8/rados.8
|
|
usr/share/man/man8/radosgw-admin.8
|
|
usr/share/man/man8/rgw-policy-check.8
|
|
usr/share/man/man8/rbd.8
|
|
usr/share/man/man8/rbdmap.8
|
|
usr/share/man/man8/rbd-replay*.8
|
|
usr/share/ceph/known_hosts_drop.ceph.com
|
|
usr/share/ceph/id_rsa_drop.ceph.com
|
|
usr/share/ceph/id_rsa_drop.ceph.com.pub
|
|
etc/ceph/rbdmap
|
|
lib/udev/rules.d/50-rbd.rules
|