r21978 - in /packages/unstable/mutter/debian: changelog control control.in gir1.0-mutter-2.28.install libmutter-private0.install rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Oct 19 18:17:44 UTC 2009


Author: kov
Date: Mon Oct 19 18:17:43 2009
New Revision: 21978

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

Added:
    packages/unstable/mutter/debian/gir1.0-mutter-2.28.install
Modified:
    packages/unstable/mutter/debian/changelog
    packages/unstable/mutter/debian/control
    packages/unstable/mutter/debian/control.in
    packages/unstable/mutter/debian/libmutter-private0.install
    packages/unstable/mutter/debian/rules

Modified: packages/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/changelog?rev=21978&op=diff
==============================================================================
--- packages/unstable/mutter/debian/changelog [utf-8] (original)
+++ packages/unstable/mutter/debian/changelog [utf-8] Mon Oct 19 18:17:43 2009
@@ -1,8 +1,9 @@
 mutter (2.28.0-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
-
- -- Gustavo Noronha Silva <kov at debian.org>  Fri, 09 Oct 2009 13:54:55 -0300
+  * debian/control.in:
+  - adapt for the new GObject introspection policy
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon, 19 Oct 2009 15:59:57 -0200
 
 mutter (2.28.0-1) unstable; urgency=low
 

Modified: packages/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/control?rev=21978&op=diff
==============================================================================
--- packages/unstable/mutter/debian/control [utf-8] (original)
+++ packages/unstable/mutter/debian/control [utf-8] Mon Oct 19 18:17:43 2009
@@ -7,11 +7,10 @@
                debhelper (>= 5),
                quilt,
                intltool (>= 0.34.90),
-               gobject-introspection (>= 0.6.3),
-               gobject-introspection-repository (>= 0.6.3),
-               gobject-introspection-glib-2.0,
-               gobject-introspection-freedesktop,
-               libgirepository1.0-dev (>= 0.6.3),
+               gobject-introspection (>= 0.6.5-3),
+               gir1.0-glib-2.0,
+               gir1.0-freedesktop,
+               libgirepository1.0-dev (>= 0.6.5-3),
                libclutter-1.0-dev (>= 1.0.0),
                libgtk2.0-dev (>= 2.10.0),
                libpango1.0-dev (>= 1.2.0),

Modified: packages/unstable/mutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/control.in?rev=21978&op=diff
==============================================================================
--- packages/unstable/mutter/debian/control.in [utf-8] (original)
+++ packages/unstable/mutter/debian/control.in [utf-8] Mon Oct 19 18:17:43 2009
@@ -7,11 +7,11 @@
                debhelper (>= 5),
                quilt,
                intltool (>= 0.34.90),
-               gobject-introspection (>= 0.6.3),
-               gobject-introspection-repository (>= 0.6.3),
-               gobject-introspection-glib-2.0,
-               gobject-introspection-freedesktop,
-               libgirepository1.0-dev (>= 0.6.3),
+               gobject-introspection (>= 0.6.5-3),
+               gir1.0-glib-2.0,
+               gir1.0-freedesktop,
+               gir-repository-dev,
+               libgirepository1.0-dev (>= 0.6.5-3),
                libclutter-1.0-dev (>= 1.0.0),
                libgtk2.0-dev (>= 2.10.0),
                libpango1.0-dev (>= 1.2.0),
@@ -113,3 +113,23 @@
  Cheerios."
  .
  This package contains the development files.
+
+Package: gir1.0-mutter-2.28
+Section: libs
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlib:Depends},
+         ${misc:Depends}
+Conflicts: libmutter-private0 (<= 2.28.0-1)
+Replaces: libmutter-private0 (<= 2.28.0-1)
+Description: GObject introspection data for Mutter
+ Mutter is a small window manager, using GTK+ and Clutter to do
+ everything.
+ .
+ Mutter is the clutter-based evolution of Metacity, which, as the
+ author says, is a "Boring window manager for the adult in you. Many
+ window managers are like Marshmallow Froot Loops; Metacity is like
+ Cheerios."
+ .
+ This package contains the gobject introspection data which may be
+ used to generate dynamic bindings.

Added: packages/unstable/mutter/debian/gir1.0-mutter-2.28.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/gir1.0-mutter-2.28.install?rev=21978&op=file
==============================================================================
--- packages/unstable/mutter/debian/gir1.0-mutter-2.28.install (added)
+++ packages/unstable/mutter/debian/gir1.0-mutter-2.28.install [utf-8] Mon Oct 19 18:17:43 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/mutter/Meta-*.typelib

Modified: packages/unstable/mutter/debian/libmutter-private0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/libmutter-private0.install?rev=21978&op=diff
==============================================================================
--- packages/unstable/mutter/debian/libmutter-private0.install [utf-8] (original)
+++ packages/unstable/mutter/debian/libmutter-private0.install [utf-8] Mon Oct 19 18:17:43 2009
@@ -1,2 +1,1 @@
 debian/tmp/usr/lib/lib*.so.*
-debian/tmp/usr/lib/mutter/Meta-*.typelib

Modified: packages/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/rules?rev=21978&op=diff
==============================================================================
--- packages/unstable/mutter/debian/rules [utf-8] (original)
+++ packages/unstable/mutter/debian/rules [utf-8] Mon Oct 19 18:17:43 2009
@@ -12,6 +12,9 @@
 DEB_DH_MAKESHLIBS_ARGS_libmetacity-private0 += -V 'libmutter-private0 (>= 2.27.1)'
 DEB_INSTALL_DOCS_metacity += doc/theme-format.txt
 
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
+	dh_girepository -p$(cdbs_curpkg)
+
 # This does not work with mutter; disabled, for now.
 # LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list