r13069 - in /desktop/unstable/gnome-netstatus/debian: changelog patches/03_interface_selection.patch patches/04_update-statistics.patch patches/interface_selection.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Oct 11 19:50:33 UTC 2007


Author: joss
Date: Thu Oct 11 19:50:33 2007
New Revision: 13069

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13069
Log:
* Correctly number interface_selection.patch.
* 04_update-statistics.patch: patch from "manphiz" to update 
  statistics after reconnection. Closes: #436125.

Added:
    desktop/unstable/gnome-netstatus/debian/patches/03_interface_selection.patch
      - copied unchanged from r13068, desktop/unstable/gnome-netstatus/debian/patches/interface_selection.patch
    desktop/unstable/gnome-netstatus/debian/patches/04_update-statistics.patch
Removed:
    desktop/unstable/gnome-netstatus/debian/patches/interface_selection.patch
Modified:
    desktop/unstable/gnome-netstatus/debian/changelog

Modified: desktop/unstable/gnome-netstatus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/changelog?rev=13069&op=diff
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/changelog (original)
+++ desktop/unstable/gnome-netstatus/debian/changelog Thu Oct 11 19:50:33 2007
@@ -1,3 +1,11 @@
+gnome-netstatus (2.12.1-2) UNRELEASED; urgency=low
+
+  * Correctly number interface_selection.patch.
+  * 04_update-statistics.patch: patch from "manphiz" to update 
+    statistics after reconnection. Closes: #436125.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 11 Oct 2007 21:50:21 +0200
+
 gnome-netstatus (2.12.1-1) unstable; urgency=high
 
   [ Josselin Mouette ]

Added: desktop/unstable/gnome-netstatus/debian/patches/04_update-statistics.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/patches/04_update-statistics.patch?rev=13069&op=file
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/patches/04_update-statistics.patch (added)
+++ desktop/unstable/gnome-netstatus/debian/patches/04_update-statistics.patch Thu Oct 11 19:50:33 2007
@@ -1,0 +1,13 @@
+--- gnome-netstatus-2.12.1.orig/src/netstatus-iface.c	2007-02-13 17:39:19.000000000 +0800
++++ gnome-netstatus-2.12.1/src/netstatus-iface.c	2007-08-05 22:52:54.000000000 +0800
+@@ -524,8 +524,8 @@
+ 	   in_bytes, out_bytes,
+ 	   iface->priv->stats.in_bytes, iface->priv->stats.out_bytes);
+   
+-  rx = in_packets  > iface->priv->stats.in_packets;
+-  tx = out_packets > iface->priv->stats.out_packets;
++  rx = in_bytes  > iface->priv->stats.in_bytes;
++  tx = out_bytes > iface->priv->stats.out_bytes;
+ 
+   if (!tx && !rx)
+     state = NETSTATUS_STATE_IDLE;




More information about the pkg-gnome-commits mailing list