diff --git a/debian/changelog b/debian/changelog index 8ac48acc..3c41231f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libgtop2 (2.32.0-1) UNRELEASED; urgency=medium * New upstream release. + * Update symbols file and bump shlibs version to 2.32.0. -- Michael Biebl Wed, 07 Oct 2015 23:41:43 +0200 diff --git a/debian/libgtop-2.0-10.symbols b/debian/libgtop-2.0-10.symbols index 7ba9be71..8db1c642 100644 --- a/debian/libgtop-2.0-10.symbols +++ b/debian/libgtop-2.0-10.symbols @@ -58,6 +58,7 @@ libgtop-2.0.so.10 libgtop-2.0-10 #MINVER# glibtop_get_sysdeps@Base 2.22.3 glibtop_get_sysdeps_r@Base 2.22.3 glibtop_get_sysinfo@Base 2.22.3 + glibtop_get_type@Base 2.32.0 glibtop_get_uptime@Base 2.22.3 glibtop_get_uptime_l@Base 2.22.3 glibtop_global_server@Base 2.22.3 @@ -65,7 +66,13 @@ libgtop-2.0.so.10 libgtop-2.0-10 #MINVER# glibtop_init_r@Base 2.22.3 glibtop_internet_addr@Base 2.22.3 glibtop_make_connection@Base 2.22.3 + glibtop_map_entry_get_type@Base 2.32.0 + glibtop_mountentry_get_type@Base 2.32.0 + glibtop_mountlist_get_type@Base 2.32.0 + glibtop_open_files_entry_get_type@Base 2.32.0 glibtop_open_l@Base 2.22.3 + glibtop_proc_map_get_type@Base 2.32.0 + glibtop_proc_open_files_get_type@Base 2.32.0 glibtop_server_features@Base 2.22.3 glibtop_set_parameter_l@Base 2.22.3 glibtop_sys_siglist@Base 2.22.3 diff --git a/debian/rules b/debian/rules index e5fa4242..ea60cd7f 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ endif DEB_DH_AUTORECONF_ARGS = --as-needed -DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(SHARED_PKG) (>= 2.24.0)' +DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(SHARED_PKG) (>= 2.32.0)' DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --libexecdir=\$${libdir}/$(SHARED_PKG)