r40097 - in /desktop/experimental/gnome-shell/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Oct 24 15:48:37 UTC 2013


Author: bigon
Date: Thu Oct 24 15:48:36 2013
New Revision: 40097

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40097
Log:
* debian/control.in:
  - Demote gdm3 Depends to Recommends, if gdm is not installed gnome-shell
    will not be able to lock the screen (Closes: #727558)
  - Add Depends against gir1.2-gdm3

Modified:
    desktop/experimental/gnome-shell/debian/changelog
    desktop/experimental/gnome-shell/debian/control
    desktop/experimental/gnome-shell/debian/control.in

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=40097&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog	[utf-8] Thu Oct 24 15:48:36 2013
@@ -1,5 +1,6 @@
 gnome-shell (3.10.1-1) UNRELEASED; urgency=low
 
+  [ Sjoerd Simons ]
   * New upstream release
   * debian/patches/11-no-gettext.patch
     + Removed, fixed upstream
@@ -13,9 +14,14 @@
     + Refreshed
   * debian/control.in: Sync b-depends and debians from Ubuntus gnome3-teams
     packaging
-
   * debian/patches/10-make-NetworkManager-optional.patch
     + Temporarily disabled as it breaks gnome-shell currently
+
+  [ Laurent Bigonville ]
+  * debian/control.in:
+    - Demote gdm3 Depends to Recommends, if gdm is not installed gnome-shell
+      will not be able to lock the screen (Closes: #727558)
+    - Add Depends against gir1.2-gdm3
 
  -- Sjoerd Simons <sjoerd at debian.org>  Mon, 21 Oct 2013 10:23:29 +0200
 

Modified: desktop/experimental/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control?rev=40097&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control	[utf-8] Thu Oct 24 15:48:36 2013
@@ -66,7 +66,7 @@
          ${misc:Depends},
          ${shlibs:Depends},
          evolution-data-server (>= 3.7.90),
-         gdm3 (>= 3.5.90),
+         gir1.2-gdm3 (>= 3.5.90),
          gir1.2-accountsservice-1.0,
          gir1.2-atspi-2.0 (>= 2.9.91),
          gir1.2-caribou-1.0 (>= 0.4.8),
@@ -100,7 +100,8 @@
             gnome-contacts,
             gnome-control-center,
             gnome-user-guide,
-            unzip
+            unzip,
+            gdm3 (>= 3.5.90)
 Breaks: fglrx-driver (<< 1:11-10),
         gdm3 (<< 3.5.90),
         gnome-control-center (<< 1:3.0),

Modified: desktop/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control.in?rev=40097&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control.in	[utf-8] Thu Oct 24 15:48:36 2013
@@ -61,7 +61,7 @@
          ${misc:Depends},
          ${shlibs:Depends},
          evolution-data-server (>= 3.7.90),
-         gdm3 (>= 3.5.90),
+         gir1.2-gdm3 (>= 3.5.90),
          gir1.2-accountsservice-1.0,
          gir1.2-atspi-2.0 (>= 2.9.91),
          gir1.2-caribou-1.0 (>= 0.4.8),
@@ -95,7 +95,8 @@
             gnome-contacts,
             gnome-control-center,
             gnome-user-guide,
-            unzip
+            unzip,
+            gdm3 (>= 3.5.90)
 Breaks: fglrx-driver (<< 1:11-10),
         gdm3 (<< 3.5.90),
         gnome-control-center (<< 1:3.0),




More information about the pkg-gnome-commits mailing list