]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove bison and flex dependencies for module builds
authorRuss Allbery <rra@debian.org>
Wed, 22 Sep 2010 00:10:55 +0000 (17:10 -0700)
committerRuss Allbery <rra@debian.org>
Wed, 22 Sep 2010 00:10:55 +0000 (17:10 -0700)
* 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
debian/control
debian/module/control
debian/module/control.in

index 1e483c5c21cbc5caa317dc6ca2abc7e98c78ae08..2066c5c9b6dcdfdf99c20fa59f26d6c2aee5919a 100644 (file)
@@ -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 <rra@debian.org>  Fri, 27 Aug 2010 19:15:56 -0700
index 50ca9e3f6679385e1bf465c2a1b041906401e851..4019d8599fbfd2ed833aba3e5125503c2810364d 100644 (file)
@@ -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
index 09528ead11220de3d0bc643c92aa5f45ef6b3610..65708c4e1fce85f48240c3700a9ec1af5775a25a 100644 (file)
@@ -3,6 +3,6 @@ Section: kernel
 Priority: optional
 Maintainer: Russ Allbery <rra@debian.org>
 Uploaders: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 8), flex, bison
+Build-Depends: debhelper (>= 8)
 Standards-Version: 3.9.1
 Homepage: http://www.openafs.org/
index 0a2baeed616dd78217b12ee631ccf545a1a61af2..13355cdb78baaa9a31da0870bc9fc55860eaa395 100644 (file)
@@ -3,7 +3,7 @@ Section: kernel
 Priority: optional
 Maintainer: Russ Allbery <rra@debian.org>
 Uploaders: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 8), flex, bison
+Build-Depends: debhelper (>= 8)
 Standards-Version: 3.9.1
 
 Package: openafs-modules-=KVERS