From 87b3725dab6dff5f49426c259b456dbd6362320a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 11 Jun 2018 02:57:56 +0200 Subject: Make sure the example server.conf is actually installed --- debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d7dd5f88..fcf4f75a 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,6 @@ override_dh_auto_configure: override_dh_install: find debian/tmp -name '*.la' -print -delete - rm debian/tmp/usr/share/doc/NetworkManager/examples/server.conf dh_install override_dh_missing: -- cgit 1.3.0-6-gf8a5 From d295194ad3b27bd2987da391731c9c3b2251879d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 11 Jun 2018 03:14:09 +0200 Subject: Drop dh_strip override, the dbgsym migration is done --- debian/rules | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index fcf4f75a..88a49262 100755 --- a/debian/rules +++ b/debian/rules @@ -64,9 +64,6 @@ override_dh_missing: override_dh_makeshlibs: dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/NetworkManager/ -X/usr/lib/pppd/ -override_dh_strip: - dh_strip --dbgsym-migration='network-manager-dbg (<< 1.1.91-2~)' - override_dh_systemd_start: dh_link -pnetwork-manager \ lib/systemd/system/NetworkManager.service \ -- cgit 1.3.0-6-gf8a5 From 37b318b001ea075beba7fc4306c6a802fdfcd0ca Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 11 Jun 2018 03:07:56 +0200 Subject: Enable iwd support --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 88a49262..4387a89c 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ override_dh_auto_configure: --with-nmcli \ --with-selinux \ --with-libaudit \ + --with-iwd \ --without-dhcpcanon \ --without-libnm-glib \ --enable-polkit \ -- cgit 1.3.0-6-gf8a5