r52320 - in /desktop/experimental/gnome-shell/debian: changelog control control.in gnome-shell-common.install jessie-upgrade/

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Tue Apr 4 09:09:35 UTC 2017


Author: smcv
Date: Tue Apr  4 09:09:35 2017
New Revision: 52320

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52320
Log:
* Work in progress: needs a newer gjs, which in turn needs mozjs38
* Update Debian packaging from Ubuntu for GNOME 3.24.
  Thanks to Jeremy Bicha
  - d/control.in: Revert Ubuntu maintainer change
  - d/patches: Remove Ubuntu-specific patches
  - d/gnome-shell.gsettings-override: Go back to firefox-esr for Debian
  - d/control.in: Do not circularly depend on gnome-session, Debian's
    gnome-session packages are not structured the same as Ubuntu's
  - d/control.in: Remove commented-out dependency on switcheroo-control
  - d/control.in: Revert Recommends on xserver-xorg-legacy; if the
    proprietary nVidia drivers need this then it should be fixed there
* Drop Telepathy g-i bindings from Depends to Suggests now that they
  are runtime-optional upstream
* New upstream translations release.
* Bump minimum mutter to 3.24.0
* New upstream release
* debian/control.in:
  - Drop obsolete Build-Depends against telepathy-glib
  - Bump minimum mutter to 3.23.92
