Code

patches: Added static_sstrerror.dpatch.
[pkg-liboping.git] / debian / control
index 1068d8960cd4480a75bfddf363c7786c0468409b..24042895d86e7c7f8507541c06241e954cfcc97c 100644 (file)
@@ -1,29 +1,34 @@
 Source: liboping
 Section: libs
 Priority: optional
-Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev
-Standards-Version: 3.7.2
+Maintainer: Sebastian Harl <tokkee@debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, dpatch
+Standards-Version: 3.8.1
+Homepage: http://verplant.org/liboping/
+Vcs-Git: git://git.tokkee.org/pkg-liboping.git
+Vcs-Browser: http://git.tokkee.org/?p=pkg-liboping.git
 
-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