Code

control: Let oping depend on liboping0 (>= ${source:Upstream-Version}).
authorSebastian Harl <sh@tokkee.org>
Mon, 20 Jul 2009 20:20:42 +0000 (22:20 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 20 Jul 2009 20:20:42 +0000 (22:20 +0200)
This explicit dependency has been added since we do not want to build depend
on liboping-dev to get the right version through 'Build-Depends-Package'.

debian/changelog
debian/control

index bc07a99d83c30db231e4e62e529e87e459e7d99f..dd73551e91b27e8dee97a8592828b79163ba376a 100644 (file)
@@ -23,6 +23,9 @@ liboping (1.3.1-1) unstable; urgency=low
     - Let the -dev package depend on a strict version of the lib package - the
       -dev package includes a symlink to the full soname, not only the major
       version.
+    - Let oping depend on liboping0 (>= ${source:Upstream-Version}) explicitly
+      since we do not want to build depend on liboping-dev to get the right
+      version through 'Build-Depends-Package'.
   * debian/compat:
     - Updated to compat version 5.
   * Added new binary package "libnet-oping-perl":
@@ -34,7 +37,7 @@ liboping (1.3.1-1) unstable; urgency=low
   * debian/liboping0.shlibs:
     - Updated version to >= 1.3.0.
 
- -- Sebastian Harl <tokkee@debian.org>  Mon, 20 Jul 2009 21:09:20 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 20 Jul 2009 22:18:35 +0200
 
 liboping (0.3.5-1) unstable; urgency=low
 
index 914610be99f559aed594151b95dc2f789bb521bd..061c3cdd9d99d952b652db4deb698f1d4169b87b 100644 (file)
@@ -32,7 +32,7 @@ Description: C/C++ library to generate ICMP ECHO_REQUESTs
 Package: oping
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version})
 Description: sends ICMP_ECHO requests to network hosts
  oping uses ICMP packages (better known as "ping packets") to test the
  reachability of network hosts. It supports pinging multiple hosts in parallel