Author: waldi Date: Sat Jul 18 12:10:17 2009 New Revision: 649 Log: * debian/changelog: Update. * debian/libxenstore3.0.symbols: Add. * debian/rules.real: Make dh_makeshlibs use a minimum version. Added: trunk/xen-3/debian/libxenstore3.0.symbols Modified: trunk/xen-3/debian/changelog trunk/xen-3/debian/rules.real Modified: trunk/xen-3/debian/changelog =============================================================================--- trunk/xen-3/debian/changelog Tue Jun 30 20:33:37 2009 (r648) +++ trunk/xen-3/debian/changelog Sat Jul 18 12:10:17 2009 (r649) @@ -1,3 +1,9 @@ +xen-3 (3.4.0-2) UNRELEASED; urgency=low + + * Add symbols file for libxenstore3.0. (closes: #536173) + + -- Bastian Blank <waldi at debian.org> Sat, 18 Jul 2009 14:09:32 +0200 + xen-3 (3.4.0-1) unstable; urgency=low [ Bastian Blank ] Added: trunk/xen-3/debian/libxenstore3.0.symbols =============================================================================--- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/xen-3/debian/libxenstore3.0.symbols Sat Jul 18 12:10:17 2009 (r649) @@ -0,0 +1,40 @@ +libxenstore.so.3.0 libxenstore3.0 #MINVER# + expanding_buffer_ensure at Base 3.2.0 + sanitise_value at Base 3.2.0 + unsanitise_value at Base 3.2.0 + xprintf at Base 3.2.0 + xs_count_strings at Base 3.2.0 + xs_daemon_close at Base 3.2.0 + xs_daemon_open at Base 3.2.0 + xs_daemon_open_readonly at Base 3.2.0 + xs_daemon_rootdir at Base 3.2.0 + xs_daemon_rundir at Base 3.2.0 + xs_daemon_socket at Base 3.2.0 + xs_daemon_socket_ro at Base 3.2.0 + xs_daemon_tdb at Base 3.2.0 + xs_debug_command at Base 3.2.0 + xs_directory at Base 3.2.0 + xs_domain_dev at Base 3.2.0 + xs_domain_open at Base 3.2.0 + xs_fileno at Base 3.2.0 + xs_get_domain_path at Base 3.2.0 + xs_get_permissions at Base 3.2.0 + xs_introduce_domain at Base 3.2.0 + xs_is_domain_introduced at Base 3.2.0 + xs_mkdir at Base 3.2.0 + xs_perm_to_string at Base 3.2.0 + xs_read at Base 3.2.0 + xs_read_watch at Base 3.2.0 + xs_release_domain at Base 3.2.0 + xs_resume_domain at Base 3.2.0 + xs_rm at Base 3.2.0 + xs_set_permissions at Base 3.2.0 + xs_set_target at Base 3.4.0 + xs_strings_to_perms at Base 3.2.0 + xs_suspend_evtchn_port at Base 3.4.0 + xs_transaction_end at Base 3.2.0 + xs_transaction_start at Base 3.2.0 + xs_unwatch at Base 3.2.0 + xs_watch at Base 3.2.0 + xs_write at Base 3.2.0 + xs_write_all at Base 3.2.0 Modified: trunk/xen-3/debian/rules.real =============================================================================--- trunk/xen-3/debian/rules.real Tue Jun 30 20:33:37 2009 (r648) +++ trunk/xen-3/debian/rules.real Sat Jul 18 12:10:17 2009 (r649) @@ -140,7 +140,7 @@ dh_clean -k dh_install --sourcedir=$(DIR) dh_strip - dh_makeshlibs + dh_makeshlibs -V dh_shlibdeps +$(MAKE_SELF) install-base @@ -159,7 +159,7 @@ dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION)$(ABINAME) dh_pycentral usr/lib/xen-$(VERSION)$(ABINAME) dh_strip - dh_makeshlibs + dh_makeshlibs -V dh_shlibdeps +$(MAKE_SELF) install-base