]> err.no Git - dpkg/commitdiff
dpkg-buildpackage: Document fakeroot being the new default for -r
authorGuillem Jover <guillem@debian.org>
Fri, 28 Sep 2007 02:07:30 +0000 (05:07 +0300)
committerGuillem Jover <guillem@debian.org>
Mon, 8 Oct 2007 04:11:51 +0000 (07:11 +0300)
ChangeLog
man/ChangeLog
man/dpkg-buildpackage.1
scripts/dpkg-buildpackage.pl

index f301b1a5fee5f6e055f9558f8b31a63b1a0904b5..ceff5e8fd0f632a4c631b3ab98823e61aef52ba8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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>
 
index 36f60d7405c2764656abc1cfc78c05ec8e1377b0..1512bc6cb4d5876ff8d1cbbd66d1b5ffe90967eb 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 27b62c7f4f9d9f8326287c937058083397799dfe..986718d845f208daf372fc029f627a212b7ff961 100644 (file)
@@ -1,4 +1,4 @@
-.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
 .
@@ -114,7 +114,8 @@ When
 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
index f34a8c6eec09b809672ed571b8fd9a4a41c6c2e4..3b374ef8d20cc7b7ed39706594c3c03b05e37abb 100644 (file)
@@ -37,8 +37,7 @@ Usage: %s [<options> ...]
 
 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.