Code

liboping0.symbols: Downgraded MINVER from 1.0.0 to 0.3.2.
authorSebastian Harl <sh@tokkee.org>
Sun, 19 Jul 2009 16:06:28 +0000 (18:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 19 Jul 2009 16:06:28 +0000 (18:06 +0200)
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.

debian/changelog
debian/liboping0.symbols

index 864bcbe3b206c6d1cef47547eb0f0acb453d8dbb..5378a42c36ae4c73607cc4eb0392acc5b075cfee 100644 (file)
@@ -1,7 +1,11 @@
 liboping (1.3.0-1) unstable; urgency=low
 
   * New upstream release.
 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
   * 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.
 
   * debian/liboping0.shlibs:
     - Updated version to >= 1.3.0.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 19 Jul 2009 14:34:18 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 19 Jul 2009 18:03:39 +0200
 
 liboping (0.3.5-1) unstable; urgency=low
 
 
 liboping (0.3.5-1) unstable; urgency=low
 
index 79f81f446ed80239f1ee96e9ec26f4b78266fe59..6474face656cce42f3e2026084e18f5078711725 100644 (file)
@@ -1,13 +1,14 @@
 liboping.so.0 liboping0 #MINVER#
 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