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 30 31 32 33 34 35 36 37 38 39 40
|
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-utils
Section: misc
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Recommends:
someproject-source,
Description: someproject that does something - management tools
The someproject driver provides ... for the Linux
kernel...
.
This package contains utilities needed to configure the someproject
drivers.
Package: someproject-source
Architecture: all
Multi-Arch: foreign
Depends:
debhelper-compat (= 13),
module-assistant (>= 0.11.14~),
${misc:Depends},
Suggests:
someproject-utils,
Description: source for the someproject driver
The someproject driver provides ... for the Linux
kernel...
.
This package contains the module source. The kernel driver can be built from
it using module-assistant.
|