r16295 - in /desktop/unstable/gnome-system-tools/debian: changelog control control.in patches/60_save_crash.patch patches/series

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Jun 21 07:53:42 UTC 2008


Author: manphiz-guest
Date: Sat Jun 21 07:53:42 2008
New Revision: 16295

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16295
Log:
* Added 60_save_crash.patch to fix crash on saving profiles.
  (Closes: #487351)
* Update standard version to 3.8.0.  No change required.

Added:
    desktop/unstable/gnome-system-tools/debian/patches/60_save_crash.patch
Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/control
    desktop/unstable/gnome-system-tools/debian/control.in
    desktop/unstable/gnome-system-tools/debian/patches/series

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=16295&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog Sat Jun 21 07:53:42 2008
@@ -1,3 +1,11 @@
+gnome-system-tools (2.22.0-2) unstable; urgency=low
+
+  * Added 60_save_crash.patch to fix crash on saving profiles.
+    (Closes: #487351)
+  * Update standard version to 3.8.0.  No change required.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 21 Jun 2008 15:47:44 +0800
+
 gnome-system-tools (2.22.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gnome-system-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/control?rev=16295&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/control (original)
+++ desktop/unstable/gnome-system-tools/debian/control Sat Jun 21 07:53:42 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>,
            Niv Sardi <xaiki at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,
@@ -23,7 +23,7 @@
                scrollkeeper,
                gnome-doc-utils (>= 0.3.2),
                pkg-config
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: gnome-system-tools
 Architecture: any

Modified: desktop/unstable/gnome-system-tools/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/control.in?rev=16295&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/control.in (original)
+++ desktop/unstable/gnome-system-tools/debian/control.in Sat Jun 21 07:53:42 2008
@@ -23,7 +23,7 @@
                scrollkeeper,
                gnome-doc-utils (>= 0.3.2),
                pkg-config
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: gnome-system-tools
 Architecture: any

Added: desktop/unstable/gnome-system-tools/debian/patches/60_save_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/60_save_crash.patch?rev=16295&op=file
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/60_save_crash.patch (added)
+++ desktop/unstable/gnome-system-tools/debian/patches/60_save_crash.patch Sat Jun 21 07:53:42 2008
@@ -1,0 +1,11 @@
+--- gnome-system-tools-2.22.0.orig/src/network/network-locations.c	2008-06-21 14:52:17.000000000 +0800
++++ gnome-system-tools-2.22.0/src/network/network-locations.c	2008-06-21 14:46:47.000000000 +0800
+@@ -1116,7 +1116,7 @@ gst_network_locations_save_current (GstN
+   g_return_val_if_fail (name && *name, FALSE);
+ 
+   /* Unset the previous configuration with the same name, if any */
+-  gst_network_locations_delete_location (locations, filename);
++  gst_network_locations_delete_location (locations, name);
+ 
+   filename = g_filename_from_utf8 (name, -1, NULL, NULL, NULL);
+   str = replace_string (filename, "/", SLASH);

Modified: desktop/unstable/gnome-system-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/series?rev=16295&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/series (original)
+++ desktop/unstable/gnome-system-tools/debian/patches/series Sat Jun 21 07:53:42 2008
@@ -2,3 +2,4 @@
 22_root_only.patch
 40_more-groups.patch
 50_min-max-gid.patch
+60_save_crash.patch




More information about the pkg-gnome-commits mailing list