From: Russ Allbery Date: Wed, 22 Sep 2010 00:10:55 +0000 (-0700) Subject: Remove bison and flex dependencies for module builds X-Git-Tag: debian/1.5.77-1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=33ea8355fdd02f13381109ae0c135d88a26be058;p=packages%2Fo%2Fopenafs.git 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. --- 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