Bläddra i källkod

dpkg-buildpackage: Document fakeroot being the new default for -r

Guillem Jover 19 år sedan
förälder
incheckning
c576474070
4 ändrade filer med 14 tillägg och 4 borttagningar
  1. 5 0
      ChangeLog
  2. 5 0
      man/ChangeLog
  3. 3 2
      man/dpkg-buildpackage.1
  4. 1 2
      scripts/dpkg-buildpackage.pl

+ 5 - 0
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>
 2007-10-07  Frank Lichtenheld  <djpig@debian.org>
 	    Marcel Toele  <mtoele@kern.nl>
 	    Marcel Toele  <mtoele@kern.nl>
 
 

+ 5 - 0
man/ChangeLog

@@ -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>
 2007-10-07  Helge Kreutzmann  <debian@helgefjell.de>
 
 
 	* po/de.po: Updated to 1238t0f52u.
 	* po/de.po: Updated to 1238t0f52u.

+ 3 - 2
man/dpkg-buildpackage.1

@@ -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
 .SH NAME
 dpkg\-buildpackage \- build binary or source packages from sources
 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
 needs to execute part of the build process as root, it prefixes the
 command it executes with
 command it executes with
 .I gain-root-command
 .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
 .I gain-root-command
 should be the name of a program on the
 should be the name of a program on the
 .B PATH
 .B PATH

+ 1 - 2
scripts/dpkg-buildpackage.pl

@@ -37,8 +37,7 @@ Usage: %s [<options> ...]
 
 
 Options:
 Options:
   -r<gain-root-command>
   -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>
   -p<sign-command>
   -d             do not check build dependencies and conflicts.
   -d             do not check build dependencies and conflicts.
   -D             check build dependencies and conflicts.
   -D             check build dependencies and conflicts.