r28146 - in /desktop/experimental/glib2.0/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue May 31 22:16:39 UTC 2011


Author: joss
Date: Tue May 31 22:16:39 2011
New Revision: 28146

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28146
Log:
* Break gnome-session < 3.0.0-3 for the updated defaults.list taking 
  x-scheme-* into account.
* Break gdm < 3.0.3 to avoid adding a security hole to it.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    desktop/experimental/glib2.0/debian/control.in

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=28146&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue May 31 22:16:39 2011
@@ -1,3 +1,11 @@
+glib2.0 (2.28.6-3) UNRELEASED; urgency=low
+
+  * Break gnome-session < 3.0.0-3 for the updated defaults.list taking 
+    x-scheme-* into account.
+  * Break gdm < 3.0.3 to avoid adding a security hole to it.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 01 Jun 2011 00:15:30 +0200
+
 glib2.0 (2.28.6-2) experimental; urgency=low
 
   * Team upload.

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=28146&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control [utf-8] Tue May 31 22:16:39 2011
@@ -29,15 +29,17 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glib2.0/
 
 Package: libglib2.0-0
-Section: libs
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Recommends: libglib2.0-data,
             shared-mime-info
-Breaks: gvfs (<< 1.8), gnome-control-center (<< 1:3)
+Breaks: gvfs (<< 1.8),
+        gnome-control-center (<< 1:3),
+        gnome-session (<< 3.0.0-3),
+        gdm3 (<< 3.0.3)
 Replaces: libglib2.0-dev (<< 2.23.2-2)
-Description: The GLib library of C routines
+Description: GLib library of C routines
  GLib is a library containing many useful C routines for things such
  as trees, hashes, lists, and strings.  It is a useful general-purpose
  C library used by projects such as GTK+, GIMP, and GNOME.
@@ -47,11 +49,10 @@
 Package: libglib2.0-udeb
 Section: debian-installer
 XC-Package-Type: udeb
-Priority: optional
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: The GLib library of C routines - minimal runtime
+Description: GLib library of C routines - minimal runtime
  This is a udeb, or a microdeb, for the debian-installer.
  .
  GLib is a library containing many useful C routines for things such
@@ -71,7 +72,7 @@
 Conflicts: libglib2.0-0 (<< 2.25.11-2),
 Replaces: libglib2.0-0 (<< 2.25.11-2),
           libglib2.0-dev (<< 2.25.11-2)
-Description: The programs for the GLib library
+Description: Programs for the GLib library
  GLib is a library containing many useful C routines for things such
  as trees, hashes, lists, and strings.  It is a useful general-purpose
  C library used by projects such as GTK+, GIMP, and GNOME.
@@ -107,7 +108,7 @@
          libglib2.0-0 (= ${binary:Version})
 Conflicts: libglib2.0-dbg
 Replaces: libglib2.0-dbg
-Description: The GLib libraries and debugging symbols
+Description: Debugging symbols for the GLib libraries
  GLib is a library containing many useful C routines for things such
  as trees, hashes, lists, and strings.  It is a useful general-purpose
  C library used by projects such as GTK+, GIMP, and GNOME.
@@ -156,7 +157,7 @@
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libglib2.0-0 (= ${binary:Version})
-Description: The GLib library of C routines - refdbg library
+Description: GLib library of C routines - refdbg library
  GLib is a library containing many useful C routines for things such
  as trees, hashes, lists, and strings.  It is a useful general-purpose
  C library used by projects such as GTK+, GIMP, and GNOME.

Modified: desktop/experimental/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control.in?rev=28146&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control.in [utf-8] Tue May 31 22:16:39 2011
@@ -34,7 +34,10 @@
          ${shlibs:Depends}
 Recommends: @DATA_PKG@,
             shared-mime-info
-Breaks: gvfs (<< 1.8), gnome-control-center (<< 1:3)
+Breaks: gvfs (<< 1.8),
+        gnome-control-center (<< 1:3),
+        gnome-session (<< 3.0.0-3),
+        gdm3 (<< 3.0.3)
 Replaces: @DEV_PKG@ (<< 2.23.2-2)
 Description: GLib library of C routines
  GLib is a library containing many useful C routines for things such




More information about the pkg-gnome-commits mailing list