r22124 - in /packages/unstable/libchamplain/debian: changelog control control.in gir1.0-champlain-0.4.install gir1.0-gtkchamplain-0.4.install libchamplain-0.4-dev.install libchamplain-gtk-0.4-dev.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Oct 24 15:20:47 UTC 2009


Author: bigon
Date: Sat Oct 24 15:20:46 2009
New Revision: 22124

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22124
Log:
Add GObject introspection packages (LP: #456265)

Added:
    packages/unstable/libchamplain/debian/gir1.0-champlain-0.4.install
    packages/unstable/libchamplain/debian/gir1.0-gtkchamplain-0.4.install
Modified:
    packages/unstable/libchamplain/debian/changelog
    packages/unstable/libchamplain/debian/control
    packages/unstable/libchamplain/debian/control.in
    packages/unstable/libchamplain/debian/libchamplain-0.4-dev.install
    packages/unstable/libchamplain/debian/libchamplain-gtk-0.4-dev.install
    packages/unstable/libchamplain/debian/rules

Modified: packages/unstable/libchamplain/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/changelog?rev=22124&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/changelog [utf-8] (original)
+++ packages/unstable/libchamplain/debian/changelog [utf-8] Sat Oct 24 15:20:46 2009
@@ -9,8 +9,9 @@
       maintainer list
     - Fix Vcs-Svn URL
     - Add libclutter-gtk-0.10-doc recommends for libchamplain-gtk-doc
+  * Add GObject introspection packages (LP: #456265)
 
- -- Laurent Bigonville <bigon at debian.org>  Fri, 23 Oct 2009 17:19:56 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 23 Oct 2009 17:37:03 +0200
 
 libchamplain (0.4.0-1) unstable; urgency=low
 

Modified: packages/unstable/libchamplain/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control?rev=22124&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control [utf-8] (original)
+++ packages/unstable/libchamplain/debian/control [utf-8] Sat Oct 24 15:20:46 2009
@@ -14,10 +14,15 @@
                libclutter-1.0-dev,
                libclutter-gtk-0.10-dev,
                libcairo2-dev (>= 1.4),
-               libsqlite3-dev
+               libsqlite3-dev,
+               gobject-introspection (>= 0.6.5-4~),
+               libgirepository1.0-dev (>= 0.6.3),
+               gir-repository-dev,
+               gir1.0-gtk-2.0,
+               gir1.0-clutter-1.0
 Standards-Version: 3.8.3
 Homepage: http://projects.gnome.org/libchamplain/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/experimental/libchamplain
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libchamplain/
 
 Package: libchamplain-0.4-0
@@ -78,6 +83,20 @@
  .
  This package contains debugging symbols for libchamplain
 
+Package: gir1.0-champlain-0.4
+Architecture: any
+Priority: extra
+Depends: ${gir:Depends},
+         ${misc:Depends}
+Description: C library providing ClutterActor to display maps (GObject introspection)
+ Libchamplain is a C library providing a ClutterActor to
+ display maps.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the GObject introspection file for libchamplain.
+
 Package: libchamplain-gtk-0.4-0
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -112,6 +131,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
+Recommends: libclutter-gtk-0.10-doc
 Description: A Gtk+ widget to display maps (documentation)
  Libchamplain-gtk is a C library aimed to provide a Gtk+ widget
  to display rasterized maps and markers.
@@ -136,3 +156,17 @@
  OpenStreetMap (default), OpenArialMap and Maps for free.
  .
  This package contains debugging symbols for libchamplain-gtk.
+
+Package: gir1.0-gtkchamplain-0.4
+Architecture: any
+Priority: extra
+Depends: ${gir:Depends},
+         ${misc:Depends}
+Description: A Gtk+ widget to display maps (GObject introspection)
+ Libchamplain-gtk is a C library aimed to provide a Gtk+ widget
+ to display rasterized maps and markers.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the GObject introspection file for libchamplain-gtk.

Modified: packages/unstable/libchamplain/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control.in?rev=22124&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control.in [utf-8] (original)
+++ packages/unstable/libchamplain/debian/control.in [utf-8] Sat Oct 24 15:20:46 2009
@@ -13,7 +13,12 @@
                libclutter-1.0-dev,
                libclutter-gtk-0.10-dev,
                libcairo2-dev (>= 1.4),
-               libsqlite3-dev
+               libsqlite3-dev,
+               gobject-introspection (>= 0.6.5-4~),
+               libgirepository1.0-dev (>= 0.6.3),
+               gir-repository-dev,
+               gir1.0-gtk-2.0,
+               gir1.0-clutter-1.0
 Standards-Version: 3.8.3
 Homepage: http://projects.gnome.org/libchamplain/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
@@ -77,6 +82,20 @@
  .
  This package contains debugging symbols for libchamplain
 
+Package: gir1.0-champlain-0.4
+Architecture: any
+Priority: extra
+Depends: ${gir:Depends},
+         ${misc:Depends}
+Description: C library providing ClutterActor to display maps (GObject introspection)
+ Libchamplain is a C library providing a ClutterActor to
+ display maps.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the GObject introspection file for libchamplain.
+
 Package: libchamplain-gtk-0.4-0
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -136,3 +155,17 @@
  OpenStreetMap (default), OpenArialMap and Maps for free.
  .
  This package contains debugging symbols for libchamplain-gtk.
+
+Package: gir1.0-gtkchamplain-0.4
+Architecture: any
+Priority: extra
+Depends: ${gir:Depends},
+         ${misc:Depends}
+Description: A Gtk+ widget to display maps (GObject introspection)
+ Libchamplain-gtk is a C library aimed to provide a Gtk+ widget
+ to display rasterized maps and markers.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the GObject introspection file for libchamplain-gtk.

Added: packages/unstable/libchamplain/debian/gir1.0-champlain-0.4.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/gir1.0-champlain-0.4.install?rev=22124&op=file
==============================================================================
--- packages/unstable/libchamplain/debian/gir1.0-champlain-0.4.install (added)
+++ packages/unstable/libchamplain/debian/gir1.0-champlain-0.4.install [utf-8] Sat Oct 24 15:20:46 2009
@@ -1,0 +1,2 @@
+usr/lib/girepository-1.0/Champlain-0.4.typelib
+usr/lib/girepository-1.0/Champlain-0.4.typelib

Added: packages/unstable/libchamplain/debian/gir1.0-gtkchamplain-0.4.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/gir1.0-gtkchamplain-0.4.install?rev=22124&op=file
==============================================================================
--- packages/unstable/libchamplain/debian/gir1.0-gtkchamplain-0.4.install (added)
+++ packages/unstable/libchamplain/debian/gir1.0-gtkchamplain-0.4.install [utf-8] Sat Oct 24 15:20:46 2009
@@ -1,0 +1,2 @@
+usr/lib/girepository-1.0/GtkChamplain-0.4.typelib
+usr/lib/girepository-1.0/GtkChamplain-0.4.typelib

Modified: packages/unstable/libchamplain/debian/libchamplain-0.4-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/libchamplain-0.4-dev.install?rev=22124&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/libchamplain-0.4-dev.install [utf-8] (original)
+++ packages/unstable/libchamplain/debian/libchamplain-0.4-dev.install [utf-8] Sat Oct 24 15:20:46 2009
@@ -2,3 +2,4 @@
 usr/lib/libchamplain-0.4.so
 usr/lib/libchamplain-0.4.a
 usr/lib/pkgconfig/champlain-0.4.pc
+usr/share/gir-1.0/Champlain-0.4.gir

Modified: packages/unstable/libchamplain/debian/libchamplain-gtk-0.4-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/libchamplain-gtk-0.4-dev.install?rev=22124&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/libchamplain-gtk-0.4-dev.install [utf-8] (original)
+++ packages/unstable/libchamplain/debian/libchamplain-gtk-0.4-dev.install [utf-8] Sat Oct 24 15:20:46 2009
@@ -2,3 +2,4 @@
 usr/lib/libchamplain-gtk-0.4.so
 usr/lib/libchamplain-gtk-0.4.a
 usr/lib/pkgconfig/champlain-gtk-0.4.pc
+usr/share/gir-1.0/GtkChamplain-0.4.gir

Modified: packages/unstable/libchamplain/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/rules?rev=22124&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/rules [utf-8] (original)
+++ packages/unstable/libchamplain/debian/rules [utf-8] Sat Oct 24 15:20:46 2009
@@ -8,3 +8,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
 
 common-binary-predeb-arch:: list-missing
+
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES))::
+	dh_girepository -p$(cdbs_curpkg)




More information about the pkg-gnome-commits mailing list