|
|
1587.
|
|
|
Copyright 2001 Bill Allombert E<lt>ballombe@debian.orgE<gt>. Modifications copyright 2002,2003 Julian Gilbey E<lt>jdg@debian.orgE<gt>. B<dpkg-depcheck> is free software, covered by the GNU General Public License, version 2 or (at your option) any later version, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for B<dpkg-depcheck>.
|
|
|
type: Plain text
|
|
|
|
|
Copyright 2001 Bill Allombert E<lt>ballombe@debian.orgE<gt>. Modifications copyright 2002,2003 Julian Gilbey E<lt>jdg@debian.orgE<gt>. B<dpkg-depcheck> is free software, covered by the GNU General Public License, version 2 or (at your option) any later version, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for B<dpkg-depcheck>.
|
|
Translated by
Ken Sharp
|
|
Reviewed by
Luke Hollins
|
|
|
|
Located in
../scripts/dpkg-depcheck.1:130
|
|
|
1588.
|
|
|
DPKG-GENBUILDDEPS
|
|
|
type: TH
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:1
|
|
|
1589.
|
|
|
dpkg-genbuilddeps - generate a list of packages used to build this package
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:4
|
|
|
1590.
|
|
|
B<dpkg-genbuilddeps> [I<arg> ...]
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:6
|
|
|
1591.
|
|
|
This program is a wrapper around B<dpkg-depcheck>(1). It should be run from the top of a Debian build tree. It calls B<dpkg-buildpackage> with any arguments given on the command line, and by tracing the execution of this, it determines which non-essential packages were used during the package building. This can be useful in determining what the I<Build-Depends> control fields should contain. It does not determine which packages were used for the arch independent parts of the build and which for the arch dependent parts, not does it attempt to determine which versions of packages are required. It should be able to run under B<fakeroot> rather than being run as root, as B<fakeroot dpkg-genbuilddeps>, or B<dpkg-genbuilddeps -rfakeroot>.
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:19
|
|
|
1592.
|
|
|
This program requires the build-essential package to be installed. If it is not, please use B<dpkg-depcheck> directly, with a command such as
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:23
|
|
|
1593.
|
|
|
dpkg-depcheck --all dpkg-buildpackage -us -uc -b -rfakeroot ...
|
|
|
type: Plain text
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:25
|
|
|
1594.
|
|
|
All this program itself does is essentially to run the command:
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:27
|
|
|
1595.
|
|
|
dpkg-depcheck -b dpkg-buildpackage -us -uc -b -rfakeroot [arg ...]
|
|
|
type: Plain text
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:29
|
|
|
1596.
|
|
|
B<The Debian Policy Manual,> sections on Build-Depends etc., B<dpkg-depcheck>(1) and B<fakeroot>(1).
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../scripts/dpkg-genbuilddeps.1:36
|