r38499 - in /desktop/experimental/gnome-panel/debian: changelog control control.in

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Jun 9 01:45:35 UTC 2013


Author: jbicha-guest
Date: Sun Jun  9 01:45:35 2013
New Revision: 38499

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38499
Log:
* debian/control.in:
  - Have gnome-session-fallback depend on nautilus >= 3.8
    and gnome-screensaver per .session file

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

Modified: desktop/experimental/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-panel/debian/changelog?rev=38499&op=diff
==============================================================================
--- desktop/experimental/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-panel/debian/changelog [utf-8] Sun Jun  9 01:45:35 2013
@@ -10,6 +10,9 @@
     - debian/scripts/
   * 00-Add-the-GNOME-Flashback-session.patch:
     - Backport patch to add session files for GNOME Flashback
+  * debian/control.in:
+    - Have gnome-session-fallback depend on nautilus >= 3.8
+      and gnome-screensaver per .session file
   * Dropped patches applied in new version
     - 15_avoid_applet_loading_failures.patch
     - 16_remove_online_accounts_from_user_menu.patch

Modified: desktop/experimental/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-panel/debian/control?rev=38499&op=diff
==============================================================================
--- desktop/experimental/gnome-panel/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-panel/debian/control [utf-8] Sun Jun  9 01:45:35 2013
@@ -2,12 +2,11 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: gnome-panel
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Jeremy Bicha <jbicha at ubuntu.com>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.3
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 8),
@@ -145,3 +144,33 @@
  library. It can be used by languages supporting dynamic bindings with
  the GIRepository format to build GNOME panel applets in these
  languages.
+
+Package: gnome-session-fallback
+Architecture: all
+Depends: ${misc:Depends},
+         gnome-screensaver,
+         gnome-settings-daemon (>= 3.0),
+         gnome-panel (>= 3.0),
+         metacity (>= 2.30),
+         nautilus (>= 3.8),
+         notification-daemon (>= 0.7),
+         policykit-1-gnome,
+         gnome-session-bin (>= ${binary:Version}),
+         gnome-session-bin (<< ${gnome:NextVersion}),
+         gnome-session-common (= ${binary:Version})
+Recommends: gnome-power-manager
+Suggests: gnome-user-guide,
+          desktop-base,
+          gnome-keyring
+Replaces: gnome-session (<< 3.0),
+          gnome-session-bin (<< 3.0)
+Provides: x-session-manager
+Description: GNOME Session Manager - GNOME fallback session
+ The GNOME Session Manager is in charge of starting the core components
+ of the GNOME desktop, and applications that should be launched at
+ login time. It also features a way to save and restore currently
+ running applications.
+ .
+ This package contains the required components for the GNOME 3 fallback
+ session, based on the GNOME Panel. It can be started from a display
+ manager such as GDM, and doesn’t have specific hardware requirements.

Modified: desktop/experimental/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-panel/debian/control.in?rev=38499&op=diff
==============================================================================
--- desktop/experimental/gnome-panel/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-panel/debian/control.in [utf-8] Sun Jun  9 01:45:35 2013
@@ -140,3 +140,33 @@
  library. It can be used by languages supporting dynamic bindings with
  the GIRepository format to build GNOME panel applets in these
  languages.
+
+Package: gnome-session-fallback
+Architecture: all
+Depends: ${misc:Depends},
+         gnome-screensaver,
+         gnome-settings-daemon (>= 3.0),
+         gnome-panel (>= 3.0),
+         metacity (>= 2.30),
+         nautilus (>= 3.8),
+         notification-daemon (>= 0.7),
+         policykit-1-gnome,
+         gnome-session-bin (>= ${binary:Version}),
+         gnome-session-bin (<< ${gnome:NextVersion}),
+         gnome-session-common (= ${binary:Version})
+Recommends: gnome-power-manager
+Suggests: gnome-user-guide,
+          desktop-base,
+          gnome-keyring
+Replaces: gnome-session (<< 3.0),
+          gnome-session-bin (<< 3.0)
+Provides: x-session-manager
+Description: GNOME Session Manager - GNOME fallback session
+ The GNOME Session Manager is in charge of starting the core components
+ of the GNOME desktop, and applications that should be launched at
+ login time. It also features a way to save and restore currently
+ running applications.
+ .
+ This package contains the required components for the GNOME 3 fallback
+ session, based on the GNOME Panel. It can be started from a display
+ manager such as GDM, and doesn’t have specific hardware requirements.




More information about the pkg-gnome-commits mailing list