--- gnome-nettool-2.22.0.orig/debian/patches/05_gksu_for_network_admin.patch +++ gnome-nettool-2.22.0/debian/patches/05_gksu_for_network_admin.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/src/callbacks.c gnome-nettool-2.20.0.new/src/callbacks.c +--- gnome-nettool-2.20.0/src/callbacks.c 2007-09-14 22:35:50.000000000 +0200 ++++ gnome-nettool-2.20.0.new/src/callbacks.c 2007-11-21 15:19:21.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); + --- gnome-nettool-2.22.0.orig/debian/patches/04_menu_change.patch +++ gnome-nettool-2.22.0/debian/patches/04_menu_change.patch @@ -0,0 +1,17 @@ +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/src/gnome-nettool.desktop.in.in gnome-nettool-2.20.0.new/src/gnome-nettool.desktop.in.in +--- gnome-nettool-2.20.0/src/gnome-nettool.desktop.in.in 2007-09-14 22:35:50.000000000 +0200 ++++ gnome-nettool-2.20.0.new/src/gnome-nettool.desktop.in.in 2007-11-21 15:17:51.000000000 +0100 +@@ -1,12 +1,11 @@ + [Desktop Entry] +-Encoding=UTF-8 + _Name=Network Tools + _Comment=View information about your network + Exec=gnome-nettool + Icon=gnome-nettool + Terminal=false + Type=Application +-Categories=System;Utility;GNOME;GTK; ++Categories=System;Settings;GNOME;GTK; + StartupNotify=true + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=gnome-nettool --- gnome-nettool-2.22.0.orig/debian/patches/02_lpi.patch +++ gnome-nettool-2.22.0/debian/patches/02_lpi.patch @@ -0,0 +1,32 @@ +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/configure.in gnome-nettool-2.20.0.new/configure.in +--- gnome-nettool-2.20.0/configure.in 2007-09-18 05:50:29.000000000 +0200 ++++ gnome-nettool-2.20.0.new/configure.in 2007-11-21 15:13:16.000000000 +0100 +@@ -34,6 +34,7 @@ + + PKG_CHECK_MODULES(NETTOOL, + gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils) +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/src/main.c gnome-nettool-2.20.0.new/src/main.c +--- gnome-nettool-2.20.0/src/main.c 2007-09-14 22:35:50.000000000 +0200 ++++ gnome-nettool-2.20.0.new/src/main.c 2007-11-21 15:14:19.000000000 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "callbacks.h" + #include "ping.h" +@@ -228,6 +229,9 @@ + g_signal_connect (G_OBJECT (menu_about), "activate", + G_CALLBACK (on_about_activate), + (gpointer) window); ++ ++ menu_about = glade_xml_get_widget (xml, "help1_menu"); ++ launchpad_integration_add_items (menu_about, -1, FALSE, TRUE); + + menu_copy = glade_xml_get_widget (xml, "m_copy"); + --- gnome-nettool-2.22.0.orig/debian/patches/03_autoconf.patch +++ gnome-nettool-2.22.0/debian/patches/03_autoconf.patch @@ -0,0 +1,75 @@ +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/configure gnome-nettool-2.20.0.new/configure +--- gnome-nettool-2.20.0/configure 2007-09-18 06:44:55.000000000 +0200 ++++ gnome-nettool-2.20.0.new/configure 2007-11-21 15:15:19.000000000 +0100 +@@ -21191,10 +21191,12 @@ + else + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= \$LIBGLADE_REQUIRED + gconf-2.0 >= \$GCONF_REQUIRED + gnome-doc-utils\"") >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils") 2>&5 +@@ -21202,6 +21204,7 @@ + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_NETTOOL_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils" 2>/dev/null` +@@ -21218,10 +21221,12 @@ + else + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= \$LIBGLADE_REQUIRED + gconf-2.0 >= \$GCONF_REQUIRED + gnome-doc-utils\"") >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils") 2>&5 +@@ -21229,6 +21234,7 @@ + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_NETTOOL_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils" 2>/dev/null` +@@ -21251,11 +21257,13 @@ + fi + if test $_pkg_short_errors_supported = yes; then + NETTOOL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils"` + else + NETTOOL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils"` +@@ -21264,6 +21272,7 @@ + echo "$NETTOOL_PKG_ERRORS" >&5 + + { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils) were not met: +@@ -21278,6 +21287,7 @@ + See the pkg-config man page for more details. + " >&5 + echo "$as_me: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED ++ launchpad-integration + libglade-2.0 >= $LIBGLADE_REQUIRED + gconf-2.0 >= $GCONF_REQUIRED + gnome-doc-utils) were not met: --- gnome-nettool-2.22.0.orig/debian/patches/01_use_tracepath.patch +++ gnome-nettool-2.22.0/debian/patches/01_use_tracepath.patch @@ -0,0 +1,102 @@ +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/src/traceroute.c gnome-nettool-2.20.0.new/src/traceroute.c +--- gnome-nettool-2.20.0/src/traceroute.c 2007-09-14 22:35:51.000000000 +0200 ++++ gnome-nettool-2.20.0.new/src/traceroute.c 2007-11-21 15:10:11.000000000 +0100 +@@ -71,20 +71,16 @@ + switch (netinfo_get_ip_version (netinfo)) + { + case IPV4: +- program = util_find_program_in_path ("tcptraceroute", NULL); ++ + #ifdef DEBUG +- g_print ("tcptraceroute: %s\n", program); ++ g_print ("tracepath: %s\n", program); + #endif /* DEBUG */ +- if (program != NULL) { +- program_name = g_strdup ("tcptraceroute"); +- } else { +- program = util_find_program_dialog ("traceroute", parent); +- program_name = g_strdup ("traceroute"); +- } ++ program = util_find_program_dialog ("tracepath", parent); ++ program_name = g_strdup ("tracepath"); + break; + case IPV6: +- program = util_find_program_in_path ("traceroute6", NULL); +- program_name = g_strdup ("traceroute6"); ++ program = util_find_program_in_path ("tracepath6", NULL); ++ program_name = g_strdup ("tracepath6"); + break; + default: + program = NULL; +@@ -93,8 +89,7 @@ + + if (program != NULL) { + command = +- g_strdup_printf ("%s %s %s %s", program, program_name, +- TCPTRACEROUTE_OPTIONS, host); ++ g_strdup_printf ("%s %s %s", program, program_name, host); + + netinfo->command_line = g_strsplit (command, " ", -1); + +@@ -217,7 +212,7 @@ + + count = sscanf (line, TRACE_FORMAT, + &(data)->hop_count, data->hostname, data->ip, +- data->rtt1, data->rtt2/*, data->rtt3*/); ++ data->rtt1/*, data->rtt2, data->rtt3*/); + + if (count == TRACE_NUM_ARGS) { + return count; +@@ -225,7 +220,7 @@ + + if (count == TRACE_NUM_ERR) { + g_sprintf (data->rtt1, "*"); +- g_sprintf (data->rtt2, "*"); ++ //g_sprintf (data->rtt2, "*"); + return TRACE_NUM_ARGS; + } + /* The last line is different, because it has a +@@ -235,14 +230,14 @@ + + count = sscanf (line, TRACE_FORMAT_OPEN, + &(data)->hop_count, data->hostname, data->ip, +- data->rtt1, data->rtt2/*, data->rtt3*/); ++ data->rtt1/*, data->rtt2, data->rtt3*/); + + if (count == TRACE_NUM_ARGS) { + return count; + } else { + count = sscanf (line, TRACE_FORMAT_CLOSE, + &(data)->hop_count, data->hostname, +- data->ip, data->rtt1, data->rtt2 /*, ++ data->ip, data->rtt1/*, data->rtt2, + data->rtt3*/); + } + +@@ -301,7 +296,7 @@ + gtk_tree_view_column_new_with_attributes + (_("Time 2"), renderer, "text", TRACE_RTT2, NULL); + g_object_set (G_OBJECT (renderer), "xalign", 1.0, NULL); +- gtk_tree_view_append_column (widget, column); ++ //gtk_tree_view_append_column (widget, column); + + model = GTK_TREE_MODEL (gtk_list_store_new + (TRACE_NUM_COLUMNS, +diff -Nur -x '*.orig' -x '*~' gnome-nettool-2.20.0/src/traceroute.h gnome-nettool-2.20.0.new/src/traceroute.h +--- gnome-nettool-2.20.0/src/traceroute.h 2007-09-14 22:35:51.000000000 +0200 ++++ gnome-nettool-2.20.0.new/src/traceroute.h 2007-11-21 15:11:06.000000000 +0100 +@@ -23,12 +23,12 @@ + + #include "nettool.h" + +-#define TRACE_FORMAT "%d %s %s %s ms %s ms" ++#define TRACE_FORMAT "%d: %s %s %sms" + #define TRACE_FORMAT_CLOSE "%d %s %s [closed] %s ms %s ms" + #define TRACE_FORMAT_OPEN "%d %s %s [open] %s ms %s ms" + #define TRACE_SELECT_DEVICE "Selected device %s address %s port %d for outgoing packets" + #define TRACE_TRACE_PATH "Tracing the path to %s (146.83.195.14) on TCP port 80 %d hops max" +-#define TRACE_NUM_ARGS 5 ++#define TRACE_NUM_ARGS 4 + #define TRACE_NUM_ERR 3 + + /* Try 40 hops maximum and send only 1 packet */ --- gnome-nettool-2.22.0.orig/debian/copyright +++ gnome-nettool-2.22.0/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Andrew Lau on +Sat, 21 Aug 2004 01:48:16 +1000 + +It was downloaded from + +Copyright holder and upstream author: + German Poo-Caaman~o + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- gnome-nettool-2.22.0.orig/debian/gnome-nettool.xpm +++ gnome-nettool-2.22.0/debian/gnome-nettool.xpm @@ -0,0 +1,230 @@ +/* XPM */ +static char *gnome-nettool[] = { +/* columns rows colors chars-per-pixel */ +"32 32 192 2", +" c #000000", +". c #0B0B0B", +"X c #131313", +"o c #111B1B", +"O c #181818", +"+ c #1B2016", +"@ c #1F2C2D", +"# c #152837", +"$ c #15293B", +"% c #1D2F35", +"& c #232C1C", +"* c #242525", +"= c #262D2E", +"- c #2B2B2B", +"; c #263225", +": c #283420", +"> c #2B342B", +", c #22333A", +"< c #2B3532", +"1 c #323232", +"2 c #3C3C3C", +"3 c #1E3E5D", +"4 c #213A4F", +"5 c #2B3B43", +"6 c #223C54", +"7 c #36442A", +"8 c #3A4A2D", +"9 c #374030", +"0 c #3C4634", +"q c #3B4539", +"w c #3E4F30", +"e c #3F5033", +"r c #394C4E", +"t c #234362", +"y c #2C4E6D", +"u c #2D5070", +"i c #354E63", +"p c #365166", +"a c #335472", +"s c #3C5B78", +"d c #424E36", +"f c #424D39", +"g c #405134", +"h c #43533C", +"j c #47583A", +"k c #48553D", +"l c #495939", +"z c #444444", +"x c #4B4B4B", +"c c #4A5440", +"v c #4B5C41", +"b c #525A49", +"n c #525252", +"m c #5C5C5C", +"M c #485C6C", +"N c #506146", +"B c #52624B", +"V c #576B44", +"C c #5B6953", +"Z c #5F764B", +"A c #5C6C77", +"S c #656F5B", +"D c #62794D", +"F c #617454", +"G c #657559", +"H c #627950", +"J c #637B5B", +"K c #6C7C5D", +"L c #646464", +"P c #6B6B6B", +"I c #60716D", +"U c #6C7B6F", +"Y c #61717A", +"T c #68767A", +"R c #747474", +"E c #747E71", +"W c #7C7C7C", +"Q c #4D6B85", +"! c #4D6F8C", +"~ c #516B80", +"^ c #51728E", +"/ c #627480", +"( c #617F97", +") c #6A8357", +"_ c #6A8359", +"` c #728C5B", +"' c #79975E", +"] c #768765", +"[ c #73836B", +"{ c #758C63", +"} c #768B6A", +"| c #788E65", +" . c #788871", +".. c #759262", +"X. c #7B916A", +"o. c #7E9D64", +"O. c #7F9271", +"+. c #62829C", +"@. c #6D8599", +"#. c #7F8F95", +"$. c #6B89A0", +"%. c #718EA6", +"&. c #7A95AC", +"*. c #7F9CB3", +"=. c #80936E", +"-. c #839F67", +";. c #829277", +":. c #83907E", +">. c #849B76", +",. c #899D77", +"<. c #83A06B", +"1. c #8BA477", +"2. c #838383", +"3. c #828E86", +"4. c #888E86", +"5. c #8B8B8B", +"6. c #8E928B", +"7. c #879296", +"8. c #948F87", +"9. c #999187", +"0. c #939393", +"q. c #9B9B9B", +"w. c #8398AA", +"e. c #94AF88", +"r. c #9AAD8A", +"t. c #94B284", +"y. c #86A2B7", +"u. c #8EA4B6", +"i. c #8DA6B9", +"p. c #91A6B5", +"a. c #93AABD", +"s. c #9EABB3", +"d. c #A1988C", +"f. c #A19A92", +"g. c #A09F9C", +"h. c #B09E87", +"j. c #A9A196", +"k. c #A0B98D", +"l. c #A4BE97", +"z. c #ABBD9F", +"x. c #B8AA97", +"c. c #A3A3A3", +"v. c #ACA8A3", +"b. c #ABABAB", +"n. c #A0AAB0", +"m. c #ADBEA1", +"M. c #B0ADA9", +"N. c #B2B1AF", +"B. c #B4B4B4", +"V. c #B8B7B4", +"C. c #BBBBBB", +"Z. c #94AEC2", +"A. c #9CB3C5", +"S. c #A3B7C6", +"D. c #A3BACC", +"F. c #ACBFCE", +"G. c #B6CAA8", +"H. c #AEC3D3", +"J. c #B3C1CD", +"K. c #B2C6D4", +"L. c #B5CCDB", +"P. c #BDCEDA", +"I. c #B7D0E1", +"U. c #BBD4E4", +"Y. c #D5BC9C", +"T. c #D7BFA1", +"R. c #C0CFBA", +"E. c #C0D4B3", +"W. c #C3C3C3", +"Q. c #CAC9C7", +"!. c #CACACA", +"~. c #C2CED9", +"^. c #C2D2DD", +"/. c #C9D4DD", +"(. c #D0CFCB", +"). c #D2D2D2", +"_. c #D9D7D4", +"`. c #C5D6E1", +"'. c #C5D8E4", +"]. c #C3DAE8", +"[. c #CBD7E1", +"{. c #CDDBE6", +"}. c #CDDDE8", +"|. c #D1DDE6", +" X c #D5E0E7", +".X c #D3E0E9", +"XX c #DBE5EC", +"oX c #DDE9F0", +"OX c #E2EAEF", +"+X c #E3EBF1", +"@X c #EBF2F6", +"#X c None", +/* pixels */ +"#X#X#X#X#X#X#X#X #X#X#X#X#X#X#X", +"#X#X #X#X", +" O . . . . . . . . . . . . . . X ", +" O * x n m m L L L L P P R R W W W W R R R P L n x x 1 X ", +" W 5.m m x x m C n L L L m L R R R P 4.C.V.c.W 5.5.5. ", +" 5.x & j l N N h < = @ = > e j e g 8 + q.c.0.h.8.P 5. ", +" 5.= J k.l.e.E 7./.XXXX~.s.T J ..o.` 7 5.V.N.x.f.m 2.. ", +" 0.- _ G.G.U n.|.|..X'.`.{./.T B <.' 8 0.2.!.2.V.- P . ", +" . c.1 X.G.7.s.XXXX].].U.}..X.XP.Y } <.0 0.b.W q.P 1 R . ", +" . c.1 _ G.#.[.{.L.U.U.I.'.L.P.P.A.I | 8 q.0.g.P n n W X ", +" . c.1 X. .p.K.H.L.I.oX}.}..XH.D.A./ [ 8 q.(.c.c.2.c.q.X ", +" . b.2 } C i.w. X.XL.L.@X+XoX[.D.Z.M E 8 5.).b.N.q.b.c.X ", +" X V.2 O. .p.F.{.XXD.D.+X+X^.^.K.S.Y 4.f c._.!.d.M.q.b.X ", +" X C.2 >.3.@.a.H.OXH.Z.[.[.A.P.XXw.A 6.f g.W.B.E.f.W c.O ", +" X W.2 J ;.p ^ A..X{.&.~.~.+./.a.s % S 9 5.b.).W Y.n 2.X ", +" X C.2 ) z.r y $.A.S.^ J.J.! y.$.6 ; K n q.b.b.M.q.z 2.O ", +" X W.2 ` r.F , Q y.Q y u y a ( i o j ] f q.c.2.m n n 0.O ", +" X C.q Z <...h 5 ~ t t 3 3 3 6 o : V ] 7 q.!.).v.q.c.b.X ", +" X C.2 D <.1.1.G q , $ $ $ * - b K 1.r.g 5.W.2.0.L 0.g.X ", +" . V.2 j ` | | X.F l 0 2 q k S _ ] =.,.* 5.(.).q.B.V.b.X ", +" X C.b.x z z z n x z z z x z z x x z x R ).c.c.Y.f.P q.. ", +" . V.Q.P z 2.5.x P b.C.Q.!.!.!.!.!.!.W.!.Q.V.!.9.v.P 0.. ", +" . B.L b.v.L W b.5.m W P g.F.T.W.W.C.W 5.0.W V.j.b.2 P . ", +" . M.5 0.* R 5.* W 2 n g.v./ q.c.c.0.W 0.0.5.L P n 2 2. ", +" c.2.P 5.L L 2.W R R R 5.R P q.5.m R 2.5.W 0.P L P / . ", +" g.B.2.L L L n P b.V.6.c.q.f.b.q.0.q.0.q.5.m L z P W ", +" . 2 W 5.5.2.W 5.5.5.0.2./ 2.W W W W R R R R P P P L 1 . ", +" . . X X O O X X . . . . . . . . ", +" ", +" ", +"#X#X ", +"#X#X #X#X" +}; --- gnome-nettool-2.22.0.orig/debian/watch +++ gnome-nettool-2.22.0/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gnome-nettool/([\d\.]+)[02468]/ \ + gnome-nettool-(.*)\.tar\.gz \ + debian uupdate --- gnome-nettool-2.22.0.orig/debian/control +++ gnome-nettool-2.22.0/debian/control @@ -0,0 +1,46 @@ +Source: gnome-nettool +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Build-Depends: autotools-dev, + cdbs (>= 0.4.41), + debhelper (>= 5), + dh-buildinfo, + gnome-pkg-tools (>= 0.10), + intltool (>= 0.35.0), + libgtk2.0-dev (>= 2.6), + libglade2-dev (>= 2.0.0), + libgconf2-dev (>= 1.1.11), + libxml-parser-perl, + liblaunchpad-integration-dev, + gnome-doc-utils +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Sebastian Dröge +Standards-Version: 3.7.2 + +Package: gnome-nettool +Architecture: any +Replaces: gnome-network (<= 1.99.5) +Depends: ${shlibs:Depends}, + ${misc:Depends}, + dnsutils, + finger, + net-tools, + ping, + iputils-tracepath, + whois +Suggests: gnome-system-tools +Conflicts: gnome-network (<= 1.99.5) +Description: network information tool for GNOME + GNOME Nettool is a network information tool which provides user interfaces for + some of the most common command line network tools including: + * ifconfig + * ping + * netstat + * tracepath + * port scanning + * DNS lookup + * finger + * whois + . + Homepage: http://www.gnome.org/projects/gnome-network/ --- gnome-nettool-2.22.0.orig/debian/install +++ gnome-nettool-2.22.0/debian/install @@ -0,0 +1 @@ +debian/gnome-nettool.xpm usr/share/pixmaps/ --- gnome-nettool-2.22.0.orig/debian/rules +++ gnome-nettool-2.22.0/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# Author: Andrew Lau +# $Id: rules 39 2003-10-27 17:33:22Z netsnipe-guest $ + +export DH_ALWAYS_EXCLUDE=CVS:.svn + +# CDBS classes & rules +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +# Compile options +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper + +# Record build-time version information +binary-post-install/gnome-nettool:: + dh_buildinfo --- gnome-nettool-2.22.0.orig/debian/changelog +++ gnome-nettool-2.22.0/debian/changelog @@ -0,0 +1,167 @@ +gnome-nettool (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream version: + - #470264: Added icon for size 24x24 + - #451925: Replace SIOCGMIIPHY definitions by including linux/sockios.h + - #508610: Translated DNS lookup type + + -- Sebastien Bacher Tue, 11 Mar 2008 12:33:15 +0100 + +gnome-nettool (2.20.0-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable (LP: #164345) remaining changes: + - debian/control, debian/control.in: + - updated Maintainer field + - added liblaunchpad-integration-dev to Build-Depends + - depends on "iputils-tracepath" rather than "tcptraceroute | traceroute" + - make the description mention tracepath rather than traceroute + - debian/patches: + - 01_use_tracepath.patch: updated. + - 02_lpi.patch: updated. + - 03_autoconf.patch: updated. + - 04_menu_change.patch: updated. + - 05_gksu_for_network_admin.patch: updated. + + -- Mario Bonino Wed, 21 Nov 2007 14:53:49 +0100 + +gnome-nettool (2.20.0-1) unstable; urgency=low + + [ Loic Minier ] + * Set maintainer to Debian GNOME Maintainers. + + [ Sebastian Dröge ] + * New upstream release: + + Fixes localization problems (Closes: #290684, #319610). + + -- Sebastian Dröge Sat, 29 Sep 2007 07:01:09 +0200 + +gnome-nettool (2.18.0-2) unstable; urgency=low + + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + * Preprend -Wl,-z,defs before -Wl,--as-needed in LDFLAGS. + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + + -- Loic Minier Tue, 17 Apr 2007 13:56:03 +0200 + +gnome-nettool (2.18.0-1) experimental; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + + [ Marc 'HE' Brockschmidt ] + * New upstream release; no API to break + + -- Marc 'HE' Brockschmidt Mon, 26 Mar 2007 23:08:04 +0200 + +gnome-nettool (2.16.0-2) experimental; urgency=low + + * Add missing build-dependency on gnome-doc-utils; thanks Frank Lichtenheld; + closes: #400832. + + -- Loic Minier Wed, 29 Nov 2006 08:33:52 +0100 + +gnome-nettool (2.16.0-1) experimental; urgency=low + + [ Loic Minier ] + * Add a dep on whois, thanks Daniel Holbach. + * Fix watch file. + + [ Oystein Gisnas ] + * New upstream release + * Bump debhelper compat to 5, no changes required. [debian/compat] + * Add build-dep on intltool. [debian/control.in] + + [ Josselin Mouette ] + * Pass --disable-scrollkeeper to the configure script. + + -- Josselin Mouette Mon, 27 Nov 2006 23:41:23 +0100 + +gnome-nettool (2.14.2-1) unstable; urgency=low + + * Update watch file. + [debian/watch] + * New upstream versions. + * Bump up Standards-Versions to 3.7.2. + [debian/control, debian/control.in] + + -- Loic Minier Wed, 31 May 2006 17:28:13 +0200 + +gnome-nettool (1.4.1-1) unstable; urgency=low + + * New upstream release (translation updates). + * Add CDBS' utils. [debian/rules] + * Clarify license versus copyright. [debian/copyright] + + -- Loic Minier Tue, 4 Oct 2005 21:38:20 +0200 + +gnome-nettool (1.4.0-1) unstable; urgency=low + + [ Andrew Lau ] + * New upstream release 1.3.0. + * Debian Standards-Version: 3.6.2 + * [debian/rules]: + - Don't overwrite $(DEB_CONFIGURE_SCRIPT_ENV) completely. + Thanks: Josselin Mouette + - Record compile-time dependency versions using dh_buildinfo + + [ Loic Minier ] + * New upstream release 1.4.0, misc changes below. + * Misc changes below taken from and to resync partially with 1.4.0-0ubuntu1. + * Update build-deps. [debian/control, debian/control.in] + - Bump CDBS version to >= 0.4.25. + - Drop libgnomeui-dev. + - Add libglade2-dev and libgconf2-dev. + + -- Loic Minier Sun, 25 Sep 2005 17:21:35 +0200 + +gnome-nettool (1.2.0-1) unstable; urgency=low + + * New upstream release. + - Further HIG compliance. + - Updated translations. + * [debian/rules]: + - Deflate dependencies via ld's --as-needed option. + + -- Andrew Lau Sat, 5 Mar 2005 14:44:17 +1100 + +gnome-nettool (1.1.0-1) experimental; urgency=low + + * New upstream development release for GNOME 2.10. + - Requires GTK+2.6. + + -- Andrew Lau Wed, 26 Jan 2005 08:23:38 +1100 + +gnome-nettool (1.0.0-1) unstable; urgency=low + + * New upstream release. + - Patches merged: 00_nettool.patch + * Move Debian menu item to from Apps/Net to Apps/System in line with current + FreeDesktop.org menu category. + + -- Andrew Lau Wed, 5 Jan 2005 16:05:07 +1100 + +gnome-nettool (0.99.3-2) unstable; urgency=medium + + * Traceroute output now non-blocking. + + [debian/patches/00_nettool.patch] + (closes: #269396) + + -- Andrew Lau Tue, 7 Dec 2004 19:11:13 +1100 + +gnome-nettool (0.99.3-1) unstable; urgency=medium + + * New upstream release. + - Fixed crash on exit. + + -- Andrew Lau Tue, 31 Aug 2004 21:50:02 +1000 + +gnome-nettool (0.99.2-1) unstable; urgency=low + + * Initial release of the Debian GNU/Linux package. + - Replaces gnome-network 1.99.5-2. + + -- Andrew Lau Sat, 21 Aug 2004 01:48:16 +1000 --- gnome-nettool-2.22.0.orig/debian/menu +++ gnome-nettool-2.22.0/debian/menu @@ -0,0 +1,9 @@ +?package(gnome-nettool): \ + needs="X11" \ + section="Apps/System" \ + title="GNOME Network Tool" \ + command="/usr/bin/gnome-nettool" \ + hints="Network" \ + icon="/usr/share/pixmaps/gnome-nettool.xpm" \ + longtitle="Network Information Tools" \ + description="Front-end to various networking command-line tools" --- gnome-nettool-2.22.0.orig/debian/docs +++ gnome-nettool-2.22.0/debian/docs @@ -0,0 +1,4 @@ +AUTHORS +NEWS +README +TODO --- gnome-nettool-2.22.0.orig/debian/control.in +++ gnome-nettool-2.22.0/debian/control.in @@ -0,0 +1,46 @@ +Source: gnome-nettool +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Build-Depends: autotools-dev, + cdbs (>= 0.4.41), + debhelper (>= 5), + dh-buildinfo, + gnome-pkg-tools (>= 0.10), + intltool (>= 0.35.0), + libgtk2.0-dev (>= 2.6), + libglade2-dev (>= 2.0.0), + libgconf2-dev (>= 1.1.11), + libxml-parser-perl, + liblaunchpad-integration-dev, + gnome-doc-utils +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.2 + +Package: gnome-nettool +Architecture: any +Replaces: gnome-network (<= 1.99.5) +Depends: ${shlibs:Depends}, + ${misc:Depends}, + dnsutils, + finger, + net-tools, + ping, + iputils-tracepath, + whois +Suggests: gnome-system-tools +Conflicts: gnome-network (<= 1.99.5) +Description: network information tool for GNOME + GNOME Nettool is a network information tool which provides user interfaces for + some of the most common command line network tools including: + * ifconfig + * ping + * netstat + * tracepath + * port scanning + * DNS lookup + * finger + * whois + . + Homepage: http://www.gnome.org/projects/gnome-network/ --- gnome-nettool-2.22.0.orig/debian/compat +++ gnome-nettool-2.22.0/debian/compat @@ -0,0 +1 @@ +5