+2007-10-07 Guillem Jover <guillem@debian.org>
+
+ * scripts/dpkg-buildpackage.pl (usage): Remove details about running
+ fakeroot only if it's available.
+
2007-10-07 Frank Lichtenheld <djpig@debian.org>
Marcel Toele <mtoele@kern.nl>
+2007-10-07 Guillem Jover <guillem@debian.org>
+
+ * dpkg-buildpackage.1: Document that fakeroot is now the default
+ value in case -r is not specified.
+
2007-10-07 Helge Kreutzmann <debian@helgefjell.de>
* po/de.po: Updated to 1238t0f52u.
-.TH dpkg\-buildpackage 1 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH dpkg\-buildpackage 1 "2007-09-28" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-buildpackage \- build binary or source packages from sources
.
needs to execute part of the build process as root, it prefixes the
command it executes with
.I gain-root-command
-if one has been specified.
+if one has been specified. Otherwise, if none has been specified,
+\fBfakeroot\fP will be used by default, if the command is present.
.I gain-root-command
should be the name of a program on the
.B PATH
Options:
-r<gain-root-command>
- command to gain root privileges (default is fakeroot if it
- exists).
+ command to gain root privileges (default is fakeroot).
-p<sign-command>
-d do not check build dependencies and conflicts.
-D check build dependencies and conflicts.