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.
|