[Pkg-utopia-commits] r914 - in packages/unstable/networkmanager/debian: . patches

Riccardo Setti giskard-guest at costa.debian.org
Mon Aug 7 11:22:32 UTC 2006


Author: giskard-guest
Date: 2006-08-07 11:22:31 +0000 (Mon, 07 Aug 2006)
New Revision: 914

Removed:
   packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch
Modified:
   packages/unstable/networkmanager/debian/README.Debian
   packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch
Log:
fixed some typo in README.Debian, removed 09.patch (better solution are coming), fixed 08.patch 

Modified: packages/unstable/networkmanager/debian/README.Debian
===================================================================
--- packages/unstable/networkmanager/debian/README.Debian	2006-08-07 08:36:38 UTC (rev 913)
+++ packages/unstable/networkmanager/debian/README.Debian	2006-08-07 11:22:31 UTC (rev 914)
@@ -26,8 +26,8 @@
 -> This device is managed by NM.
 
 1.a)
-allow-hotplug eth1
-iface eth0 ined dhcp
+allow-hotplug eth0
+iface eth0 inet dhcp
 -> This device is manager by NM
 
 2.)

Modified: packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch
===================================================================
--- packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch	2006-08-07 08:36:38 UTC (rev 913)
+++ packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch	2006-08-07 11:22:31 UTC (rev 914)
@@ -39,7 +39,7 @@
 +	 */
 +	for (curr_d = curr_device->info; curr_d; curr_d = curr_d->next) {
 +		if (strcmp (curr_d->key, "inet")
-+		    || strcmp (curr_d->data, "dhcp" )|| strcmp ( curr_d->key, "iface"))
++		    || strcmp (curr_d->data, "dhcp" ))
 +			blacklist = TRUE;
 +	}
 +

Deleted: packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch
===================================================================
--- packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch	2006-08-07 08:36:38 UTC (rev 913)
+++ packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch	2006-08-07 11:22:31 UTC (rev 914)
@@ -1,14 +0,0 @@
---- configure.old	2006-08-07 10:31:07.000000000 +0200
-+++ configure	2006-08-07 10:31:14.000000000 +0200
-@@ -25440,6 +25440,11 @@
- echo "${ECHO_T}no" >&6; }
- fi
- 
-+## Enable bigendian stuff for sha1 hash code
-+if "$target_cpu" = "powerpc"; then
-+      CPU_CFLAGS="-DWORDS_BIGENDIAN $CPU_CFLAGS"
-+fi
-+
- ac_config_files="$ac_config_files Makefile include/Makefile utils/Makefile src/Makefile src/named-manager/Makefile src/vpn-manager/Makefile src/dhcp-manager/Makefile src/backends/Makefile libnm-util/libnm-util.pc libnm-util/Makefile dispatcher-daemon/Makefile gnome/Makefile gnome/applet/Makefile gnome/applet/icons/Makefile gnome/libnm_glib/libnm_glib.pc gnome/libnm_glib/Makefile gnome/vpn-properties/Makefile test/Makefile test/test-common/Makefile test/libnm-util/Makefile initscript/Makefile initscript/RedHat/Makefile initscript/RedHat/NetworkManager initscript/RedHat/NetworkManagerDispatcher initscript/Gentoo/Makefile initscript/Gentoo/NetworkManager initscript/Debian/Makefile initscript/Slackware/Makefile initscript/Slackware/rc.networkmanager initscript/Slackware/rc.networkmanager-dispatcher initscript/SUSE/Makefile initscript/SUSE/networkmanager initscript/SUSE/networkmanager-dispatcher initscript/Arch/Makefile initscript/Arch/networkmanager initscript/Arch/networkmanager-dispatcher man/Makefile man/NetworkManager.1 man/NetworkManagerDispatcher.1 man/nm-tool.1 po/Makefile.in NetworkManager.pc"
- 
- cat >confcache <<\_ACEOF




More information about the Pkg-utopia-commits mailing list