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