File: control

package info (click to toggle)
arch-test 0.15-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: asm: 454; perl: 178; makefile: 144; sh: 81; ansic: 6
file content (59 lines) | stat: -rw-r--r-- 2,133 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: arch-test
Section: admin
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper (>=11),
 binutils-x86-64-linux-gnu [!amd64 !i386 !x32],
 binutils-aarch64-linux-gnu [!arm64],
 binutils-arm-linux-gnueabihf [!armhf !armel !arm],
 binutils-m68k-linux-gnu [!m68k],
 binutils-mips-linux-gnu [!mips !mipsel !mips64 !mips64el],
 binutils-powerpc-linux-gnu [!powerpc !ppc64],
 binutils-powerpc64le-linux-gnu [!ppc64el],
 binutils-s390x-linux-gnu [!s390x],
 binutils-sh4-linux-gnu [!sh4],
 binutils-sparc64-linux-gnu [!sparc64 !sparc],
 binutils-alpha-linux-gnu [!alpha],
 binutils-hppa-linux-gnu [!hppa],
 binutils-ia64-linux-gnu [!ia64],
 binutils-riscv64-linux-gnu [!riscv64],
 binutils-mingw-w64-i686, mingw-w64-i686-dev,
 binutils-mingw-w64-x86-64, mingw-w64-x86-64-dev,
# doko, others: if you want to drop some crap architecture from binutils, feel
# free to shout at me or NMU arch-test to remove it yourself.  It is enough to
# remove from Build-Depends, configure will do the right thing.
Standards-Version: 4.3.0
Rules-Requires-Root: no
Vcs-Git: https://github.com/kilobyte/arch-test.git -b debian
Vcs-Browser: https://github.com/kilobyte/arch-test/tree/debian

Package: arch-test
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: detect architectures supported by your machine/kernel
 This package lets you enumerate architectures that your kernel can run.
 The check is for the ability to run machine code and supporting appropriate
 syscall ABI -- you may need to install userland libraries in a chroot,
 container or via multiarch to actually execute non-static binaries of such
 architectures.
 .
 Also provided is "elf-arch", a tool to determine the architecture of an ELF
 binary (program or library).
 .
 Architectures detected by this version of arch-test are:
  * amd64, i386, x32
  * mips, mipsel, mips64, mips64el
  * arm, armel, armhf, arm64, arm64ilp32
  * powerpc, ppc64, ppc64el, powerpcspe
  * m68k
  * sh4
  * s390x
  * sparc, sparc64
  * illumos-amd64
  * win32, win64
  * kfreebsd-amd64, kfreebsd-i386
  * alpha
  * hppa
  * ia64
  * riscv64