r20452 - in /packages/unstable/gobject-introspection/debian: changelog control.in gobject-introspection-freedesktop.install

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Jun 24 20:28:39 UTC 2009


Author: kov
Date: Wed Jun 24 20:28:38 2009
New Revision: 20452

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20452
Log:
New package to hold gir and typelib files moved here from gir-repository

Added:
    packages/unstable/gobject-introspection/debian/gobject-introspection-freedesktop.install
Modified:
    packages/unstable/gobject-introspection/debian/changelog
    packages/unstable/gobject-introspection/debian/control.in

Modified: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=20452&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog (original)
+++ packages/unstable/gobject-introspection/debian/changelog Wed Jun 24 20:28:38 2009
@@ -9,8 +9,11 @@
   * debian/control.in:
   - Make libgirepository1.0-dev conflict with and replace
     libgirepository-dev
+  - Add a gobject-introspection-freedesktop package to hold the
+    freedesktop-related modules which are also being shipped in this
+    source package now.
 
- -- Gustavo Noronha Silva <kov at debian.org>  Tue, 23 Jun 2009 18:01:16 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 24 Jun 2009 17:03:09 -0300
 
 gobject-introspection (0.6.2-1) unstable; urgency=low
 

Modified: packages/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control.in?rev=20452&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control.in (original)
+++ packages/unstable/gobject-introspection/debian/control.in Wed Jun 24 20:28:38 2009
@@ -97,3 +97,38 @@
  This package contains the introspection data for the GLib, GObject,
  GModule and Gio libraries.
 
+Package: gobject-introspection-freedesktop
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libcairo2,
+         libfontconfig1,
+         libfreetype6,
+         libx11-6,
+         libxfixes3,
+         libxft2,
+         libxml2
+Recommends: libcairo2-dev,
+            libfontconfig1-dev,
+            libfreetype6-dev,
+            libx11-dev,
+            libxfixes-dev,
+            libxft-dev,
+            libxml2-dev,
+            mesa-common-dev,
+            gobject-introspection
+Description: Introspection data for some FreeDesktop components
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains the introspection data for the Cairo,
+ FontConfig, FreeType, GL, and some XOrg libraries. They are
+ distributed in this package temporarily, while the original sources
+ do not include support for GObject Introspection.
+

Added: packages/unstable/gobject-introspection/debian/gobject-introspection-freedesktop.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/gobject-introspection-freedesktop.install?rev=20452&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/gobject-introspection-freedesktop.install (added)
+++ packages/unstable/gobject-introspection/debian/gobject-introspection-freedesktop.install Wed Jun 24 20:28:38 2009
@@ -1,0 +1,16 @@
+debian/tmp/usr/share/gir-1.0/cairo-1.0.gir
+debian/tmp/usr/share/gir-1.0/fontconfig-2.0.gir
+debian/tmp/usr/share/gir-1.0/freetype2-2.0.gir
+debian/tmp/usr/share/gir-1.0/GL-1.0.gir
+debian/tmp/usr/share/gir-1.0/libxml2-2.0.gir
+debian/tmp/usr/share/gir-1.0/xfixes-4.0.gir
+debian/tmp/usr/share/gir-1.0/xft-2.0.gir
+debian/tmp/usr/share/gir-1.0/xlib-2.0.gir
+debian/tmp/usr/lib/girepository-1.0/cairo-1.0.typelib
+debian/tmp/usr/lib/girepository-1.0/fontconfig-2.0.typelib
+debian/tmp/usr/lib/girepository-1.0/freetype2-2.0.typelib
+debian/tmp/usr/lib/girepository-1.0/GL-1.0.typelib
+debian/tmp/usr/lib/girepository-1.0/libxml2-2.0.typelib
+debian/tmp/usr/lib/girepository-1.0/xfixes-4.0.typelib
+debian/tmp/usr/lib/girepository-1.0/xft-2.0.typelib
+debian/tmp/usr/lib/girepository-1.0/xlib-2.0.typelib




More information about the pkg-gnome-commits mailing list