From: Sebastian Harl Date: Sat, 6 Jun 2009 13:35:10 +0000 (+0200) Subject: control: Use ${binary:Version} instead of ${Source-Version}. X-Git-Tag: liboping-1.3.1-1~28 X-Git-Url: https://git.tokkee.org/?p=pkg-liboping.git;a=commitdiff_plain;h=444997ef9206601538a6dc3fe638c32d79ee7b3f control: Use ${binary:Version} instead of ${Source-Version}. --- 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)