r26511 - in /packages/experimental/gobject-introspection/debian: changelog libgirepository-1.0-1.symbols rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Feb 9 22:14:14 UTC 2011


Author: pochu
Date: Wed Feb  9 22:14:13 2011
New Revision: 26511

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26511
Log:
* New upstream release.
  + debian/libgirepository-1.0-1.symbols:
    - Updated for the new symbols.
  + debian/rules:
    - Fail the build if the symbols file is outdated.
    - Make the shlibs file always depend on the latest upstream version.

Modified:
    packages/experimental/gobject-introspection/debian/changelog
    packages/experimental/gobject-introspection/debian/libgirepository-1.0-1.symbols
    packages/experimental/gobject-introspection/debian/rules

Modified: packages/experimental/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gobject-introspection/debian/changelog?rev=26511&op=diff
==============================================================================
--- packages/experimental/gobject-introspection/debian/changelog [utf-8] (original)
+++ packages/experimental/gobject-introspection/debian/changelog [utf-8] Wed Feb  9 22:14:13 2011
@@ -1,3 +1,14 @@
+gobject-introspection (0.10.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    + debian/libgirepository-1.0-1.symbols:
+      - Updated for the new symbols.
+    + debian/rules:
+      - Fail the build if the symbols file is outdated.
+      - Make the shlibs file always depend on the latest upstream version.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 09 Feb 2011 21:51:34 +0000
+
 gobject-introspection (0.10.1-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/experimental/gobject-introspection/debian/libgirepository-1.0-1.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gobject-introspection/debian/libgirepository-1.0-1.symbols?rev=26511&op=diff
==============================================================================
--- packages/experimental/gobject-introspection/debian/libgirepository-1.0-1.symbols [utf-8] (original)
+++ packages/experimental/gobject-introspection/debian/libgirepository-1.0-1.symbols [utf-8] Wed Feb  9 22:14:13 2011
@@ -179,9 +179,11 @@
  g_union_info_get_size at Base 0.9.2
  g_union_info_is_discriminated at Base 0.9.2
  g_value_info_get_value at Base 0.9.2
+ g_vfunc_info_get_address at Base 0.10.2
  g_vfunc_info_get_flags at Base 0.9.2
  g_vfunc_info_get_invoker at Base 0.9.2
  g_vfunc_info_get_offset at Base 0.9.2
  g_vfunc_info_get_signal at Base 0.9.2
+ g_vfunc_info_invoke at Base 0.10.2
  gi_cclosure_marshal_generic at Base 0.9.2
  gi_type_tag_get_ffi_type at Base 0.10.0

Modified: packages/experimental/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gobject-introspection/debian/rules?rev=26511&op=diff
==============================================================================
--- packages/experimental/gobject-introspection/debian/rules [utf-8] (original)
+++ packages/experimental/gobject-introspection/debian/rules [utf-8] Wed Feb  9 22:14:13 2011
@@ -16,6 +16,7 @@
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 
 binary-install/gobject-introspection::
 	dh_pysupport -p$(cdbs_curpkg)




More information about the pkg-gnome-commits mailing list