Code

Added new binary package "libnet-oping-perl":
[pkg-liboping.git] / debian / control
index 012b75e1f234298492a0cc1a126b5d0d16c76aeb..357dde5e741361a104ecd1e87cc545da65557b9a 100644 (file)
@@ -1,15 +1,20 @@
 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 (>= 5.0.0), autotools-dev, dpatch, perl-modules
+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: 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.
  .
@@ -19,7 +24,7 @@ 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.
  .
@@ -30,7 +35,17 @@ Section: net
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: sends ICMP_ECHO requests to network hosts
- oping uses ICMP packages (better known as "ping packets") to test the 
- reachability of network hosts. It supports pinging multiple hosts in parallel 
+ oping uses ICMP packages (better known as "ping packets") to test the
+ reachability of network hosts. It supports pinging multiple hosts in parallel
  using IPv4 or IPv6 transparently.
 
+Package: libnet-oping-perl
+Section: perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description: module for ICMP latency measurement
+ Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
+ "ping packets") and measuring the time that elapses until the reception of an
+ ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
+ hosts in parallel using IPv4 or IPv6 transparently.
+