From 459d80a074e9021f40e90679d436b2e565d84b9a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 20 Jul 2009 22:20:42 +0200 Subject: [PATCH] control: Let oping depend on liboping0 (>= ${source:Upstream-Version}). 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 | 5 ++++- debian/control | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc07a99..dd73551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 20 Jul 2009 21:09:20 +0200 + -- Sebastian Harl Mon, 20 Jul 2009 22:18:35 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 914610b..061c3cd 100644 --- a/debian/control +++ b/debian/control @@ -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 -- 2.30.2