From 33ea8355fdd02f13381109ae0c135d88a26be058 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 21 Sep 2010 17:10:55 -0700 Subject: [PATCH] Remove bison and flex dependencies for module builds * Remove bison and flex dependencies for the module build packages. We now ship the results of rxgen, so don't need all the tools required to build the full source tree. --- debian/changelog | 3 +++ debian/control | 4 ++-- debian/module/control | 2 +- debian/module/control.in | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1e483c5c2..2066c5c9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,9 @@ openafs (1.5.77-1) UNRELEASED; urgency=low * 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. + * Remove bison and flex dependencies for the module build packages. We + now ship the results of rxgen, so don't need all the tools required to + build the full source tree. * 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 50ca9e3f6..4019d8599 100644 --- a/debian/control +++ b/debian/control @@ -173,7 +173,7 @@ Package: openafs-modules-source Section: kernel Priority: extra Architecture: all -Depends: ${misc:Depends}, bison, flex, debhelper (>= 8), +Depends: ${misc:Depends}, debhelper (>= 8), module-assistant | kernel-package, perl Recommends: openafs-client (>= ${source:Version}) Description: AFS distributed filesystem kernel module source @@ -188,7 +188,7 @@ Package: openafs-modules-dkms Section: kernel Priority: extra Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, dkms, bison, flex, libc6-dev +Depends: ${misc:Depends}, ${perl:Depends}, dkms, 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 diff --git a/debian/module/control b/debian/module/control index 09528ead1..65708c4e1 100644 --- a/debian/module/control +++ b/debian/module/control @@ -3,6 +3,6 @@ Section: kernel Priority: optional Maintainer: Russ Allbery Uploaders: Sam Hartman -Build-Depends: debhelper (>= 8), flex, bison +Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 Homepage: http://www.openafs.org/ diff --git a/debian/module/control.in b/debian/module/control.in index 0a2baeed6..13355cdb7 100644 --- a/debian/module/control.in +++ b/debian/module/control.in @@ -3,7 +3,7 @@ Section: kernel Priority: optional Maintainer: Russ Allbery Uploaders: Sam Hartman -Build-Depends: debhelper (>= 8), flex, bison +Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 Package: openafs-modules-=KVERS -- 2.39.5