~ubuntu-branches/ubuntu/quantal/dh-make/quantal

« back to all changes in this revision

Viewing changes to lib/debiank/control.modules.in

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2006-11-01 08:30:21 UTC
  • mfrom: (1.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061101083021-mkdu8suq5t891dh7
* Stopped shiiping the kde examples (Closes: #372287)
* debiank/rules is executable (Closes: #372768)
* de-hypened man page (Closes: #372777)
* templates changed to use compat level 5 (Closes: #370468)
* Default priority extra in templates (Closes: #373603)
* MAKE install var=xx => MAKE var=xx install (Closes: #374175)
* Consitent formatting of maintainer script (Closes: #370488)
* Kernel module name consistent (Closes: #384085)
* bzip2 path was changed (Closes: #377523)
* fixes for cdbs template (Closes: #382042)
* Now supports ~ in upstream version number (Closes: #387465)
* fixed force-reload behaviour of init.d template to follow LSB
  (Closes: #377292)
* README.Debian the same author line as in changelog (Closes: #379773)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: unknown
3
3
Priority: optional
4
4
Maintainer: #USERNAME# <#EMAIL#>
5
 
Build-Depends: debhelper (>> 4.0.0)
 
5
Build-Depends: debhelper (>= 5)
6
6
Standards-Version: #POLICY#
7
7
 
8
 
Package: #PACKAGE#-modules-${kpkg:Kernel-Version}
 
8
Package: #PACKAGE#-modules-_KVERS_
9
9
Architecture: any
10
10
Provides: #PACKAGE#-modules
11
 
Description: #PACKAGE# modules for Linux (kernel ${kpkg:Kernel-Version}).
 
11
Description: #PACKAGE# modules for Linux (kernel _KVERS_).
12
12
 This package contains the set of loadable kernel modules for the
13
13
 <description>.
14
14
 .
15
 
 This package contains the compiled kernel modules for ${kpkg:Kernel-Version}
 
15
 This package contains the compiled kernel modules for _KVERS_
16
16
 .
17
17
 If you have compiled your own kernel, you will most likely need to build
18
 
 your own #PACKAGE#-modules.  The #PACKAGE#-source package has been
19
 
 provided for use with the Debian kernel-package utility to produce a version
20
 
 of #PACKAGE#-module for your kernel.
 
18
 your own #PACKAGE#-modules. The #PACKAGE#-source package has been
 
19
 provided for use with the Debian's module-assistant or kernel-package
 
20
 utilities to produce a version of #PACKAGE#-modules for your kernel.