summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41dcda7)
raw | patch | inline | side by side (parent: 41dcda7)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 13 Jun 2010 22:29:44 +0000 (00:29 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 13 Jun 2010 22:29:44 +0000 (00:29 +0200) |
… as recommended by debhelper.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index ec9fa5755c99168f714909b3a9d92309346eae65..2660ea5131f3bfd088679daaf9dc70f118e5965b 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Updated standards-version to 3.8.4 -- no changes.
- Build-depend on libncurses5-dev, required by the new "noping" ncurses
front-end to liboping.
+ - Let all packages depend on ${misc:Depends} as recommended by debhelper.
- -- Sebastian Harl <tokkee@debian.org> Mon, 14 Jun 2010 00:22:45 +0200
+ -- Sebastian Harl <tokkee@debian.org> Mon, 14 Jun 2010 00:29:13 +0200
liboping (1.3.4-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ab18923488f7f52467b03b6d41585765fc91dafb..7997f63890e83f0d80f8d19a6440d6eb53161db1 100644 (file)
--- a/debian/control
+++ b/debian/control
Package: liboping-dev
Section: libdevel
Architecture: any
-Depends: liboping0 (= ${binary:Version})
+Depends: liboping0 (= ${binary:Version}), ${misc:Depends}
Conflicts: liboping0-dev
Replaces: liboping0-dev
Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files)
Package: liboping0
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
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.
Package: oping
Section: net
Architecture: any
-Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version})
+Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version}),
+ ${misc: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
Package: libnet-oping-perl
Section: perl
Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version})
+Depends: ${perl:Depends}, ${shlibs:Depends},
+ liboping0 (>= ${source:Upstream-Version}), ${misc: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