/usr/src/binutils/debian/control.cross.in is in binutils-source 2.30-15ubuntu1.
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 | Package: binutils-@target@
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
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@.
|