Upload Tizen:Base source
[external/binutils.git] / debian / control.in
1 Source: binutils
2 Section: devel
3 Priority: optional
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
10
11 Package: binutils
12 Architecture: any
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.
22
23 Package: binutils-dev
24 Architecture: any
25 Priority: extra
26 Depends: binutils (= ${binary:Version})
27 Conflicts: libbfd-dev
28 Provides: libbfd-dev
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
34  Allowed.
35
36 Package: binutils-multiarch
37 Architecture: any
38 Priority: extra
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.
49
50 Package: binutils-gold
51 Architecture: amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64
52 Priority: extra
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).
58  .
59  This package diverts the GNU linker (ld) with the experimental gold
60  linker.
61
62 Package: binutils-hppa64
63 Architecture: any
64 Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
65 Recommends: libc6-dev
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.
71  .
72  This package is needed to build an 64-bit kernel for 64-bit hppa machines.
73
74 Package: binutils-spu
75 Architecture: powerpc ppc64
76 Depends: ${shlibs:Depends}, binutils (= ${binary:Version})
77 Recommends: libc6-dev
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.
86  .
87  This package is needed to build programs for Cell Broadband Engine SPU
88  processors.
89
90 Package: binutils-doc
91 Section: doc
92 Architecture: all
93 Priority: optional
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.
100
101 Package: binutils-source
102 Architecture: all
103 Priority: optional
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
107  build binutils.