~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Christopher C. Chimelis
  • Date: 2002-04-18 13:03:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020418130349-pr9a1j3znz4gh3j6
Tags: 2.12.90.0.1-4
* Added patch from Gerhardt Tonn
  to fix s390 merge problem (closes: Bug#143187)
* Corrected DOW of my last changelog entry :-P

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: binutils
 
2
Section: devel
 
3
Priority: standard
 
4
Maintainer: Christopher C. Chimelis <chris@debian.org>
 
5
Standards-Version: 3.5.6.0
 
6
Build-Depends: autoconf (>= 2.13), bison, flex, gettext, texinfo, binutils (>= 2.9.5.0.12), gcc (>= 2.95.2-1), debhelper (>= 2.0.50), dejagnu (>= 1.4.2-1.1), expect (>= 5.32.2-1), bzip2
 
7
 
 
8
Package: binutils
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}, debconf, shellutils
 
11
Conflicts: gas, elf-binutils
 
12
Provides: elf-binutils
 
13
Suggests: binutils-doc (= ${Source-Version})
 
14
Description: The GNU assembler, linker and binary utilities.
 
15
 The programs in this package are used to assemble, link and manipulate
 
16
 binary and object files.  They may be used in conjunction with a compiler
 
17
 and various libraries to build programs for Linux.
 
18
 
 
19
Package: binutils-dev
 
20
Architecture: any
 
21
Priority: extra
 
22
Depends: binutils (= ${Source-Version})
 
23
Conflicts: libbfd-dev
 
24
Provides: libbfd-dev
 
25
Replaces: libbfd-dev, libc5-dev
 
26
Description: The GNU binary utilities (BFD development files)
 
27
 This package includes header files and static libraries necessary to build
 
28
 programs which use the GNU BFD library, which is part of binutils.  Note
 
29
 that building Debian packages which depend on the shared libbfd is Not
 
30
 Allowed.
 
31
 
 
32
Package: binutils-multiarch
 
33
Architecture: any
 
34
Priority: extra
 
35
Depends: ${shlibs:Depends}, binutils (= ${Source-Version})
 
36
Provides: multiarch-binutils
 
37
Description: Binary utilities that support multi-arch targets.
 
38
 The programs in this package are used to manipulate binary and object
 
39
 files that may have been created on other architectures.  This package
 
40
 is primarily for multi-architecture developers and cross-compilers and
 
41
 is not needed by normal users or developers.  Note that a cross-assembling
 
42
 version of gas is not included in this package, just the binary utilities.
 
43
 NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE.  It's meant only for those
 
44
 requiring support for reading info from binaries from other architectures.
 
45
 
 
46
Package: binutils-doc
 
47
Section: doc
 
48
Architecture: all
 
49
Priority: optional
 
50
Conflicts: binutils (<< 2.9.1.0.25-3)
 
51
Suggests: binutils (= ${Source-Version})
 
52
Description: Documentation for the GNU assembler, linker and binary utilities.
 
53
 This package consists of the documentation for the GNU assembler,
 
54
 linker and binary utilities.
 
55