/usr/src/binutils/debian/control.in is in binutils-source 2.24-5ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | Source: binutils
Section: devel
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
Uploaders: James Troup <james@nocrew.org>, Daniel Jacobowitz <dan@debian.org>
Standards-Version: 3.9.5
Build-Depends: autoconf (>= 2.64),
bison, flex, gettext, texinfo, dejagnu, quilt,
python3:any, file, xz-utils, lsb-release, zlib1g-dev
XS-Testsuite: autopkgtest
Package: binutils
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: gas, elf-binutils, modutils (<< 2.4.19-1), ${extraConflicts},
binutils-gold (<< 2.20.51.20100415)
Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3),
binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)
Replaces: binutils-gold (<< 2.20.51.20100415),
binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3),
binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)
Provides: elf-binutils, ${gold:Provides}
Suggests: binutils-doc (>= ${source:Version})
Description: GNU assembler, linker and binary utilities
The programs in this package are used to assemble, link and manipulate
binary and object files. They may be used in conjunction with a compiler
and various libraries to build programs.
Package: binutils-dev
Architecture: any
Priority: extra
Depends: binutils (= ${binary:Version})
Conflicts: libbfd-dev
Provides: libbfd-dev
Replaces: libbfd-dev, libc5-dev
Description: GNU binary utilities (BFD development files)
This package includes header files and static libraries necessary to build
programs which use the GNU BFD library, which is part of binutils. Note
that building Debian packages which depend on the shared libbfd is Not
Allowed.
Package: binutils-multiarch
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
Description: Binary utilities that support multi-arch targets
The programs in this package are used to manipulate binary and object
files that may have been created on other architectures. This package
is primarily for multi-architecture developers and cross-compilers and
is not needed by normal users or developers. Note that a cross-assembling
version of gas is not included in this package, just the binary utilities.
.
NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those
requiring support for reading info from binaries from other architectures.
Package: binutils-multiarch-dev
Architecture: any
Priority: extra
Depends: ${shlibs:Depends},
binutils-dev (= ${binary:Version}), binutils-multiarch (= ${binary:Version})
Replaces: binutils-multiarch (<< 2.24-5)
Description: GNU binary utilities that support multi-arch targets (BFD development files)
This package includes header files, static and shared libraries necessary
to build programs which use the GNU BFD library for multi-arch targets,
which is part of binutils. Note that building Debian packages which depend
on the shared libbfd is Not Allowed.
.
NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those
requiring support for reading info from binaries from other architectures.
Package: binutils-static
Architecture: any
Description: statically linked binutils tools
This package contains statically linked binutils tools used
for linking kernel modules needed to mount /usr or /. At the moment,
it only contains ld.
Package: binutils-static-udeb
Section: debian-installer
Architecture: any
Description: statically linked binutils tools for for the Debian installer
This package contains statically linked binutils tools used
for linking kernel modules needed to mount /usr or /. At the moment,
it only contains ld.
Package: binutils-hppa64
Architecture: any
Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
Recommends: libc6-dev
Suggests: binutils-doc (>= ${source:Version})
Description: GNU assembler, linker and binary utilities targeted for hppa64-linux
The programs in this package are used to assemble, link and manipulate
binary and object files. They may be used in conjunction with a compiler
and various libraries to build programs.
.
This package is needed to build an 64-bit kernel for 64-bit hppa machines.
Package: binutils-doc
Section: doc
Architecture: all
Priority: optional
Depends: dpkg (>= 1.15.4) | install-info
Conflicts: binutils (<< 2.9.1.0.25-3)
Suggests: binutils (= ${binary:Version})
Description: Documentation for the GNU assembler, linker and binary utilities
This package consists of the documentation for the GNU assembler,
linker and binary utilities in info format.
Package: binutils-source
Architecture: all
Priority: optional
Depends: texinfo, zlib1g-dev, make, python
Description: GNU assembler, linker and binary utilities (source)
This package contains the sources and patches which are needed to
build binutils.
|