diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-02-08 20:12:00 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-02-08 20:12:00 +0000 |
| commit | 8ed381f07ffca8445390df3ffb3e82e6f114d4b3 (patch) | |
| tree | 4e63f3af0f8939ea194c5a02875220c671af0e74 /debian/patches | |
| parent | a9dd8a1292c4570dc3213e694f9ddeee5f5154ba (diff) | |
- Do not ship our own DBUS access files. Use the upstream version and replace
at_console="true" with group="plugdev" (patches/dbus_access*.patch). TODO: Find and use a better group for this!!! This makes the diff.gz smaller and better tracks upstream changes. Removed the install commands from debian/rules and added the *.conf files to the corresponding install files. - Removed the creation of the /etc/NetworkManager/dispatcher.d directory from debian/rules. This is better handled by network-manager.dirs. - Removed useless dirs file - Fixed some *.install files (location of binaries have changed, additional files etc.) - Removed configure switch --without-named, seems to be unused, added configure switch --with-wpa_supplicant git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@559 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/dbus_access_network_manager.patch | 11 | ||||
| -rw-r--r-- | debian/patches/dbus_access_nm_applet.patch | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/dbus_access_network_manager.patch b/debian/patches/dbus_access_network_manager.patch new file mode 100644 index 00000000..c164190e --- /dev/null +++ b/debian/patches/dbus_access_network_manager.patch @@ -0,0 +1,11 @@ +--- src/NetworkManager.conf.orig 2006-02-07 04:24:38.000000000 +0100 ++++ src/NetworkManager.conf 2006-02-07 04:25:00.000000000 +0100 +@@ -8,7 +8,7 @@ + <allow send_destination="org.freedesktop.NetworkManager"/> + <allow send_interface="org.freedesktop.NetworkManager"/> + </policy> +- <policy at_console="true"> ++ <policy group="plugdev"> + <allow send_destination="org.freedesktop.NetworkManager"/> + <allow send_interface="org.freedesktop.NetworkManager"/> + </policy> diff --git a/debian/patches/dbus_access_nm_applet.patch b/debian/patches/dbus_access_nm_applet.patch new file mode 100644 index 00000000..0f84f7dd --- /dev/null +++ b/debian/patches/dbus_access_nm_applet.patch @@ -0,0 +1,11 @@ +--- gnome/applet/nm-applet.conf.orig 2006-02-07 04:22:39.000000000 +0100 ++++ gnome/applet/nm-applet.conf 2006-02-07 04:23:00.000000000 +0100 +@@ -8,7 +8,7 @@ + <allow send_destination="org.freedesktop.NetworkManagerInfo"/> + <allow send_interface="org.freedesktop.NetworkManagerInfo"/> + </policy> +- <policy at_console="true"> ++ <policy group="plugdev"> + <allow own="org.freedesktop.NetworkManagerInfo"/> + + <allow send_destination="org.freedesktop.NetworkManagerInfo"/> |