From: Sebastian Harl Date: Sun, 19 Jul 2009 16:06:28 +0000 (+0200) Subject: liboping0.symbols: Downgraded MINVER from 1.0.0 to 0.3.2. X-Git-Tag: liboping-1.3.1-1~7 X-Git-Url: https://git.tokkee.org/?p=pkg-liboping.git;a=commitdiff_plain;h=b919266062611b1a142d52ceefd974dae1466dc1 liboping0.symbols: Downgraded MINVER from 1.0.0 to 0.3.2. There is not reason to force 1.0.0. All symbols exist since version 0.1.0. However, a SONAME version had not been introduced until 0.3.2 - so "supporting" earlier versions does not make sense (also, 0.3.2 had been the first version available in Debian). Also, 'Build-Depends-Package: liboping-dev' has been introduced to let the user specify the minimal version required for optional features. --- diff --git a/debian/changelog b/debian/changelog index 864bcbe..5378a42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ liboping (1.3.0-1) unstable; urgency=low * New upstream release. - * Added liboping0.symbols. + * Added liboping0.symbols: + - Use 0.3.2 as MINVER for all symbols - all symbols exist since 0.1.0 but + 0.3.2 is the first version that introduced a SONAME version. + - Use 'Build-Depends-Package: liboping-dev' to let a user specify the + minimal version required for optional features. * debian/rules: - Do not ignore 'make clean' errors. - Use config.{guess,sub} provided by autotools-dev to fix a FTBFS on @@ -30,7 +34,7 @@ liboping (1.3.0-1) unstable; urgency=low * debian/liboping0.shlibs: - Updated version to >= 1.3.0. - -- Sebastian Harl Sun, 19 Jul 2009 14:34:18 +0200 + -- Sebastian Harl Sun, 19 Jul 2009 18:03:39 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/liboping0.symbols b/debian/liboping0.symbols index 79f81f4..6474fac 100644 --- a/debian/liboping0.symbols +++ b/debian/liboping0.symbols @@ -1,13 +1,14 @@ liboping.so.0 liboping0 #MINVER# - ping_construct@Base 1.0.0 - ping_destroy@Base 1.0.0 - ping_get_error@Base 1.0.0 - ping_host_add@Base 1.0.0 - ping_host_remove@Base 1.0.0 - ping_iterator_get@Base 1.0.0 - ping_iterator_get_context@Base 1.0.0 - ping_iterator_get_info@Base 1.0.0 - ping_iterator_next@Base 1.0.0 - ping_iterator_set_context@Base 1.0.0 - ping_send@Base 1.0.0 - ping_setopt@Base 1.0.0 +* Build-Depends-Package: liboping-dev + ping_construct@Base 0.3.2 + ping_destroy@Base 0.3.2 + ping_get_error@Base 0.3.2 + ping_host_add@Base 0.3.2 + ping_host_remove@Base 0.3.2 + ping_iterator_get@Base 0.3.2 + ping_iterator_get_context@Base 0.3.2 + ping_iterator_get_info@Base 0.3.2 + ping_iterator_next@Base 0.3.2 + ping_iterator_set_context@Base 0.3.2 + ping_send@Base 0.3.2 + ping_setopt@Base 0.3.2