r52245 - in /desktop/unstable/gjs/debian: changelog control control.in

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Mar 15 11:10:43 UTC 2017


Author: laney
Date: Wed Mar 15 11:10:42 2017
New Revision: 52245

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52245
Log:
debian/control{,.in}: Have libgjs0e depend on gir1.2-{glib-2.0,gtk-3.0},
since the GjsPrivate library requires GObject, GLib and Gtk. gjs-tests
depends transitively on this package, so remove the gir1.2-gtk-3.0
dependency from there.

Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/control
    desktop/unstable/gjs/debian/control.in

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=52245&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Wed Mar 15 11:10:42 2017
@@ -2,6 +2,12 @@
 
   [ Roland Hieber ]
   * Fix typo in package description (Closes: #841138)
+
+  [ Iain Lane ]
+  * debian/control{,.in}: Have libgjs0e depend on gir1.2-{glib-2.0,gtk-3.0},
+    since the GjsPrivate library requires GObject, GLib and Gtk. gjs-tests
+    depends transitively on this package, so remove the gir1.2-gtk-3.0
+    dependency from there.
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 18 Oct 2016 14:20:48 +0200
 

Modified: desktop/unstable/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control?rev=52245&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control	[utf-8] Wed Mar 15 11:10:42 2017
@@ -44,7 +44,6 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gjs,
-         gir1.2-gtk-3.0,
          at-spi2-core
 Description: Mozilla-based javascript bindings for the GNOME platform
  Makes it possible for applications to use all of GNOME's platform
@@ -58,7 +57,9 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         gir1.2-gtk-3.0,
+         gir1.2-glib-2.0
 Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
 Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
 Provides: ${gjs:Provides}

Modified: desktop/unstable/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control.in?rev=52245&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control.in	[utf-8] Wed Mar 15 11:10:42 2017
@@ -40,7 +40,6 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          gjs,
-         gir1.2-gtk-3.0,
          at-spi2-core
 Description: Mozilla-based javascript bindings for the GNOME platform
  Makes it possible for applications to use all of GNOME's platform
@@ -54,7 +53,9 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         gir1.2-gtk-3.0,
+         gir1.2-glib-2.0
 Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
 Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
 Provides: ${gjs:Provides}




More information about the pkg-gnome-commits mailing list