summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-02-16 01:53:16 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:24 +0200
commit91bc0010a93a29a00123ecd352c0e07a8ddbf3ed (patch)
tree20861e3517cbd977fa3c487cd9fcb6b3a34bf5f0
parent06a4abd3afde8f3087fea81ad426d8c3525e2470 (diff)
downloadinetutils-91bc0010a93a29a00123ecd352c0e07a8ddbf3ed.tar.gz
Add misc:Depends substvar to all binary package Depends fields
-rw-r--r--debian/changelog1
-rw-r--r--debian/control.in26
2 files changed, 15 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 668a8c9..d8126d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ inetutils (2:1.6-1) UNRELEASED; urgency=low
* Switch to debhelper compatibility level 7.
* Use dh_prep instead of “dh_clean -k”.
* Remove RCS keywords from packaging files.
+ * Add misc:Depends substvar to all binary package Depends fields.
-- Guillem Jover <guillem@debian.org> Mon, 09 Feb 2009 22:01:00 +0200
diff --git a/debian/control.in b/debian/control.in
index c8ee88a..91c8d1e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -15,7 +15,7 @@ Build-Conflicts: autoconf2.13, automake1.4
Package: inetutils-ftp
Priority: @inetutils:Priority@
Architecture: any
-Depends: ${shlibs:Depends}, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
Description: File Transfer Protocol client
The ftp command is used to transfer files between hosts using the
FTP protocol.
@@ -25,7 +25,8 @@ Priority: @inetutils:Priority@
Architecture: any
Provides: ftp-server
Conflicts: ftp-server
-Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase,
+ inetutils-syslogd | system-log-daemon
Description: File Transfer Protocol server
Ftpd is the server that allows another host to connect with the ftp
command to transfer files using the FTP protocol.
@@ -35,7 +36,8 @@ Priority: @inetutils:Priority@
Architecture: any
Provides: inet-superserver, netkit-inetd
Conflicts: inet-superserver, netkit-inetd
-Depends: ${shlibs:Depends}, update-inetd, tcpd, lsb-base, inetutils-syslogd | system-log-daemon
+Depends: ${shlibs:Depends}, ${misc:Depends}, update-inetd, tcpd, lsb-base,
+ inetutils-syslogd | system-log-daemon
Description: internet super server
Inetd is the daemon that listens on various TCP and UDP ports and spawns
programs that can't or won't do it for themselves.
@@ -45,7 +47,7 @@ Priority: @inetutils:Priority@
Architecture: any
Provides: ping
Conflicts: ping, hurd (<= 20010718-1)
-Depends: ${shlibs:Depends}, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
Description: ICMP echo tool
Ping uses ICMP to send out echo requests, and uses the reply packets to
calculate latency between the sending and the destination hosts.
@@ -57,7 +59,7 @@ Architecture: any
Provides: system-log-daemon, ${syslogd:Provides}
Conflicts: system-log-daemon, ${syslogd:Provides}
Replaces: syslogd
-Depends: ${shlibs:Depends}, netbase, lsb-base
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, lsb-base
Description: system logging daemon
The syslog daemon is responsible for providing logging of messages
received from programs and facilities on the local host as well as
@@ -68,7 +70,7 @@ Priority: @inetutils:Priority@
Architecture: any
Provides: talk
Replaces: talk-hurd
-Depends: ${shlibs:Depends}, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
Description: talk to another user
Talk is a visual communication program which copies lines from your terminal
to that of another user.
@@ -79,8 +81,8 @@ Architecture: any
Provides: talkd
Conflicts: talkd
Replaces: talkd-hurd
-Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon,
- inetutils-inetd | inet-superserver
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase,
+ inetutils-syslogd | system-log-daemon, inetutils-inetd | inet-superserver
Description: remote user communication server
Talkd is the server that notifies a user that someone else wants to initiate
a conversation. It acts a repository of invitations, responding to requests
@@ -91,7 +93,7 @@ Priority: @inetutils:Priority@
Architecture: any
Provides: telnet-client
Replaces: telnet-hurd
-Depends: ${shlibs:Depends}, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
Description: telnet client
The telnet command is used for interactive communication with another host
using the TELNET protocol.
@@ -102,8 +104,8 @@ Architecture: any
Provides: telnet-server
Conflicts: telnet-server
Replaces: telnetd-hurd
-Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon,
- inetutils-inetd | inet-superserver
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase,
+ inetutils-syslogd | system-log-daemon, inetutils-inetd | inet-superserver
Description: telnet server
The in.telnetd program is a server which supports the DARPA telnet
interactive communication protocol.
@@ -112,7 +114,7 @@ Package: inetutils-tools
Priority: @inetutils:Priority@
Architecture: any
Provides: ${tools:Provides}
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: base networking utilities (experimental package)
Base utilities for network administration (ifconfig, etc).
.