]> git.proxmox.com Git - systemd.git/commitdiff
Remove dbus introspection files
authorMichael Biebl <biebl@debian.org>
Tue, 21 Dec 2021 00:24:25 +0000 (01:24 +0100)
committerMichael Biebl <biebl@debian.org>
Tue, 21 Dec 2021 00:30:04 +0000 (01:30 +0100)
Those are probably best shipped in a -dev package. Remove for the time
being until we have found a proper place for them.
They weigh over 600kB, so the main systemd package is probably not a good
fit.

Gbp-Dch: Short

debian/rules

index 57ee5841aa08ba8e9bf4093c36183f1ebf6de962..b19a14891a4e74d13874700f776abd36bf1ad58f 100755 (executable)
@@ -239,6 +239,8 @@ override_dh_install:
        rm -f debian/install/*/usr/lib/sysctl.d/50-default.conf
        rm -f debian/install/*/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
        rmdir -p --ignore-fail-on-non-empty debian/install/*/etc/X11/xinit/xinitrc.d/
+       # those files should probably be shipped in a -dev package, remove for now
+       rm -rf debian/install/*/usr/share/dbus-1/interfaces/
        # remove files related to factory-reset feature
        find debian/install/ \( -name 'systemd-update-done*' -o \
                -name systemd-journal-catalog-update.service -o \