r36243 - in /desktop/unstable/gnome-control-center/debian: ./ patches/

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Nov 7 18:52:06 UTC 2012


Author: joss
Date: Wed Nov  7 18:52:05 2012
New Revision: 36243

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36243
Log:
* New upstream git snapshot from the stable branch (which will not be 
  released despite the amount of useful bug fixes).
  + Features loads of wacom-related fixes. Closes: #689868.
  + Escape wallpaper filename before display.
  + Update for a changed DBus interface in g-s-d.
  + Fix the NetworkManager Bluetooth plugin.
* Bump build-dependency on libwacom according to upstream. (This is 
  not a real requirement, it was put here to force some bugfixes.)
* 11_revert_printer_class.patch: revert an unfortunate change that 
  leads to an undefined symbol.

Added:
    desktop/unstable/gnome-control-center/debian/patches/11_revert_printer_class.patch
Removed:
    desktop/unstable/gnome-control-center/debian/patches/11_escape_wallpaper_filename_before_display.patch
    desktop/unstable/gnome-control-center/debian/patches/12_update_for_brightness_changed_signal.patch
    desktop/unstable/gnome-control-center/debian/patches/13_bluetooth_dont_destroy_custom_widgets_on_changes.patch
Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/control
    desktop/unstable/gnome-control-center/debian/control.in
    desktop/unstable/gnome-control-center/debian/patches/series

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=36243&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog [utf-8] Wed Nov  7 18:52:05 2012
@@ -1,22 +1,24 @@
-gnome-control-center (1:3.4.2-3) UNRELEASED; urgency=low
+gnome-control-center (1:3.4.2+git20121016.29d7c0-1) unstable; urgency=low
 
   [ Josselin Mouette ]
   * Add missing epoch on libxi build-dependency.
 
   [ Michael Biebl ]
   * Rebuild with xz compression. Closes: #687279
-  * debian/patches/11_escape_wallpaper_filename_before_display.patch: Escape
-    wallpaper filename before display. Patch cherry-picked from upstream Git.
-  * debian/patches/12_update_for_brightness_changed_signal.patch:
-    gnome-settings-daemon changed its D-Bus interface for brightness changes
-    so external changes were invisible to the panel. Update accordingly.
-    Patch cherry-picked from upstream Git.
-  * debian/patches/13_bluetooth_dont_destroy_custom_widgets_on_changes.patch:
-    Don't destroy and recreate custom widgets whenever any of the properties
-    changes since this breaks the NetworkManager Bluetooth plugin. Patch
-    cherry-picked from upstream Git.
-
- -- Michael Biebl <biebl at debian.org>  Sat, 22 Sep 2012 20:20:00 +0200
+
+  [ Josselin Mouette ]
+  * New upstream git snapshot from the stable branch (which will not be 
+    released despite the amount of useful bug fixes).
+    + Features loads of wacom-related fixes. Closes: #689868.
+    + Escape wallpaper filename before display.
+    + Update for a changed DBus interface in g-s-d.
+    + Fix the NetworkManager Bluetooth plugin.
+  * Bump build-dependency on libwacom according to upstream. (This is 
+    not a real requirement, it was put here to force some bugfixes.)
+  * 11_revert_printer_class.patch: revert an unfortunate change that 
+    leads to an undefined symbol.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 07 Nov 2012 19:02:25 +0100
 
 gnome-control-center (1:3.4.2-2) unstable; urgency=low
 

Modified: desktop/unstable/gnome-control-center/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control?rev=36243&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control [utf-8] Wed Nov  7 18:52:05 2012
@@ -46,7 +46,7 @@
                libpulse-dev,
                libsocialweb-client-dev,
                libupower-glib-dev (>= 0.9.1),
-               libwacom-dev (>= 0.3) [linux-any],
+               libwacom-dev (>= 0.6) [linux-any],
                libxi-dev (>= 2:1.2),
                libx11-dev,
                libxft-dev (>= 2.1.2),

Modified: desktop/unstable/gnome-control-center/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control.in?rev=36243&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control.in [utf-8] Wed Nov  7 18:52:05 2012
@@ -41,7 +41,7 @@
                libpulse-dev,
                libsocialweb-client-dev,
                libupower-glib-dev (>= 0.9.1),
-               libwacom-dev (>= 0.3) [linux-any],
+               libwacom-dev (>= 0.6) [linux-any],
                libxi-dev (>= 2:1.2),
                libx11-dev,
                libxft-dev (>= 2.1.2),

Added: desktop/unstable/gnome-control-center/debian/patches/11_revert_printer_class.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/11_revert_printer_class.patch?rev=36243&op=file
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/11_revert_printer_class.patch (added)
+++ desktop/unstable/gnome-control-center/debian/patches/11_revert_printer_class.patch [utf-8] Wed Nov  7 18:52:05 2012
@@ -1,0 +1,17 @@
+Revert upstream patch a39b9219652c14bb7a39a8639d03ab1462d311c5
+Index: gnome-control-center-3.4.2+git20121016.29d7c0/panels/printers/cc-printers-panel.c
+===================================================================
+--- gnome-control-center-3.4.2+git20121016.29d7c0.orig/panels/printers/cc-printers-panel.c	2012-11-07 18:52:59.000000000 +0100
++++ gnome-control-center-3.4.2+git20121016.29d7c0/panels/printers/cc-printers-panel.c	2012-11-07 19:25:59.292279172 +0100
+@@ -216,6 +216,11 @@ cc_printers_panel_class_init (CcPrinters
+ }
+ 
+ static void
++cc_printers_panel_class_finalize (CcPrintersPanelClass *klass)
++{
++}
++
++static void
+ on_cups_notification (GDBusConnection *connection,
+                       const char      *sender_name,
+                       const char      *object_path,

Modified: desktop/unstable/gnome-control-center/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/series?rev=36243&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/patches/series [utf-8] Wed Nov  7 18:52:05 2012
@@ -2,8 +2,6 @@
 02_no_assert_on_null_streams.patch
 06_handle_passwd_with_ldap.patch
 10_optional_wacom_support.patch
-11_escape_wallpaper_filename_before_display.patch
-12_update_for_brightness_changed_signal.patch
-13_bluetooth_dont_destroy_custom_widgets_on_changes.patch
+11_revert_printer_class.patch
 90_force_fallback.patch
 revert_git_datetime_port.patch




More information about the pkg-gnome-commits mailing list