From cb4e939e0840fe2c3402b69b345ad6fe194dcbf7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 21 Sep 2010 17:07:46 -0700 Subject: [PATCH] Module build packages must depend on Perl * Add ${perl:Depends} to openafs-modules-dkms and perl to the dependencies of openafs-modules-source, since Perl is used as part of the module build system now. --- debian/changelog | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e91e6c1d9..1e483c5c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,9 @@ openafs (1.5.77-1) UNRELEASED; urgency=low - Use dh_installdocs --link-doc to handle linked doc directories. - Rewrite debian/module/rules to use dh and overrides. - Bump -source package dependency and compat to debhelper 8. + * Add ${perl:Depends} to openafs-modules-dkms and perl to the + dependencies of openafs-modules-source, since Perl is used as part of + the module build system now. * Update standards version to 3.9.1 (no changes required). -- Russ Allbery Fri, 27 Aug 2010 19:15:56 -0700 diff --git a/debian/control b/debian/control index ffd612143..69fd319d2 100644 --- a/debian/control +++ b/debian/control @@ -174,7 +174,7 @@ Section: kernel Priority: extra Architecture: all Depends: ${misc:Depends}, bison, flex, debhelper (>= 5), - module-assistant | kernel-package + module-assistant | kernel-package, perl Recommends: openafs-client (>= ${source:Version}) Description: AFS distributed filesystem kernel module source AFS is a distributed filesystem allowing cross-platform sharing of @@ -188,7 +188,7 @@ Package: openafs-modules-dkms Section: kernel Priority: extra Architecture: all -Depends: ${misc:Depends}, dkms, bison, flex, libc6-dev +Depends: ${misc:Depends}, ${perl:Depends}, dkms, bison, flex, libc6-dev Recommends: openafs-client (>= ${source:Version}) Description: AFS distributed filesystem kernel module DKMS source AFS is a distributed filesystem allowing cross-platform sharing of -- 2.39.5