r44648 - in /desktop/unstable/gnome-dictionary/debian: changelog control control.in gir1.2-gdict-1.0.install libgdict-1.0-dev.install

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun May 24 19:14:38 UTC 2015


Author: biebl
Date: Sun May 24 19:14:38 2015
New Revision: 44648

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44648
Log:
* Update debian/gnome-dictionary.install, the UI resources are now builtin
* Enable GObject introspection support.

Added:
    desktop/unstable/gnome-dictionary/debian/gir1.2-gdict-1.0.install
Modified:
    desktop/unstable/gnome-dictionary/debian/changelog
    desktop/unstable/gnome-dictionary/debian/control
    desktop/unstable/gnome-dictionary/debian/control.in
    desktop/unstable/gnome-dictionary/debian/libgdict-1.0-dev.install

Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=44648&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] Sun May 24 19:14:38 2015
@@ -4,8 +4,9 @@
   * Drop obsolete Breaks/Replaces from pre-wheezy.
   * Rename libgdict-1.0-6 → libgdict-1.0-8 for the soname bump.
   * Update debian/libgdict-1.0-8.symbols.
-  * Update debian/gnome-dictionary.install, the UI ressources are now builtin
+  * Update debian/gnome-dictionary.install, the UI resources are now builtin
     and loadeded via GResource.
+  * Enable GObject introspection support.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 24 May 2015 20:43:17 +0200
 

Modified: desktop/unstable/gnome-dictionary/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control?rev=44648&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control	[utf-8] Sun May 24 19:14:38 2015
@@ -17,7 +17,9 @@
                gtk-doc-tools (>= 1.10),
                yelp-tools,
                libglib2.0-doc,
-               libgtk-3-doc
+               libgtk-3-doc,
+               gobject-introspection (>= 1.42.0),
+               libgirepository1.0-dev (>= 1.42.0)
 Standards-Version: 3.9.6
 Homepage: https://wiki.gnome.org/Apps/Dictionary
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-dictionary
@@ -47,12 +49,25 @@
 Architecture: any
 Depends: ${misc:Depends},
          libgdict-1.0-8 (= ${binary:Version}),
+         gir1.2-gdict-1.0 (= ${binary:Version}),
          libgtk-3-dev (>= 3.0.0),
          libglib2.0-dev (>= 2.39.0)
 Description: GNOME Dictionary base library - development files
  This package contains the development files for a library used by the
  GNOME dictionary utility, and other applications providing similar
  functionality.
+
+Package: gir1.2-gdict-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GNOME Dictionary base library - GObject introspection
+ This package contains GObject introspection data for libgdict.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
 
 Package: gnome-dictionary
 Architecture: any

Modified: desktop/unstable/gnome-dictionary/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control.in?rev=44648&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] Sun May 24 19:14:38 2015
@@ -13,7 +13,9 @@
                gtk-doc-tools (>= 1.10),
                yelp-tools,
                libglib2.0-doc,
-               libgtk-3-doc
+               libgtk-3-doc,
+               gobject-introspection (>= 1.42.0),
+               libgirepository1.0-dev (>= 1.42.0)
 Standards-Version: 3.9.6
 Homepage: https://wiki.gnome.org/Apps/Dictionary
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-dictionary
@@ -43,12 +45,25 @@
 Architecture: any
 Depends: ${misc:Depends},
          libgdict-1.0-8 (= ${binary:Version}),
+         gir1.2-gdict-1.0 (= ${binary:Version}),
          libgtk-3-dev (>= 3.0.0),
          libglib2.0-dev (>= 2.39.0)
 Description: GNOME Dictionary base library - development files
  This package contains the development files for a library used by the
  GNOME dictionary utility, and other applications providing similar
  functionality.
+
+Package: gir1.2-gdict-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GNOME Dictionary base library - GObject introspection
+ This package contains GObject introspection data for libgdict.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
 
 Package: gnome-dictionary
 Architecture: any

Added: desktop/unstable/gnome-dictionary/debian/gir1.2-gdict-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/gir1.2-gdict-1.0.install?rev=44648&op=file
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/gir1.2-gdict-1.0.install	(added)
+++ desktop/unstable/gnome-dictionary/debian/gir1.2-gdict-1.0.install	[utf-8] Sun May 24 19:14:38 2015
@@ -0,0 +1 @@
+usr/lib/girepository-1.0/

Modified: desktop/unstable/gnome-dictionary/debian/libgdict-1.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/libgdict-1.0-dev.install?rev=44648&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/libgdict-1.0-dev.install	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/libgdict-1.0-dev.install	[utf-8] Sun May 24 19:14:38 2015
@@ -2,3 +2,4 @@
 usr/lib/*.so
 usr/lib/pkgconfig
 usr/share/gtk-doc
+usr/share/gir-1.0




More information about the pkg-gnome-commits mailing list