4 Maintainer: Matthias Klose <doko@debian.org>
5 Uploaders: James Troup <james@nocrew.org>, Daniel Jacobowitz <dan@debian.org>
6 Standards-Version: 3.9.1
7 Build-Depends: dpkg-dev (>= 1.13.9), autoconf (>= 2.64), bison, flex, gettext, texinfo, dejagnu (>= 1.4.2-1.1), quilt, file, xz-utils, lsb-release, zlib1g-dev
8 Vcs-Browser: https://code.launchpad.net/~doko/binutils/pkg-2.21-debian
9 Vcs-Bzr: http://bazaar.launchpad.net/~doko/binutils/pkg-2.21-debian
13 Depends: ${shlibs:Depends}
14 Conflicts: gas, elf-binutils, modutils (<< 2.4.19-1), ${extraConflicts}, binutils-gold (<< 2.20.51.20100415)
15 Replaces: binutils-gold (<< 2.20.51.20100415)
16 Provides: elf-binutils
17 Suggests: binutils-doc (>= ${source:Version})
18 Description: The GNU assembler, linker and binary utilities
19 The programs in this package are used to assemble, link and manipulate
20 binary and object files. They may be used in conjunction with a compiler
21 and various libraries to build programs.
26 Depends: binutils (= ${binary:Version})
29 Replaces: libbfd-dev, libc5-dev
30 Description: The GNU binary utilities (BFD development files)
31 This package includes header files and static libraries necessary to build
32 programs which use the GNU BFD library, which is part of binutils. Note
33 that building Debian packages which depend on the shared libbfd is Not
36 Package: binutils-multiarch
39 Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
40 Provides: multiarch-binutils
41 Description: Binary utilities that support multi-arch targets
42 The programs in this package are used to manipulate binary and object
43 files that may have been created on other architectures. This package
44 is primarily for multi-architecture developers and cross-compilers and
45 is not needed by normal users or developers. Note that a cross-assembling
46 version of gas is not included in this package, just the binary utilities.
47 NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those
48 requiring support for reading info from binaries from other architectures.
50 Package: binutils-gold
51 Architecture: amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64
53 Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
54 Description: The (experimental) GNU gold linker utility
55 Gold is a new linker, still in development, which is faster than the
56 current linker included in binutils. It currently fails to link some
57 applications and libraries (i.e. won't link usable kernels).
59 This package diverts the GNU linker (ld) with the experimental gold
62 Package: binutils-hppa64
64 Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
66 Suggests: binutils-doc (>= ${source:Version})
67 Description: The GNU assembler, linker and binary utilities targeted for hppa64-linux
68 The programs in this package are used to assemble, link and manipulate
69 binary and object files. They may be used in conjunction with a compiler
70 and various libraries to build programs.
72 This package is needed to build an 64-bit kernel for 64-bit hppa machines.
75 Architecture: powerpc ppc64
76 Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
78 Conflicts: spu-binutils
79 Replaces: spu-binutils
80 Provides: spu-binutils
81 Suggests: binutils-doc (>= ${source:Version})
82 Description: The GNU assembler, linker and binary utilities targeted for spu-elf
83 The programs in this package are used to assemble, link and manipulate
84 binary and object files. They may be used in conjunction with a compiler
85 and various libraries to build programs.
87 This package is needed to build programs for Cell Broadband Engine SPU
94 Depends: dpkg (>= 1.15.4) | install-info
95 Conflicts: binutils (<< 2.9.1.0.25-3)
96 Suggests: binutils (= ${binary:Version})
97 Description: Documentation for the GNU assembler, linker and binary utilities
98 This package consists of the documentation for the GNU assembler,
99 linker and binary utilities in info format.
101 Package: binutils-source
104 Depends: texinfo, zlib1g-dev, make, python
105 Description: The GNU assembler, linker and binary utilities (source)
106 This package contains the sources and patches which are needed to