[Pkg-utopia-commits] r2807 - in /packages/unstable/dbus-glib/debian: changelog libdbus-glib-1-2.symbols rules
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Mon Feb 16 11:26:00 UTC 2009
Author: smcv
Date: Mon Feb 16 11:26:00 2009
New Revision: 2807
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2807
Log:
Add missing symbol from 0.80, and bump the old shlibs version too
Modified:
packages/unstable/dbus-glib/debian/changelog
packages/unstable/dbus-glib/debian/libdbus-glib-1-2.symbols
packages/unstable/dbus-glib/debian/rules
Modified: packages/unstable/dbus-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-glib/debian/changelog?rev=2807&op=diff
==============================================================================
--- packages/unstable/dbus-glib/debian/changelog (original)
+++ packages/unstable/dbus-glib/debian/changelog Mon Feb 16 11:26:00 2009
@@ -1,6 +1,8 @@
dbus-glib (0.80-3) UNRELEASED; urgency=low
- * Merge from experimental into unstable.
+ * Merge from experimental into unstable
+ * Really bump *all* symbol versions to at least 0.78
+ * Add missing symbol from 0.80, and bump the old shlibs version too
-- Simon McVittie <smcv at debian.org> Mon, 16 Feb 2009 11:14:15 +0000
Modified: packages/unstable/dbus-glib/debian/libdbus-glib-1-2.symbols
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-glib/debian/libdbus-glib-1-2.symbols?rev=2807&op=diff
==============================================================================
--- packages/unstable/dbus-glib/debian/libdbus-glib-1-2.symbols (original)
+++ packages/unstable/dbus-glib/debian/libdbus-glib-1-2.symbols Mon Feb 16 11:26:00 2009
@@ -49,6 +49,7 @@
dbus_g_proxy_send at Base 0.78
dbus_g_proxy_set_default_timeout at Base 0.78
dbus_g_proxy_set_interface at Base 0.78
+ dbus_g_signature_get_g_type at Base 0.80
dbus_g_thread_init at Base 0.78
dbus_g_type_collection_get_fixed at Base 0.78
dbus_g_type_collection_peek_vtable at Base 0.78
Modified: packages/unstable/dbus-glib/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-glib/debian/rules?rev=2807&op=diff
==============================================================================
--- packages/unstable/dbus-glib/debian/rules (original)
+++ packages/unstable/dbus-glib/debian/rules Mon Feb 16 11:26:00 2009
@@ -9,7 +9,7 @@
include /usr/share/cdbs/1/class/autotools.mk
# Strict library versioning
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libdbus-glib-1-2 (>= 0.76)"
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libdbus-glib-1-2 (>= 0.80)"
DEB_CONFIGURE_EXTRA_FLAGS := --with-introspect-xml=$(CURDIR)/debian/dbus-bus-introspect.xml
More information about the Pkg-utopia-commits
mailing list