r30867 - in /packages/experimental/gnome-shell/debian: changelog control control.in

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Oct 20 17:44:45 UTC 2011


Author: jbicha-guest
Date: Thu Oct 20 17:44:45 2011
New Revision: 30867

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30867
Log:
* debian/control.in:
  - Recommend gnome-session-fallback
  - Bump minimum gjs & gobject-introspection versions
  - Add gir1.2-soup-2.4 dependency

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

Modified: packages/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/changelog?rev=30867&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/changelog [utf-8] Thu Oct 20 17:44:45 2011
@@ -1,5 +1,6 @@
 gnome-shell (3.2.1-1) UNRELEASED; urgency=low
 
+  [ Sjoerd Simons ]
   * New upstream release
   * debian/patches/00git-ShellRecorder-Use-cogl_read_pixels.patch:
     + Dropped, fixed upstream
@@ -8,6 +9,12 @@
   * debian/control.in: Add libfolks-dev build-depends
   * debian/control.in: Add depends on gir1.2-accountsservice-1.0 and
     gir1.2-caribou-1.0,
+
+  [ Jeremy Bicha ]
+  * debian/control.in:
+    - Recommend gnome-session-fallback
+    - Bump minimum gjs & gobject-introspection versions
+    - Add gir1.2-soup-2.4 dependency
 
  -- Sjoerd Simons <sjoerd at debian.org>  Tue, 18 Oct 2011 06:59:30 +0100
 

Modified: packages/experimental/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/control?rev=30867&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/control [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/control [utf-8] Thu Oct 20 17:44:45 2011
@@ -18,12 +18,12 @@
                libx11-dev,
                libclutter-1.0-dev (>= 1.5.15),
                libxfixes-dev,
-               gobject-introspection (>= 0.10.1),
-               libgirepository1.0-dev (>= 0.10.1),
-               libgjs-dev (>= 0.7.11),
-               libmutter-dev (>= 3.0.0),
-               libgtk-3-dev (>= 3.0.0),
-               libglib2.0-dev (>= 2.25.9),
+               gobject-introspection (>= 1.29.15),
+               libgirepository1.0-dev (>= 1.29.15),
+               libgjs-dev (>= 1.29.18),
+               libmutter-dev (>= 3.2.1),
+               libgtk-3-dev (>= 3.2.0),
+               libglib2.0-dev (>= 2.30.0),
                libecal1.2-dev (>= 2.32.0),
                libedataserver1.2-dev (>= 1.2.0),
                libedataserverui-3.0-dev (>= 2.91.6),
@@ -42,7 +42,10 @@
                libpulse-dev,
                gsettings-desktop-schemas-dev (>= 0.1.7),
                libgnome-bluetooth-dev (>= 2.90.0) [linux-any],
-               gnome-bluetooth (>= 2.90.0) [linux-any]
+               gnome-bluetooth (>= 2.90.0) [linux-any],
+               libfolks-dev (>= 0.5.2),
+               libgnome-menu-3-dev,
+               libgnome-keyring-dev
 Standards-Version: 3.9.2
 Homepage: http://live.gnome.org/GnomeShell
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell
@@ -51,13 +54,15 @@
 Package: gnome-shell
 Architecture: any
 Depends: ${gir:Depends},
-         gjs (>= 0.7.11),
+         gjs (>= 1.29.18),
          ${shlibs:Depends},
          ${misc:Depends},
          gnome-settings-daemon (>= 2.91.5.1),
          gsettings-desktop-schemas (>= 0.1.7),
          gnome-icon-theme-symbolic (>= 2.91),
          ${icon-theme:Depends},
+         gir1.2-accountsservice-1.0,
+         gir1.2-caribou-1.0,
          gir1.2-freedesktop,
          gir1.2-clutter-1.0,
          gir1.2-gconf-2.0,
@@ -69,14 +74,12 @@
          gir1.2-networkmanager-1.0 [linux-any],
          gir1.2-pango-1.0,
          gir1.2-polkit-1.0,
+         gir1.2-soup-2.4,
          gir1.2-telepathyglib-0.12,
          gir1.2-telepathylogger-0.2,
          gir1.2-upowerglib-1.0,
-         gir1.2-accountsservice-1.0,
-         gir1.2-caribou-1.0,
-         python (>= 2.5),
-         libfolks-dev (>= 0.5.2)
-Recommends: gnome-control-center, gnome-themes-standard
+         python (>= 2.5)
+Recommends: gnome-control-center, gnome-themes-standard, gnome-session-fallback
 Breaks: gnome-control-center (<< 1:3.0),
         gnome-session (<< 3.0)
 Description: graphical shell for the GNOME desktop

Modified: packages/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/control.in?rev=30867&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/control.in [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/control.in [utf-8] Thu Oct 20 17:44:45 2011
@@ -13,9 +13,9 @@
                libx11-dev,
                libclutter-1.0-dev (>= 1.5.15),
                libxfixes-dev,
-               gobject-introspection (>= 0.10.1),
-               libgirepository1.0-dev (>= 0.10.1),
-               libgjs-dev (>= 0.7.11),
+               gobject-introspection (>= 1.29.15),
+               libgirepository1.0-dev (>= 1.29.15),
+               libgjs-dev (>= 1.29.18),
                libmutter-dev (>= 3.2.1),
                libgtk-3-dev (>= 3.2.0),
                libglib2.0-dev (>= 2.30.0),
@@ -49,13 +49,15 @@
 Package: gnome-shell
 Architecture: any
 Depends: ${gir:Depends},
-         gjs (>= 0.7.11),
+         gjs (>= 1.29.18),
          ${shlibs:Depends},
          ${misc:Depends},
          gnome-settings-daemon (>= 2.91.5.1),
          gsettings-desktop-schemas (>= 0.1.7),
          gnome-icon-theme-symbolic (>= 2.91),
          ${icon-theme:Depends},
+         gir1.2-accountsservice-1.0,
+         gir1.2-caribou-1.0,
          gir1.2-freedesktop,
          gir1.2-clutter-1.0,
          gir1.2-gconf-2.0,
@@ -67,13 +69,12 @@
          gir1.2-networkmanager-1.0 [linux-any],
          gir1.2-pango-1.0,
          gir1.2-polkit-1.0,
+         gir1.2-soup-2.4,
          gir1.2-telepathyglib-0.12,
          gir1.2-telepathylogger-0.2,
          gir1.2-upowerglib-1.0,
-         gir1.2-accountsservice-1.0,
-         gir1.2-caribou-1.0,
          python (>= 2.5)
-Recommends: gnome-control-center, gnome-themes-standard
+Recommends: gnome-control-center, gnome-themes-standard, gnome-session-fallback
 Breaks: gnome-control-center (<< 1:3.0),
         gnome-session (<< 3.0)
 Description: graphical shell for the GNOME desktop




More information about the pkg-gnome-commits mailing list