File: control.modules.in

package info (click to toggle)
module-assistant 0.11.14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: perl: 1,350; sh: 372; makefile: 168
file content (29 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: someproject
Section: kernel
Priority: optional
Maintainer: Some Maintainer <s.maintainer@example.org>
Build-Depends:
 debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://www.example.org/someproject

Package: someproject-modules-_KVERS_
Architecture: any
Depends:
 ${misc:Depends},
Recommends:
 linux-image-_KVERS_,
 someproject-utils,
Provides:
 someproject-modules,
Built-Using:
 ${built-using:kernel},
 ${built-using:module},
Description: someproject Linux kernel module
 This package contains the someproject loadable kernel modules for the
 linux-image-_KVERS_ package.
 .
 If you compiled a custom kernel, you will most likely need to compile a
 custom version of this module as well. The someproject-source
 package has been provided for this purpose.