home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / debian / examples / sample.module.control < prev   
Encoding:
Text File  |  2005-06-08  |  1.1 KB  |  36 lines

  1. Source: kernmod
  2. Section: devel
  3. Priority: extra
  4. Maintainer: Wichert Akkerman <wakkerma@debian.org>
  5. Standards-Version: 3.6.0
  6.  
  7. Package: kernmod-source
  8. Architecture: all
  9. Depends: kernmod-modules
  10. Recommends: kernmod-common
  11. Description: sourcecode for kernmod kernel modules
  12.  The kernmod package is a skeleton for creating packages containing kernel
  13.  modules.
  14.  .
  15.  This packages contains the source-code for the kernel modules.
  16.  
  17. Package: kernmod-common
  18. Architecture: all
  19. Suggests: kernmod-source
  20. Description: common files for kernmod modules
  21.  The kernmod package is a skeleton for creating packages containing kernel
  22.  modules.
  23.  .
  24.  This packages contains the common files that are used by the modules. They
  25.  are in a seperate package so that you can have modules for different kernels
  26.  installed at the same time.
  27.  
  28. Package: kermod-modules-${kpkg:Kernel-Version}
  29. Depends: kernmod-common
  30. Provides: kernmod-modules
  31. Description: kernel modules for kernmod
  32.  The kernmod package is a skeleton for creating packages containing kernel
  33.  modules.
  34.  .
  35.  This package contains the compiled kernel modules for kernel ${kpkg:Kernel-Version}
  36.