Code

control: Let the -dev package depend on a strict version of the lib package.
authorSebastian Harl <sh@tokkee.org>
Sat, 6 Jun 2009 19:40:51 +0000 (21:40 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 6 Jun 2009 19:40:51 +0000 (21:40 +0200)
The -dev package includes a symlink to the full soname, not only the major
version.

debian/changelog
debian/control

index 965da460ef89daab9a3fa60cd062cf79224fba6e..5445d69e826d3a6e0e79d2fd47855ce6ed22f0c0 100644 (file)
@@ -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 <tokkee@debian.org>  Sat, 06 Jun 2009 20:17:35 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 06 Jun 2009 21:40:00 +0200
 
 liboping (0.3.5-1) unstable; urgency=low
 
index d5a808509a70cee4dff7b75b3c35635d79567b55..1fb4dcf7dc58a227f12bc706f797ad1a9e1f4258 100644 (file)
@@ -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)