changed debian/source/format to native
This commit is contained in:
parent
1e7e845628
commit
69498c61f5
|
@ -1,27 +0,0 @@
|
||||||
From: Michael Biebl <biebl@debian.org>
|
|
||||||
Date: Tue, 27 Nov 2018 14:41:17 +0100
|
|
||||||
Subject: Move D-Bus policy file to /usr/share/dbus-1/system.d/
|
|
||||||
|
|
||||||
This is supported since dbus 1.9.18.
|
|
||||||
The old location in /etc/dbus-1/system.d/ has been deprecated.
|
|
||||||
|
|
||||||
https://lists.freedesktop.org/archives/dbus/2015-July/016746.html
|
|
||||||
|
|
||||||
https://gitlab.gnome.org/GNOME/NetworkManager-pptp/merge_requests/6
|
|
||||||
---
|
|
||||||
Makefile.am | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
|
||||||
index f3df202..dc7179e 100644
|
|
||||||
--- a/Makefile.am
|
|
||||||
+++ b/Makefile.am
|
|
||||||
@@ -20,7 +20,7 @@ SUBDIRS = \
|
|
||||||
plugindir = $(libdir)/NetworkManager
|
|
||||||
plugin_LTLIBRARIES =
|
|
||||||
|
|
||||||
-dbusservicedir = $(sysconfdir)/dbus-1/system.d
|
|
||||||
+dbusservicedir = $(datadir)/dbus-1/system.d
|
|
||||||
dbusservice_DATA = nm-pptp-service.conf
|
|
||||||
|
|
||||||
nmvpnservicedir = $(NM_VPN_SERVICE_DIR)
|
|
|
@ -1 +0,0 @@
|
||||||
Move-D-Bus-policy-file-to-usr-share-dbus-1-system.d.patch
|
|
|
@ -1 +1 @@
|
||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|
Loading…
Reference in New Issue