|
14.
|
|
|
<command>apt-cross</command> <group> <arg>-a</arg> <arg>--arch</arg> <replaceable> ARCH</replaceable> </group> <group> <arg>-S</arg> <arg>--suite</arg> <replaceable> SUITE</replaceable> </group> <group> <arg>-m</arg> <arg>--mirror</arg> <replaceable> MIRROR</replaceable> </group> <arg choice="req">-u|--update</arg>
|
|
|
type: Content of: <book><chapter><refentry><refsynopsisdiv><cmdsynopsis>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:173
|
|
15.
|
|
|
<command>apt-cross</command> <group> <arg>-a</arg> <arg>--arch</arg> <replaceable> ARCH</replaceable> </group> <group> <arg>-S</arg> <arg>--suite</arg> <replaceable> SUITE</replaceable> </group> <group> <arg>-m</arg> <arg>--mirror</arg> <replaceable> MIRROR</replaceable> </group> <arg choice="req">--clean-lists</arg>
|
|
|
type: Content of: <book><chapter><refentry><refsynopsisdiv><cmdsynopsis>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:192
|
|
16.
|
|
|
<command>apt-cross</command> <group> <arg>-a</arg> <arg>--arch</arg> <replaceable> ARCH</replaceable> </group> <group> <arg>-S</arg> <arg>--suite</arg> <replaceable> SUITE</replaceable> </group> <group> <arg>-m</arg> <arg>--mirror</arg> <replaceable> MIRROR</replaceable> </group> <arg choice="req">-c|--check</arg>
|
|
|
type: Content of: <book><chapter><refentry><refsynopsisdiv><cmdsynopsis>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:211
|
|
17.
|
|
|
<command>apt-cross</command> <group> <arg>-?</arg> <arg>-h</arg> <arg>--help</arg> <arg>--version</arg> </group>
|
|
|
type: Content of: <book><chapter><refentry><refsynopsisdiv><cmdsynopsis>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:230
|
|
18.
|
|
|
DESCRIPTION
|
|
|
type: Content of: <book><chapter><refentry><refsect1><title>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:240
|
|
19.
|
|
|
<command>apt-cross</command> provides apt functionality for getting, building and installing libraries and header files for cross-compiling using <command>dpkg-cross</command>. <command>apt-cross</command> <option>-i</option> will search for and download missing dependencies of the requested package before building and installing the requested package and dependencies using <command>dpkg-cross</command> and <command>dpkg -i</command> (sudo required).
|
|
|
type: Content of: <book><chapter><refentry><refsect1><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:241
|
|
20.
|
|
|
<command>apt-cross</command> is intended to make it easier to locate, download, install and update cross-built libraries, directly from the Debian archives.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:249
|
|
21.
|
|
|
<command>apt-cross</command> is not intended to handle applications or <userinput>Architecture: all</userinput> packages like <filename>foo-common</filename> or <filename>libfoo-common</filename>. <command>apt-cross</command> can download the cross-compiling version of those packages but does not build or install them - this can be done with <command>dpkg-cross</command> <option>-A</option> and <command>dpkg</command> <option>-i</option> if necessary. Note that not all such packages can be installed in that way.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:253
|
|
22.
|
|
|
Architecture-independent packages do not need to be converted, so <command>apt-cross</command> omits all such packages from the dependency calculations and ensures that <command>dpkg-cross</command> also drops these packages from the dependencies of the generated package. One exception is that <command>apt-cross</command> will process development packages (-dev) that are Architecture: all.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:262
|
|
23.
|
|
|
By default, <command>apt-cross</command> uses <filename>/etc/apt/sources.list</filename> and <filename>/etc/apt/sources.list.d/*</filename> to find the latest debian package file for the architecture specified (default is the <command>dpkg-cross</command> default) and in the suite specified (default is unstable). Alternatively, specify a different mirror. Downloaded files can be passed directly to dpkg-cross using the <option>-b</option> or <option>-i</option> commands to apt-cross. If the local file is missing or out of date, a new one will be downloaded automatically.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/apt-cross.1.xml:269
|