r21982 - in /packages/unstable/gnome-shell/debian: control control.in rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Oct 19 18:59:39 UTC 2009


Author: kov
Date: Mon Oct 19 18:59:39 2009
New Revision: 21982

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21982
Log:
Adapt to the new GOI policy

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

Modified: packages/unstable/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/control?rev=21982&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/control [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/control [utf-8] Mon Oct 19 18:59:39 2009
@@ -8,10 +8,10 @@
                autotools-dev,
                libgjs-dev,
                gvfs-backends,
-               gobject-introspection,
-               gobject-introspection-freedesktop,
-               gobject-introspection-glib-2.0,
-               gobject-introspection-repository,
+               gobject-introspection (>= 0.6.5-3),
+               gir1.0-freedesktop,
+               gir1.0-glib-2.0,
+               gir-repository-dev,
                libcroco3-dev (>= 0.6),
                libdbus-glib-1-dev,
                libgconf2-dev,
@@ -33,12 +33,10 @@
 
 Package: gnome-shell
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
          ${misc:Depends},
-         mutter,
-         gobject-introspection-glib-2.0,
-         gobject-introspection-freedesktop,
-         gobject-introspection-repository
+         mutter
 Description: graphical shell for the GNOME desktop
  The GNOME Shell redefines user interactions with the GNOME desktop.
  In particular, it offers new paradigms for launching applications,

Modified: packages/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/control.in?rev=21982&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/control.in [utf-8] Mon Oct 19 18:59:39 2009
@@ -8,10 +8,10 @@
                autotools-dev,
                libgjs-dev,
                gvfs-backends,
-               gobject-introspection,
-               gobject-introspection-freedesktop,
-               gobject-introspection-glib-2.0,
-               gobject-introspection-repository,
+               gobject-introspection (>= 0.6.5-3),
+               gir1.0-freedesktop,
+               gir1.0-glib-2.0,
+               gir-repository-dev,
                libcroco3-dev (>= 0.6),
                libdbus-glib-1-dev,
                libgconf2-dev,
@@ -33,12 +33,10 @@
 
 Package: gnome-shell
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
          ${misc:Depends},
-         mutter,
-         gobject-introspection-glib-2.0,
-         gobject-introspection-freedesktop,
-         gobject-introspection-repository
+         mutter
 Description: graphical shell for the GNOME desktop
  The GNOME Shell redefines user interactions with the GNOME desktop.
  In particular, it offers new paradigms for launching applications,

Modified: packages/unstable/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/rules?rev=21982&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/rules [utf-8] Mon Oct 19 18:59:39 2009
@@ -7,4 +7,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
+	dh_girepository -p$(cdbs_curpkg)
+
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-compile-warnings=yes




More information about the pkg-gnome-commits mailing list