summaryrefslogtreecommitdiff
path: root/debian/control.cross.in
blob: 20142c751714965b7974e7064d469e4c44999470 (plain)
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

Package: binutils-@target@
Priority: optional
Architecture: @host_archs@
Multi-Arch: allowed
Depends: binutils-common (= ${binary:Version}),
  ${shlibs:Depends}, ${extraDepends}
Suggests: binutils-doc (= ${source:Version})
Provides: @binutils_alt_triplet@
Breaks: binutils (<< 2.29-6)
Replaces: binutils (<< 2.29-6)
Built-Using: ${Built-Using}
Description: GNU binary utilities, for @target@ target
 This package provides GNU assembler, linker and binary utilities
 for the @target@ target.
 .
 You don't need this package unless you plan to cross-compile programs
 for @target@ and @target@ is not your native platform.

Package: binutils-@target@-dbg
Section: debug
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: binutils-@target@ (= ${binary:Version})
Description: GNU binary utilities, for @target@ target (debug symbols)
 This package provides debug symbols for binutils-@target@.