summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3aaf917)
raw | patch | inline | side by side (parent: 3aaf917)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Jun 2009 19:40:51 +0000 (21:40 +0200) | ||
committer | Sebastian 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.
version.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 965da460ef89daab9a3fa60cd062cf79224fba6e..5445d69e826d3a6e0e79d2fd47855ce6ed22f0c0 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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.
* 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
diff --git a/debian/control b/debian/control
index d5a808509a70cee4dff7b75b3c35635d79567b55..1fb4dcf7dc58a227f12bc706f797ad1a9e1f4258 100644 (file)
--- a/debian/control
+++ b/debian/control
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)