r49787 - in /desktop/unstable/gnome-characters/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Aug 30 15:04:52 UTC 2016


Author: biebl
Date: Tue Aug 30 15:04:52 2016
New Revision: 49787

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49787
Log:
Add Depends on libglib2.0-bin, for gapplication. (Closes: #835219)

Modified:
    desktop/unstable/gnome-characters/debian/changelog
    desktop/unstable/gnome-characters/debian/control
    desktop/unstable/gnome-characters/debian/control.in

Modified: desktop/unstable/gnome-characters/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-characters/debian/changelog?rev=49787&op=diff
==============================================================================
--- desktop/unstable/gnome-characters/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-characters/debian/changelog	[utf-8] Tue Aug 30 15:04:52 2016
@@ -12,6 +12,7 @@
   * Drop --disable-silent-rules from debian/rules. This is now handled by dh
     directly depending on whether the DH_QUIET environment variable is set.
   * Bump Standards-Version to 3.9.8.
+  * Add Depends on libglib2.0-bin, for gapplication. (Closes: #835219)
 
  -- Jeremy Bicha <jbicha at linux.com>  Tue, 24 May 2016 23:19:45 -0400
 

Modified: desktop/unstable/gnome-characters/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-characters/debian/control?rev=49787&op=diff
==============================================================================
--- desktop/unstable/gnome-characters/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-characters/debian/control	[utf-8] Tue Aug 30 15:04:52 2016
@@ -17,7 +17,7 @@
                gjs (>= 1.43.3),
                libgdk-pixbuf2.0-dev,
                libpango1.0-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-characters
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-characters
 Homepage: https://wiki.gnome.org/Design/Apps/CharacterMap
@@ -26,6 +26,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libglib2.0-bin (>= 2.40.0-3),
          gjs (>= 1.43.3),
          gir1.2-glib-2.0,
          gir1.2-gtk-3.0 (>= 3.20.0),

Modified: desktop/unstable/gnome-characters/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-characters/debian/control.in?rev=49787&op=diff
==============================================================================
--- desktop/unstable/gnome-characters/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-characters/debian/control.in	[utf-8] Tue Aug 30 15:04:52 2016
@@ -22,6 +22,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libglib2.0-bin (>= 2.40.0-3),
          gjs (>= 1.43.3),
          gir1.2-glib-2.0,
          gir1.2-gtk-3.0 (>= 3.20.0),




More information about the pkg-gnome-commits mailing list