about summary refs log tree commit diff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@teco.edu>2006-02-08 20:12:00 +0000
committerMichael Biebl <biebl@teco.edu>2006-02-08 20:12:00 +0000
commit8ed381f07ffca8445390df3ffb3e82e6f114d4b3 (patch)
tree4e63f3af0f8939ea194c5a02875220c671af0e74 /debian/rules
parenta9dd8a1292c4570dc3213e694f9ddeee5f5154ba (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/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules
index 8c8bfe3e..3fe0113d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 		--with-dbus-sys=/etc/dbus-1/system.d \
-		--without-named \
 		--with-dhcdbd=/usr/sbin/dhcdbd \
+		--with-wpa_supplicant=/usr/sbin/wpa_supplicant \
 		--with-distro=debian
 	
 clean::
@@ -26,11 +26,3 @@ binary-install/network-manager::
 		debian/network-manager/etc/dbus-1/event.d/25NetworkManager
 	install -m 755 debian/network-manager-dispatcher.dbus-event \
 		debian/network-manager/etc/dbus-1/event.d/26NetworkManagerDispatcher
-	install -d -m 755 debian/network-manager/etc/NetworkManager/dispatcher.d
-	install -m 644 debian/network-manager.dbus-conf \
-		debian/network-manager/etc/dbus-1/system.d/NetworkManager.conf
-
-binary-install/network-manager-gnome::	
-	install -m 644 debian/nm-applet.conf \
-		debian/network-manager/etc/dbus-1/system.d/nm-applet.conf
-