[gnome-network] Ubuntu gnome-nettool 2.17.4-0ubuntu3



This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.7
Date: Wed, 20 Dec 2006 13:19:01 +0100
Source: gnome-nettool
Binary: gnome-nettool
Architecture: source
Version: 2.17.4-0ubuntu3
Distribution: feisty
Urgency: low
Maintainer: Andrew Lau <netsnipe users sourceforge net>
Changed-By: Sebastien Bacher <seb128 canonical com>
Description: 
 gnome-nettool - network information tool for GNOME
Changes: 
 gnome-nettool (2.17.4-0ubuntu3) feisty; urgency=low
 .
   * debian/patches/05_gksu_for_network_admin.patch:
     - call network-admin with gksu (Ubuntu: #35476)
Files: 
 db44e0a7e33a83ffa4b686e0e30d7fdd 1564 gnome optional gnome-nettool_2.17.4-0ubuntu3.dsc
 e317ff6834dab73012b4d0f8df2ffe74 8557 gnome optional gnome-nettool_2.17.4-0ubuntu3.diff.gz
diff -pruN 2.17.4-0ubuntu2/debian/changelog 2.17.4-0ubuntu3/debian/changelog
--- 2.17.4-0ubuntu2/debian/changelog	2006-12-20 14:08:44.000000000 +0000
+++ 2.17.4-0ubuntu3/debian/changelog	2006-12-20 14:08:44.000000000 +0000
@@ -1,3 +1,10 @@
+gnome-nettool (2.17.4-0ubuntu3) feisty; urgency=low
+
+  * debian/patches/05_gksu_for_network_admin.patch:
+    - call network-admin with gksu (Ubuntu: #35476)
+
+ -- Sebastien Bacher <seb128 canonical com>  Wed, 20 Dec 2006 13:19:01 +0100
+
 gnome-nettool (2.17.4-0ubuntu2) feisty; urgency=low
 
   * debian/control.in:
diff -pruN 2.17.4-0ubuntu2/debian/patches/05_gksu_for_network_admin.patch 2.17.4-0ubuntu3/debian/patches/05_gksu_for_network_admin.patch
--- 2.17.4-0ubuntu2/debian/patches/05_gksu_for_network_admin.patch	1970-01-01 01:00:00.000000000 +0100
+++ 2.17.4-0ubuntu3/debian/patches/05_gksu_for_network_admin.patch	2006-12-20 14:08:44.000000000 +0000
@@ -0,0 +1,12 @@
+diff -Nur gnome-nettool-2.17.4/src/callbacks.c gnome-nettool-2.17.4.new/src/callbacks.c
+--- gnome-nettool-2.17.4/src/callbacks.c	2006-05-09 00:27:09.000000000 +0200
++++ gnome-nettool-2.17.4.new/src/callbacks.c	2006-12-20 13:18:50.000000000 +0100
+@@ -143,7 +143,7 @@
+ 	if (gtk_combo_box_get_active_iter (combo, &iter)) {
+ 		gtk_tree_model_get (model, &iter, 2, &nic, -1);
+ 
+-		command_line = g_string_new (info->network_tool_path);
++		command_line = g_string_new ("gksu -- network-admin");
+ 		g_string_append (command_line, " --configure ");
+ 		g_string_append (command_line, nic);
+ 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]