File: control.in

package info (click to toggle)
binutils-gold 2.44-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412,828 kB
  • sloc: ansic: 1,459,850; asm: 761,693; cpp: 215,799; exp: 78,086; makefile: 71,903; sh: 24,043; yacc: 15,048; lisp: 13,579; perl: 13,404; lex: 1,717; ada: 1,681; pascal: 1,446; cs: 879; python: 636; java: 478; sed: 191; xml: 95; awk: 25
file content (57 lines) | stat: -rw-r--r-- 2,606 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
Source: binutils-gold
Section: devel
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: James Troup <binutils@elmo.tasta.io>
Standards-Version: 4.7.2
Build-Depends: autoconf (>= 2.64), @dpkg_dev@
  bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16),
  python3:any, file, xz-utils, lsb-release, zlib1g-dev, procps, help2man,
  libjansson-dev, pkgconf, libzstd-dev,
#  default-jdk-headless [amd64 arm64 i386 riscv64 x32] <!pkg.binutils.nojava>,
Build-Conflicts: libelf-dev
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/binutils/
Vcs-Browser: https://salsa.debian.org/toolchain-team/binutils/tree/binutils-gold-2.44
Vcs-Git: https://salsa.debian.org/toolchain-team/binutils.git -b binutils-gold-2.44
XS-Testsuite: autopkgtest

#Package: binutils-gold-for-host
#Architecture: @gold_targets@
#Depends: ${binutils:native}:any (>= ${binutils:minver}),
#  binutils-common (= ${binary:Version}),
#Multi-Arch: same
#Description: gold ELF linker for the host architecture (deprecated)
# The programs in this package are used to assemble, link and manipulate
# binary and object files for the architecture of this package.  They may be
# used in conjunction with a matching compiler and various libraries to build
# programs. When using binutils through this metapackage, all tools must be
# used with an architecture prefix.

#Package: binutils-gold-for-build
#Architecture: all
#Depends: binutils (>= ${binutils:minver}),
#  binutils-common (>= ${binutils:minver})
#Multi-Arch: foreign
#Description: gold ELF linker for the build architecture (deprecated)
# The programs in this package are used to assemble, link and manipulate
# binary and object files for the native architecture.  They may be used in
# conjunction with a build architecture compiler and various libraries to build
# programs. When using binutils through this metapackage, tools without an
# architecture prefix must be used.

Package: binutils-gold
Architecture: @gold_targets@
Depends: ${shlibs:Depends},
  ${binutils:native} (= ${binary:Version})
Conflicts: modutils (<< 2.4.19-1), ${extraConflicts},
  binutils-multiarch (<< 2.27-8)
Provides: elf-binutils
Breaks: binutils (<< 2.43.90), binutils-common (<< 2.43.90)
Replaces: binutils (<< 2.43.90), binutils-common (<< 2.43.90)
Description: gold ELF linker (deprecated)
 Gold is intended to have complete support for ELF and to run as fast as
 possible on modern systems.  For normal use it is a drop-in replacement
 for the older GNU linker.
 .
 WARNING: gold is being removed from binutils, and is deprecated upstream.