summaryrefslogtreecommitdiffstats
path: root/debian/control.d/control.in
blob: d4a093ed832057039de0de178346d80c3ffdbf9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: @LCNAME@-support
Multi-Arch: foreign
Architecture: @ARCHITECTURE@
Pre-Depends: isa-support (= ${binary:Version})
Description: CPU feature checking - require @NAME@
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for @NAME@ and refuses to install
 on unsupported hardware.
 .
 @DESCRIPTION@