r40095 - in /desktop/unstable/gdm3/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 24 15:34:34 UTC 2013


Author: biebl
Date: Thu Oct 24 15:34:33 2013
New Revision: 40095

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40095
Log:
Use a versioned Depends on gnome-shell (>= 3.6) rather then an unversioned
Depends + a versioned Breaks. There is no real reason to do the latter and
it seems to confuse APT and break upgrades.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/control
    desktop/unstable/gdm3/debian/control.in

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=40095&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Thu Oct 24 15:34:33 2013
@@ -3,6 +3,9 @@
   [ Michael Biebl ]
   * Drop Depends on policykit-1-gnome, with the gdm-fallback session gone,
     this dependency is no longer required.
+  * Use a versioned Depends on gnome-shell (>= 3.6) rather then an unversioned
+    Depends + a versioned Breaks. There is no real reason to do the latter and
+    it seems to confuse APT and break upgrades.
 
   [ Laurent Bigonville ]
   * debian/rules: Also drop gdm-simple-greeter.desktop, simple-greeter is

Modified: desktop/unstable/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control?rev=40095&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/control	[utf-8] Thu Oct 24 15:34:33 2013
@@ -63,7 +63,7 @@
          libpam-runtime (>= 0.76-13.1),
          gnome-session-bin (>= 3.6),
          gnome-settings-daemon (>= 3.2),
-         gnome-shell,
+         gnome-shell (>= 3.6),
          upower,
          gnome-session | x-session-manager | x-window-manager | x-terminal-emulator,
          lsb-base (>= 3.2-14),
@@ -89,8 +89,7 @@
 Breaks: gnome-panel (<< 3.0),
         gnome-screensaver (<< 2.17.7),
         gnome-orca (<< 2.30.0-2),
-        gnome-control-center (<< 3.0),
-        gnome-shell (<< 3.5)
+        gnome-control-center (<< 3.0)
 Description: Next generation GNOME Display Manager
  GDM provides the equivalent of a "login:" prompt for X displays: it 
  asks for a login and starts X sessions.
@@ -134,7 +133,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libgdm1 (= ${binary:Version}),
          gir1.2-gdm3 (= ${binary:Version}),
-	 ${shlibs:Depends},
+         ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
 Description: Next generation GNOME Display Manager (development files)

Modified: desktop/unstable/gdm3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control.in?rev=40095&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/control.in	[utf-8] Thu Oct 24 15:34:33 2013
@@ -58,7 +58,7 @@
          libpam-runtime (>= 0.76-13.1),
          gnome-session-bin (>= 3.6),
          gnome-settings-daemon (>= 3.2),
-         gnome-shell,
+         gnome-shell (>= 3.6),
          upower,
          gnome-session | x-session-manager | x-window-manager | x-terminal-emulator,
          lsb-base (>= 3.2-14),
@@ -84,8 +84,7 @@
 Breaks: gnome-panel (<< 3.0),
         gnome-screensaver (<< 2.17.7),
         gnome-orca (<< 2.30.0-2),
-        gnome-control-center (<< 3.0),
-        gnome-shell (<< 3.5)
+        gnome-control-center (<< 3.0)
 Description: Next generation GNOME Display Manager
  GDM provides the equivalent of a "login:" prompt for X displays: it 
  asks for a login and starts X sessions.
@@ -129,7 +128,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libgdm1 (= ${binary:Version}),
          gir1.2-gdm3 (= ${binary:Version}),
-	 ${shlibs:Depends},
+         ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
 Description: Next generation GNOME Display Manager (development files)




More information about the pkg-gnome-commits mailing list