Code

control: Use ${binary:Version} instead of ${Source-Version}.
[pkg-liboping.git] / debian / control
index 1068d8960cd4480a75bfddf363c7786c0468409b..92eeaf30178085c13b2872f08f220d7d32081dbe 100644 (file)
@@ -1,29 +1,31 @@
 Source: liboping
 Section: libs
 Priority: optional
-Maintainer: Sebastian Harl <sh@tokkee.org>
+Maintainer: Sebastian Harl <tokkee@debian.org>
 Build-Depends: debhelper (>= 4.0.0), autotools-dev
 Standards-Version: 3.7.2
 
-Package: liboping0-dev
+Package: liboping-dev
 Section: libdevel
 Architecture: any
-Depends: liboping0 (= ${Source-Version})
-Description: C library to generate ICMP_ECHO requests (development files)
+Depends: liboping0 (>= ${binary:Version})
+Conflicts: liboping0-dev
+Replaces: liboping0-dev
+Description: C/C++ library to generate ICMP_ECHO requests (development files)
  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
  transparently. The interface is object oriented.
  .
- This package contains the shared library.
+ This package contains the header files, the static library and the manpages.
 
 Package: liboping0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: C library to generate ICMP_ECHO requests
+Description: C/C++ library to generate ICMP_ECHO requests
  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
  transparently. The interface is object oriented.
  .
- This package contains the header files, the static library and the manpages.
+ This package contains the shared library.
 
 Package: oping
 Section: net