From 444997ef9206601538a6dc3fe638c32d79ee7b3f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 6 Jun 2009 15:35:10 +0200 Subject: [PATCH] control: Use ${binary:Version} instead of ${Source-Version}. --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 86ea416..141892d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ liboping (1.1.2-1) unstable; urgency=low * Added liboping0.symbols. * debian/rules: - Do not ignore 'make clean' errors. + * debian/control: + - Use ${binary:Version} instead of ${Source-Version}. - -- Sebastian Harl Sat, 06 Jun 2009 15:27:41 +0200 + -- Sebastian Harl Sat, 06 Jun 2009 15:34:51 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1bd2ea5..92eeaf3 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: liboping-dev Section: libdevel Architecture: any -Depends: liboping0 (>= ${Source-Version}) +Depends: liboping0 (>= ${binary:Version}) Conflicts: liboping0-dev Replaces: liboping0-dev Description: C/C++ library to generate ICMP_ECHO requests (development files) -- 2.30.2