summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-10 05:30:24 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-10 09:17:12 +0100
commit794ace86db84c313afa1b9ddb7131f124bf7725c (patch)
tree69e60e53be0ed9ff6ba2e6f953bf757812f3c26a
parentRecommending fuse3 instead of fuse. (diff)
downloadceph-19-794ace86db84c313afa1b9ddb7131f124bf7725c.tar.xz
ceph-19-794ace86db84c313afa1b9ddb7131f124bf7725c.zip
Moving systemd units to /usr.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 625e7e0a6..3c2fae2d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -223,3 +223,6 @@ get-orig-snapshot:
cd .. && \
mk-origtargz --version $(VERSION)~git$(DATE).$$COMMIT ceph-upstream/ceph-$(VERSION)~git$(DATE).$$COMMIT.tar.bz2
rm -Rf ceph-upstream
+
+execute_before_dh_installdeb:
+ if command -v dh_movetousr > /dev/null 2>&1; then dh_movetousr; fi