diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:36:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:36:24 +0000 |
commit | 6c1c3157a2298129cfc0573a00c551b82c0250d8 (patch) | |
tree | 6f3b4b0a342b940c074d73e39ed671fd8e3001db /debian/control.d/control.in | |
parent | Adding upstream version 15.1. (diff) | |
download | isa-support-6c1c3157a2298129cfc0573a00c551b82c0250d8.tar.xz isa-support-6c1c3157a2298129cfc0573a00c551b82c0250d8.zip |
Adding debian version 15.1.debian/15.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control.d/control.in')
-rw-r--r-- | debian/control.d/control.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control.d/control.in b/debian/control.d/control.in new file mode 100644 index 0000000..d4a093e --- /dev/null +++ b/debian/control.d/control.in @@ -0,0 +1,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@ |