From: Sebastian Harl Date: Sat, 6 Jun 2009 19:40:51 +0000 (+0200) Subject: control: Let the -dev package depend on a strict version of the lib package. X-Git-Tag: liboping-1.3.1-1~12 X-Git-Url: https://git.tokkee.org/?p=pkg-liboping.git;a=commitdiff_plain;h=67572a2dfbfcff978fd900c9361aa7996c0af34e control: 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. --- diff --git a/debian/changelog b/debian/changelog index 965da46..5445d69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ liboping (1.1.2-1) unstable; urgency=low - Removed duplicate field "Section" for package "liboping0". - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the Homepage and Vcs-* fields. + - 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. * debian/patches/: - Added static_sstrerror.dpatch - upstream patch to make a private function in liboping static. @@ -32,7 +35,7 @@ liboping (1.1.2-1) unstable; urgency=low * debian/liboping0.shlibs: - Updated version to >= 1.1.2. - -- Sebastian Harl Sat, 06 Jun 2009 20:17:35 +0200 + -- Sebastian Harl Sat, 06 Jun 2009 21:40:00 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index d5a8085..1fb4dcf 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.tokkee.org/?p=pkg-liboping.git Package: liboping-dev Section: libdevel Architecture: any -Depends: liboping0 (>= ${binary:Version}) +Depends: liboping0 (= ${binary:Version}) Conflicts: liboping0-dev Replaces: liboping0-dev Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files)