r21963 - in /packages/unstable/seed/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Oct 19 05:50:37 UTC 2009


Author: joss
Date: Mon Oct 19 05:50:36 2009
New Revision: 21963

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21963
Log:
* Migrate dependencies to the gir1.0-* package names.
* Only depend on things that are actually required by the Seed 
  extensions.

Modified:
    packages/unstable/seed/debian/changelog
    packages/unstable/seed/debian/control
    packages/unstable/seed/debian/control.in

Modified: packages/unstable/seed/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/seed/debian/changelog?rev=21963&op=diff
==============================================================================
--- packages/unstable/seed/debian/changelog [utf-8] (original)
+++ packages/unstable/seed/debian/changelog [utf-8] Mon Oct 19 05:50:36 2009
@@ -1,3 +1,11 @@
+seed (2.28.0-2) unstable; urgency=low
+
+  * Migrate dependencies to the gir1.0-* package names.
+  * Only depend on things that are actually required by the Seed 
+    extensions.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 19 Oct 2009 07:50:30 +0200
+
 seed (2.28.0-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: packages/unstable/seed/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/seed/debian/control?rev=21963&op=diff
==============================================================================
--- packages/unstable/seed/debian/control [utf-8] (original)
+++ packages/unstable/seed/debian/control [utf-8] Mon Oct 19 05:50:36 2009
@@ -10,7 +10,7 @@
                libffi-dev (>= 3.0),
                libwebkit-dev (>= 1.1),
                libgirepository1.0-dev (>= 0.6.3),
-               gobject-introspection-glib-2.0 (>= 0.6.3),
+               gir1.0-glib-2.0 (>= 0.6.3),
                gnome-js-common,
                libcairo2-dev,
                libgtk2.0-dev,
@@ -45,9 +45,10 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gnome-js-common,
-         gobject-introspection-glib-2.0 (>= 0.6.3),
-         gobject-introspection-freedesktop (>= 0.6.3),
-         gobject-introspection-repository (>= 0.6.3)
+         gir1.0-glib-2.0 (>= 0.6.3),
+         gir1.0-clutter-0.8 (>= 0.6.3),
+         gir1.0-gstreamer-0.10 | libgstreamer0.10-0 (<< 0.10.25-3),
+         gir1.0-gtk-2.0 (>= 0.6.3)
 Description: GObject JavaScript bindings for the webkit engine - Runtime
  Seed is a library and interpreter, dynamically bridging (through 
  GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 

Modified: packages/unstable/seed/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/seed/debian/control.in?rev=21963&op=diff
==============================================================================
--- packages/unstable/seed/debian/control.in [utf-8] (original)
+++ packages/unstable/seed/debian/control.in [utf-8] Mon Oct 19 05:50:36 2009
@@ -10,7 +10,7 @@
                libffi-dev (>= 3.0),
                libwebkit-dev (>= 1.1),
                libgirepository1.0-dev (>= 0.6.3),
-               gobject-introspection-glib-2.0 (>= 0.6.3),
+               gir1.0-glib-2.0 (>= 0.6.3),
                gnome-js-common,
                libcairo2-dev,
                libgtk2.0-dev,
@@ -45,9 +45,10 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gnome-js-common,
-         gobject-introspection-glib-2.0 (>= 0.6.3),
-         gobject-introspection-freedesktop (>= 0.6.3),
-         gobject-introspection-repository (>= 0.6.3)
+         gir1.0-glib-2.0 (>= 0.6.3),
+         gir1.0-clutter-0.8 (>= 0.6.3),
+         gir1.0-gstreamer-0.10 | libgstreamer0.10-0 (<< 0.10.25-3),
+         gir1.0-gtk-2.0 (>= 0.6.3)
 Description: GObject JavaScript bindings for the webkit engine - Runtime
  Seed is a library and interpreter, dynamically bridging (through 
  GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME 




More information about the pkg-gnome-commits mailing list