r22182 - in /packages/unstable/gnome-shell/debian: changelog control control.in

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Oct 28 18:43:00 UTC 2009


Author: kov
Date: Wed Oct 28 18:43:00 2009
New Revision: 22182

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22182
Log:
Add python as a dependency

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

Modified: packages/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/changelog?rev=22182&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/changelog [utf-8] Wed Oct 28 18:43:00 2009
@@ -3,6 +3,8 @@
   * New upstream snapshot
   * debian/control:
   - bump Standards-Version to 3.8.3
+  - python is a dependency, since the script that starts GNOME Shell
+    is a python script
 
  -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>  Wed, 28 Oct 2009 16:12:13 -0200
 

Modified: packages/unstable/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/control?rev=22182&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/control [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/control [utf-8] Wed Oct 28 18:43:00 2009
@@ -43,7 +43,8 @@
          gir1.0-mutter-2.28,
          ${shlibs:Depends},
          ${misc:Depends},
-         mutter
+         mutter,
+         python
 Recommends: xserver-xephyr
 Description: graphical shell for the GNOME desktop
  The GNOME Shell redefines user interactions with the GNOME desktop.

Modified: packages/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/control.in?rev=22182&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/control.in [utf-8] Wed Oct 28 18:43:00 2009
@@ -43,7 +43,8 @@
          gir1.0-mutter-2.28,
          ${shlibs:Depends},
          ${misc:Depends},
-         mutter
+         mutter,
+         python
 Recommends: xserver-xephyr
 Description: graphical shell for the GNOME desktop
  The GNOME Shell redefines user interactions with the GNOME desktop.




More information about the pkg-gnome-commits mailing list