* Drop git patches applied in new release
* debian/control.in:
  - Recommend chrome-gnome-shell
  - Recommend xserver-xorg-legacy until all the proprietary NVIDIA
    drivers depend on it (LP: #1559576)
* debian/control.in:
  - Depend on gir1.2-geoclue-2.0 (LP: #1671823)
* Add patches to backport some commits from git:
  - git_fix_typos.patch
  - git_fix_telepathy_notifications.patch
* Merge with Debian unstable. Remaining changes:
  - debian/control.in:
    + Update mutter dependencies
    + Depend on gir1.2-rsvg-2.0
    + Bump minimum gjs to 1.47.90
    + Depend on gnome-session which due to package
      split now contains only the session files
  - debian/patches/ubuntu-lightdm-user-switching.patch:
    + Allow user switching when using LightDM.
  - debian/patches/ubuntu_lock_on_suspend.patch
    + Respect Ubuntu's lock-on-suspend setting.
  - debian/gnome-shell.gsettings-override:
    + Replace firefox-esr with firefox
  - Don't install the 3.14 process-working file since
    we already did the 3.14 upgrade for 16.04 LTS
* New upstream release

Removed:
    desktop/experimental/gnome-shell/debian/jessie-upgrade/
Modified:
    desktop/experimental/gnome-shell/debian/changelog
    desktop/experimental/gnome-shell/debian/control
    desktop/experimental/gnome-shell/debian/control.in
    desktop/experimental/gnome-shell/debian/gnome-shell-common.install

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=52320&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog	[utf-8] Tue Apr  4 09:09:35 2017
@@ -1,3 +1,84 @@
+gnome-shell (3.24.0-1) UNRELEASED; urgency=medium
+
+  * Work in progress: needs a newer gjs, which in turn needs mozjs38
+
+  * Update Debian packaging from Ubuntu for GNOME 3.24.
+    Thanks to Jeremy Bicha
+    - d/control.in: Revert Ubuntu maintainer change
+    - d/patches: Remove Ubuntu-specific patches
+    - d/gnome-shell.gsettings-override: Go back to firefox-esr for Debian
+    - d/control.in: Do not circularly depend on gnome-session, Debian's
+      gnome-session packages are not structured the same as Ubuntu's
+    - d/control.in: Remove commented-out dependency on switcheroo-control
+    - d/control.in: Revert Recommends on xserver-xorg-legacy; if the
+      proprietary nVidia drivers need this then it should be fixed there
+  * Drop Telepathy g-i bindings from Depends to Suggests now that they
+    are runtime-optional upstream
+
+ -- Simon McVittie <smcv at debian.org>  Tue, 04 Apr 2017 09:24:23 +0100
+
+gnome-shell (3.24.0-0ubuntu1) zesty; urgency=medium
+
+  * New upstream translations release.
+  * Bump minimum mutter to 3.24.0
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 20 Mar 2017 20:07:54 -0400
+
+gnome-shell (3.23.92-0ubuntu1) zesty; urgency=medium
+
+  * New upstream release
+  * debian/control.in:
+    - Drop obsolete Build-Depends against telepathy-glib
+    - Bump minimum mutter to 3.23.92
+  * Drop git patches applied in new release
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 14 Mar 2017 15:28:09 -0400
+
+gnome-shell (3.23.91-0ubuntu4) zesty; urgency=medium
+
+  * debian/control.in:
+    - Recommend chrome-gnome-shell
+    - Recommend xserver-xorg-legacy until all the proprietary NVIDIA
+      drivers depend on it (LP: #1559576)
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 10 Mar 2017 20:08:00 -0500
+
+gnome-shell (3.23.91-0ubuntu3) zesty; urgency=medium
+
+  * debian/control.in:
+    - Depend on gir1.2-geoclue-2.0 (LP: #1671823)
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 10 Mar 2017 09:19:54 -0500
+
+gnome-shell (3.23.91-0ubuntu2) zesty; urgency=medium
+
+  * Add patches to backport some commits from git:
+    - git_fix_typos.patch
+    - git_fix_telepathy_notifications.patch
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Thu, 02 Mar 2017 15:50:41 -0500
+
+gnome-shell (3.23.91-0ubuntu1) zesty; urgency=medium
+
+  * Merge with Debian unstable. Remaining changes:
+    - debian/control.in:
+      + Update mutter dependencies
+      + Depend on gir1.2-rsvg-2.0
+      + Bump minimum gjs to 1.47.90
+      + Depend on gnome-session which due to package
+        split now contains only the session files
+    - debian/patches/ubuntu-lightdm-user-switching.patch:
+      + Allow user switching when using LightDM.
+    - debian/patches/ubuntu_lock_on_suspend.patch
+      + Respect Ubuntu's lock-on-suspend setting.
+    - debian/gnome-shell.gsettings-override:
+      + Replace firefox-esr with firefox
+    - Don't install the 3.14 process-working file since
+      we already did the 3.14 upgrade for 16.04 LTS
+  * New upstream release
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 01 Mar 2017 13:06:59 -0500
+
 gnome-shell (3.22.3-2) unstable; urgency=medium
 
   * d/control: Drop dependency on telepathy-mission-control-5. GNOME Shell

Modified: desktop/experimental/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control?rev=52320&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control	[utf-8] Tue Apr  4 09:09:35 2017
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at ubuntu.com>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
                gnome-control-center-dev (>= 1:3.4),
                gnome-pkg-tools (>= 0.11),
@@ -24,7 +24,7 @@
                libedataserver1.2-dev (>= 3.17.2),
                libgcr-3-dev (>= 3.7.5),
                libgirepository1.0-dev (>= 1.29.15),
-               libgjs-dev (>= 1.39.0),
+               libgjs-dev (>= 1.47.90),
                libglib2.0-dev (>= 2.45.3),
                libgnome-bluetooth-dev (>= 3.9.0) [linux-any],
                libgnome-desktop-3-dev (>= 3.7.90),
@@ -32,7 +32,7 @@
                libgstreamer1.0-dev (>= 0.11.92),
                libgtk-3-dev (>= 3.21.6),
                libibus-1.0-dev,
-               libmutter-dev (>= 3.22.1),
+               libmutter-0-dev (>= 3.24.0),
                libnm-glib-dev (>= 0.9.8) [linux-any],
                libnm-glib-vpn-dev (>= 0.9.8) [linux-any],
                libnm-gtk-dev (>= 0.9.8) [linux-any],
@@ -42,7 +42,6 @@
                libsecret-1-dev,
                libstartup-notification0-dev (>= 0.11),
                libsystemd-dev [linux-any],
-               libtelepathy-glib-dev (>= 0.17.5),
                libx11-dev,
                libxfixes-dev,
                libxml2-dev,
@@ -66,6 +65,7 @@
          gir1.2-caribou-1.0 (>= 0.4.8),
          gir1.2-freedesktop,
          gir1.2-gdesktopenums-3.0 (>= 3.12),
+         gir1.2-geoclue-2.0,
          gir1.2-gcr-3 (>= 3.7.5),
          gir1.2-glib-2.0 (>= 1.45.3),
          gir1.2-gnomebluetooth-1.0 (>= 3.12.0) [linux-any],
@@ -73,24 +73,24 @@
          gir1.2-gtk-3.0 (>= 3.16),
          gir1.2-gweather-3.0,
          gir1.2-ibus-1.0 (>= 1.5.2),
-         gir1.2-mutter-3.0 (>= 3.22.1),
+         gir1.2-mutter-0 (>= 3.24.0),
          gir1.2-networkmanager-1.0 [linux-any],
          gir1.2-nmgtk-1.0 (>= 0.9.8) [linux-any],
          gir1.2-pango-1.0,
          gir1.2-polkit-1.0,
+         gir1.2-rsvg-2.0,
          gir1.2-soup-2.4 (>= 2.40.1),
-         gir1.2-telepathyglib-0.12,
-         gir1.2-telepathylogger-0.2 (>= 0.8.0),
          gir1.2-upowerglib-1.0 (>= 0.99),
-         gjs (>= 1.39.0),
+         gjs (>= 1.47.90),
          gnome-settings-daemon (>= 3.16.0),
          gnome-shell-common (= ${source:Version}),
          gnome-backgrounds (>= 3.13.90),
          gsettings-desktop-schemas (>= 3.21.3),
-         mutter (>= 3.22.1),
+         mutter (>= 3.24.0),
          python3,
          libglib2.0-bin (>= 2.40.0-3),
-Recommends: gkbd-capplet,
+Recommends: chrome-gnome-shell,
+            gkbd-capplet,
             gnome-contacts,
             gnome-control-center,
             gnome-themes-standard-data,
@@ -98,6 +98,8 @@
             gdm3 (>= 3.10.0.1-3~),
             iio-sensor-proxy,
             unzip
+Suggests: gir1.2-telepathyglib-0.12,
+          gir1.2-telepathylogger-0.2 (>= 0.8.0)
 Breaks: gdm3 (<< 3.19.92),
         gnome-session (<< 3.19)
 Conflicts: gnome-screensaver (<< 3.6)

Modified: desktop/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control.in?rev=52320&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control.in	[utf-8] Tue Apr  4 09:09:35 2017
@@ -20,7 +20,7 @@
                libedataserver1.2-dev (>= 3.17.2),
                libgcr-3-dev (>= 3.7.5),
                libgirepository1.0-dev (>= 1.29.15),
-               libgjs-dev (>= 1.39.0),
+               libgjs-dev (>= 1.47.90),
                libglib2.0-dev (>= 2.45.3),
                libgnome-bluetooth-dev (>= 3.9.0) [linux-any],
                libgnome-desktop-3-dev (>= 3.7.90),
@@ -28,7 +28,7 @@
                libgstreamer1.0-dev (>= 0.11.92),
                libgtk-3-dev (>= 3.21.6),
                libibus-1.0-dev,
-               libmutter-dev (>= 3.22.1),
+               libmutter-0-dev (>= 3.24.0),
                libnm-glib-dev (>= 0.9.8) [linux-any],
                libnm-glib-vpn-dev (>= 0.9.8) [linux-any],
                libnm-gtk-dev (>= 0.9.8) [linux-any],
@@ -38,7 +38,6 @@
                libsecret-1-dev,
                libstartup-notification0-dev (>= 0.11),
                libsystemd-dev [linux-any],
-               libtelepathy-glib-dev (>= 0.17.5),
                libx11-dev,
                libxfixes-dev,
                libxml2-dev,
@@ -62,6 +61,7 @@
          gir1.2-caribou-1.0 (>= 0.4.8),
          gir1.2-freedesktop,
          gir1.2-gdesktopenums-3.0 (>= 3.12),
+         gir1.2-geoclue-2.0,
          gir1.2-gcr-3 (>= 3.7.5),
          gir1.2-glib-2.0 (>= 1.45.3),
          gir1.2-gnomebluetooth-1.0 (>= 3.12.0) [linux-any],
@@ -69,24 +69,24 @@
          gir1.2-gtk-3.0 (>= 3.16),
          gir1.2-gweather-3.0,
          gir1.2-ibus-1.0 (>= 1.5.2),
-         gir1.2-mutter-3.0 (>= 3.22.1),
+         gir1.2-mutter-0 (>= 3.24.0),
          gir1.2-networkmanager-1.0 [linux-any],
          gir1.2-nmgtk-1.0 (>= 0.9.8) [linux-any],
          gir1.2-pango-1.0,
          gir1.2-polkit-1.0,
+         gir1.2-rsvg-2.0,
          gir1.2-soup-2.4 (>= 2.40.1),
-         gir1.2-telepathyglib-0.12,
-         gir1.2-telepathylogger-0.2 (>= 0.8.0),
          gir1.2-upowerglib-1.0 (>= 0.99),
-         gjs (>= 1.39.0),
+         gjs (>= 1.47.90),
          gnome-settings-daemon (>= 3.16.0),
          gnome-shell-common (= ${source:Version}),
          gnome-backgrounds (>= 3.13.90),
          gsettings-desktop-schemas (>= 3.21.3),
-         mutter (>= 3.22.1),
+         mutter (>= 3.24.0),
          python3,
          libglib2.0-bin (>= 2.40.0-3),
-Recommends: gkbd-capplet,
+Recommends: chrome-gnome-shell,
+            gkbd-capplet,
             gnome-contacts,
             gnome-control-center,
             gnome-themes-standard-data,
@@ -94,6 +94,8 @@
             gdm3 (>= 3.10.0.1-3~),
             iio-sensor-proxy,
             unzip
+Suggests: gir1.2-telepathyglib-0.12,
+          gir1.2-telepathylogger-0.2 (>= 0.8.0)
 Breaks: gdm3 (<< 3.19.92),
         gnome-session (<< 3.19)
 Conflicts: gnome-screensaver (<< 3.6)

Modified: desktop/experimental/gnome-shell/debian/gnome-shell-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/gnome-shell-common.install?rev=52320&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/gnome-shell-common.install	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/gnome-shell-common.install	[utf-8] Tue Apr  4 09:09:35 2017
@@ -5,6 +5,3 @@
 usr/share/gnome-shell
 usr/share/gtk-doc
 usr/share/locale
-
-# This is a hack for #853018. Remove this after Debian stretch is released.
-debian/jessie-upgrade/process-working.svg /usr/share/gnome-shell/theme




More information about the pkg-gnome-commits mailing list