r22183 - 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 20:30:22 UTC 2009


Author: kov
Date: Wed Oct 28 20:30:21 2009
New Revision: 22183

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22183
Log:
Depend on pkg-config (Closes: #552202)

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=22183&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/changelog [utf-8] Wed Oct 28 20:30:21 2009
@@ -5,6 +5,7 @@
   - bump Standards-Version to 3.8.3
   - python is a dependency, since the script that starts GNOME Shell
     is a python script
+  - pkg-config is also a dependency (Closes: #552202)
 
  -- 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=22183&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/control [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/control [utf-8] Wed Oct 28 20:30:21 2009
@@ -44,7 +44,8 @@
          ${shlibs:Depends},
          ${misc:Depends},
          mutter,
-         python
+         python,
+         pkg-config
 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=22183&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/control.in [utf-8] Wed Oct 28 20:30:21 2009
@@ -44,7 +44,8 @@
          ${shlibs:Depends},
          ${misc:Depends},
          mutter,
-         python
+         python,
+         pkg-config
 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