From 809a41e42b4257886f4c87bc8c2b0387d8e45d70 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 12 Feb 2009 12:27:19 -0800 Subject: [PATCH] Add ${misc:Depends} to all dependencies --- debian/changelog | 1 + debian/control | 17 ++++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 196b58fad..bad38865b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ openafs (1.4.8.dfsg1-1) UNRELEASED; urgency=low Kaseorg and Lutz Goehring for suggestions. (LP: #295897) * Allow time-daemon to satisfy the openafs-fileserver recommends in addition to ntp, allowing for openntpd. (Closes: #508258) + * Add ${misc:Depends} to all dependencies. * Translation updates: - Spanish, thanks Francisco Javier Cuadrado. (Closes: #514452) diff --git a/debian/control b/debian/control index b287d16f8..514900e90 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Description: AFS distributed filesystem client support Package: openafs-kpasswd Priority: extra Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc -Depends: ${shlibs:Depends}, openafs-client +Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client Conflicts: krb5-user, heimdal-clients, kerberos4kth-clients Description: AFS distributed filesystem old password changing AFS is a distributed filesystem allowing cross-platform sharing of @@ -55,7 +55,8 @@ Description: AFS distributed filesystem file server Package: openafs-dbserver Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc -Depends: ${shlibs:Depends}, ${perl:Depends}, openafs-fileserver, openafs-client +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, + openafs-fileserver, openafs-client Suggests: openafs-doc Conflicts: openafs-ptutil Replaces: openafs-ptutil @@ -72,6 +73,7 @@ Description: AFS distributed filesystem database server Package: openafs-doc Section: doc Architecture: all +Depends: ${misc:Depends} Description: AFS distributed filesystem documentation AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, @@ -82,7 +84,7 @@ Description: AFS distributed filesystem documentation Package: openafs-krb5 Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: openafs-client (<< 1.4.7.dfsg1-1) Description: AFS distributed filesystem Kerberos 5 integration AFS is a distributed filesystem allowing cross-platform sharing of files @@ -98,7 +100,7 @@ Package: libopenafs-dev Section: libdevel Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: openafs-doc Conflicts: arla-dev, liblwp-dev Description: AFS distributed filesystem development libraries @@ -111,7 +113,8 @@ Description: AFS distributed filesystem development libraries Package: openafs-modules-source Priority: extra -Depends: bison, flex, debhelper (>= 5), kernel-package | module-assistant +Depends: ${misc:Depends}, bison, flex, debhelper (>= 5), + kernel-package | module-assistant Architecture: all Description: AFS distributed filesystem kernel module source AFS is a distributed filesystem allowing cross-platform sharing of @@ -123,7 +126,7 @@ Description: AFS distributed filesystem kernel module source Package: libpam-openafs-kaserver Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra -Depends: ${shlibs:Depends}, openafs-client +Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client Description: AFS distributed filesystem kaserver PAM module AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access @@ -138,7 +141,7 @@ Package: openafs-dbg Section: libdevel Priority: extra Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc -Depends: openafs-fileserver (= ${binary:Version}) +Depends: ${misc:Depends}, openafs-fileserver (= ${binary:Version}) | libpam-openafs-kaserver (= ${binary:Version}) Description: AFS distributed filesystem debugging information AFS is a distributed filesystem allowing cross-platform sharing of -- 2.39.5