about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-11-27 01:22:09 +0100
committerMichael Biebl <biebl@debian.org>2018-11-27 01:35:04 +0100
commit677cd79028d990e76cd3b9505c4a4b59b934dbf6 (patch)
tree3886906d632c9574189c7a83bcdd5efb1f0a855a /debian
parentefc618fca3ff150f8188ad1d3a87049dd42a5727 (diff)
Move D-Bus policy files to /usr/share/dbus-1/system.d/
This is supported since dbus 1.9.18.
Diffstat (limited to 'debian')
-rw-r--r--debian/network-manager.install4
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/network-manager.install b/debian/network-manager.install
index bb751b47..0f1e82ae 100644
--- a/debian/network-manager.install
+++ b/debian/network-manager.install
@@ -14,10 +14,10 @@ usr/lib/pppd/*/*.so
 usr/share/locale/
 usr/share/man/
 usr/share/dbus-1/system-services/
+usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf
+usr/share/dbus-1/system.d/nm-dispatcher.conf
 usr/share/polkit-1/
 usr/share/bash-completion/
-etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf
-etc/dbus-1/system.d/nm-dispatcher.conf
 etc/NetworkManager/dispatcher.d/
 lib/udev/rules.d/*.rules
 lib/systemd/system/NetworkManager.service
diff --git a/debian/rules b/debian/rules
index 023d1884..dc1f974d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ override_dh_auto_configure:
 		--with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
 		--with-systemdsystemunitdir=/lib/systemd/system \
 		--with-udev-dir=/lib/udev \
+		--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
 		--with-crypto=gnutls \
 		--with-session-tracking=systemd \
 		--with-suspend-resume=systemd \