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-base.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-base.in')
-rw-r--r-- | debian/control.d/control-base.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control.d/control-base.in b/debian/control.d/control-base.in new file mode 100644 index 0000000..cc269d3 --- /dev/null +++ b/debian/control.d/control-base.in @@ -0,0 +1,28 @@ +Source: isa-support +Section: misc +Priority: optional +Uploaders: Gioele Barabucci <gioele@svario.it> +Maintainer: Bastien Roucariès <rouca@debian.org> +Build-Depends: debhelper-compat (= 13), po-debconf +Standards-Version: 4.6.1 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/debian/isa-support.git +Vcs-Browser: https://salsa.debian.org/debian/isa-support + +Package: isa-support +Multi-Arch: same +Architecture: @ALL_ARCHITECTURES@ +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: CPU feature checking - common back-end + 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 package provides the feature-probing infrastructure. To assert a CPU + requirement, other packages can pre-depend on one of the individual + feature-specific packages: + . + sse2-support, sse3-support, sse4.2-support, altivec-support, neon-support, + armv6-support, armv7-support, armv8-support, vfp-support, vfpv2-support, + vfpv3-support |