File: control

package info (click to toggle)
binutils-mingw-w64 12.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: makefile: 103
file content (73 lines) | stat: -rw-r--r-- 2,781 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: binutils-mingw-w64
Maintainer: Stephen Kitt <skitt@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
               binutils-source (>= 2.43.1~),
               bison,
               flex,
               dejagnu <!nocheck>,
               quilt,
               rdfind,
               symlinks,
               zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64
Vcs-Git: https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64.git
Homepage: https://www.gnu.org/software/binutils/

Package: binutils-mingw-w64
Architecture: all
Depends: ${misc:Depends},
         binutils-mingw-w64-i686,
         binutils-mingw-w64-x86-64,
         binutils-mingw-w64-ucrt64
Built-Using: binutils (= ${binutils:Version})
Description: Cross-binutils for Win32 and Win64 using MinGW-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This metapackage provides the toolchain binutils.

Package: binutils-mingw-w64-i686
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         binutils-common (>= ${local:Version})
Built-Using: binutils (= ${binutils:Version})
Description: Cross-binutils for Win32 (x86) using MinGW-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains the toolchain binutils targeting 32-bit Windows.

Package: binutils-mingw-w64-x86-64
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         binutils-common (>= ${local:Version})
Built-Using: binutils (= ${binutils:Version})
Description: Cross-binutils for Win64 (x64) using MinGW-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains the toolchain binutils targeting 64-bit Windows.

Package: binutils-mingw-w64-ucrt64
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         binutils-common (>= ${local:Version})
Breaks: binutils-mingw-w64-x86-64 (<< ${binary:Version})
Replaces: binutils-mingw-w64-x86-64 (<< ${binary:Version})
Built-Using: binutils (= ${binutils:Version})
Description: Cross-binutils for UCRT Win64 (x64) using MinGW-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains the toolchain binutils targeting 64-bit Windows
 with the Universal C runtime.